.languages a {
    font-family: tahoma;
    color: #4C5666;
}

.active-language {
    font-weight: bold;
}

#logo {
    background: url("../Content/img/LNB_logo.png") no-repeat center;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    height: 126px;
}

footer {
    background-image: url("../Content/img/footer_gradient.jpg");
    height: 90px;
}

.footer-container {
    font-family: tahoma;
}

    .footer-container > div {
        margin: auto;
        display: table;
        padding-top: 10px;
    }

    .footer-container a {
        color: #4C5666;
    }

.footer-favico {
    font-weight: bold;
    float: left;
}

.footer-investment {
    font-weight: bold;
    text-align: center;
}

.footer-links {
    float: right;
}

.footer-logos {
    margin-left: 350px !important;
}

.seperator {
    padding-left: 3px;
    padding-right: 3px;
}

.term-head {
    margin: auto;
    display: table;
    padding-bottom: 10px;
}

.nav-tabs.nav-stacked > li.disabled > a {
    color: grey;
}

.nav-tabs.nav-stacked > li.active > a {
    font-weight: bold;
}

.loading-info-message {
    display: none;
    position: relative;
    width: 180px;
    height: 0;
    left: 40%;
}

.loading-info-message-pdf {
    display: block;
    position: relative;
    width: 280px;
    height: 30px;
    left: 40%;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-rendering: optimizelegibility;
    margin: 0;
}

.head-label {
    font-size: 14px;
}

.object-head-fields > dt, .thesaurus-values > dt {
    font-weight: bold;
    width: 200px;
    white-space: normal;
}

.object-head-fields > dd {
    font-weight: normal;
    font-size: 13px;
    margin-left: 205px;
}

.classifier-table {
    width: auto;
    min-width: 150px;
}

.thesaurus-values > dd {
    font-size: 13px;
    margin-left: 205px;
}

.service-catalog-table {
    margin-top: 15px;
    margin-bottom: 5px;
}

.service-catalog-footer {
    padding-left: 20px;
}

.name-column {
    max-width: 350px;
    overflow: hidden;
}

a:visited {
    color: #800080;
}

@media (min-width: 1200px) {
    .footer-logos {
        margin-left: 475px !important;
    }
}