#SearchResultsTable td {
    padding-top: 15px;
}

.glyphicon-chevron-down:before {
    color: #00859b;
}

a.ResultLink {
    font-weight: 700;
}

.MessageContent {
    font-family: ProximaNovaRgRegular;
    font-size: 16px;
}

.MBNextMessageLnk, .MBPrevMessageLnk, .MBFirstMessageLnk, .MBLastMessageLnk {
    font-size: 0.7em;
    padding: 3px;
    width: 55px;
}

.GenericFontSize {
    text-decoration: none !important;
}

.denotement {
    display: none !important;
}

.page-header a {
    text-decoration: none;
}

table {
    width: 100% !important;
}

#Internal_LatestList a {
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

h2.page-header {
    margin-top: 5px;
}

@media print {
    #contentBody {
        margin-top: -20px !important;
        overflow-y: auto;
    }
}

@media only screen and (max-width: 1460px) and (min-width: 1400px) {
    .maincontent {
        padding-left: 30px;
    }
}

@media screen and (max-width: 480px) {
    .row-offcanvas-right .sidebar-offcanvas {
        right: -88%;
    }
}

@media screen and (min-width: 992px) {
    div.container-fluid#MainContainer {
        padding-left: 50px;
    }
}