/*CSS*/
 #new_header_leftcell img {
    margin: 20px 10px 0 10px;
    float: left;
    width: 320px;
    height: 48px;
}
table#page_header {
    border-bottom: 16px solid #348e90;
    border-collapse: collapse;
}
/*mobile styles*/
@media (max-width:499px) {
    #new_header_leftcell img {
        margin: 10px 10px 0 10px;
        float: left;
        width: 200px;
        height: 38px;
    }
}
#new_header_leftcell {
    *background: url(https://cdn.f5.com/websites/globalapm/logos/logo-vpn.png) no-repeat 10px 20px;
}
#new_header_leftcell img {
    *width: 380px;
    *visibility: hidden; 
}

#aad_banner {
    text-align: center;
    background-color: #fded84;
    padding: 5px;
    font-size: 16px;
    margin-top: 25px;
}
