.fa-request.fa-requestable-toc {
    display: block;
    margin: 0 auto;
}

.fa-request.fa-requestable-contents {
    float: right;
}

.fa-request-summary-note {
    font-style: italic;
}

.fa-request-hidden {
    display: none;
}

.fa-hidden {
    display: none;
}

.fa-request-form {
    overflow: auto;
    background: #FDFDF6;
    padding: 20px;
    width: 600px;
    max-width: 100%;
    border-radius: 6px;
}

.fa-request-ul {
    text-overflow: ellipsis;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 1em;
    height: 10em;
}

.fa-options {
    padding: 1em;
}

.fa-viewer {
    overflow: hidden;
    height: 100vh;
    overflow-y: scroll;
}

.fa-toc-entry-highlight {
    font-weight: bold;
}

.fa-taggable {
    width: 10em;
}

dd {
    margin-left: 0 !important;
    margin-bottom: 15px;
    margin-top: 5px;
}

label {
    font-weight: 300;
}

.hd {
    height: 3px;
    background-color: #0a3a5e;
}

.nav-tabs {
   float: right;
}

.container-fluid {
   width: 80% !important;
   background-color: #ffffff !important;
}

.panel-heading[data-toggle="collapse"] .panel-title:after {
    font-family: "Glyphicons Halflings";
    color: #666;
    float: right;
    content: "\e114";
}

.panel-heading[data-toggle="collapse"].collapsed .panel-title:after {
    content: "\e080";
}

.panel-title a {
    color: #337ab7 !important;
}

.toplink {
    padding: 1em;
    float: right;
}

.click-to-load-images, .image-overflow {
    display: inline;
}

#viewer {
    background: black;
}

.viewer-control {
    background: transparent;
    display: inline;
    color: transparent;
    font-size: 6vh;
}

#viewer-img {
    height: 80vh;
}

.alert-harmful {
    background: #b1c9e8;
    color: #282828;
}

.red-alert {
    color: #ff0033;
    font-size: larger;
}

.red-alert-text {
    font-size: larger;
    color: #313132;
    font-weight: bold;
}

.green-alert-text {
    color: #246024;
}

/* UK LIMESTONE STYLES */
/* styling to match Limestone's Underline Link */
a.underline-link {
    color:#000000;
    background-attachment: scroll;
    background-image: linear-gradient(to top,rgba(161,211,237,0.4) 0,rgba(161,211,237,0.4) 0.5em,transparent 0.5em,transparent 110%),linear-gradient(to top,rgba(0,51,160,0.4) 0,rgba(0,51,160,0.4) 2px,transparent 2px,transparent 100%);
    background-repeat: no-repeat;
    background-position: 0 0.5em, 0 0;
    position: relative;
    transition: 0.2s background-position ease-out;
    font-weight: 400;
    z-index: 1;
    text-decoration: none;
}

a:hover.underline-link {
    color:#0033A0;
    background-position: 0 0, 1000px 2px;
}

/* styling to match central webcom's in-page alert*/
.in-page-alert {
    background-color: #EFF4FD;
    border-left: 7px solid #1E8AFF;
    padding: 1rem;
    align-items: center;
    color:#000000
}
.in-page-alert h2 {
        text-transform: uppercase;
        font-size: 1.75rem;
        font-weight: 900;
        margin-top: 0;
        color: #0033A0;
        line-height: 1.2;
}
.in-page-alert h3 {
        text-transform: uppercase;
        font-size: 1.5rem;
        font-weight: 500;
        margin-bottom: 5px;
        margin-top: 10px;
        color: #0033A0;
        line-height: 1.2;
        
}