﻿#proBanner {
    border-bottom: 8px solid #000099 !important;
}

#navLogo {
    height: 45px !important;
}

.navTitle {
    font-size: 150%;
    margin: auto;
    line-height: 2.2rem;
    font-weight: bold;
}

    .navTitle a {
        color: #000099 !important;
    }

.nav-right {
    color: #000099;
}

    .nav-right p {
        font-size: 12px;
    }

    .nav-right p:first-child {
        padding-top: 5px;
        font-weight: bold;
    }

.footer .footer-wrapper {
    float: right;
}

.info-icon{
    background-color:#007bff !important;
    color:#fff !important;
    border-radius: 50% !important;
    width:20px;
    height:20px;
    text-align:center;
    padding:0 !important;
    font-weight: bolder;
    font-size:13px;
    cursor: pointer;
    position: relative;
    
}