﻿body {
}
#nav-user-image {
    max-width: 3em !important;
    min-width: 2em !important;
}

.jtsBanner {
    color: white;
    padding: 10px 20px 10px 20px;
    background: -moz-linear-gradient(top, #0272a7, #013953);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
    background: linear-gradient(top, #0272a7, #013953) !important;
    box-shadow: inset 0px 0px 1px #edf9ff;
}
    .jtsBanner .client-company {
        width: 100%;
        max-width: 7em;
        font-size: medium;
    }

.title {
    font-size: large;
    text-align: center;
}


@media (max-width: 575px) {
    .title {
        font-size: medium;
    }
    #nav-user-image {
        max-width: 3em !important;
        min-width: 2em !important;
    }
}

