*{
    padding: 0;
    margin: 0;
    line-height: 1.6;
}
body {
    font:  "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fs-2{
    color: #5d646f;
 }
 /* Navbar Image */
.nav-container img{
    width: 100%;
}
/* opt-out css */
.header{
    margin-top: 10vh;
    margin-left: 5vw;
    margin-right: 3vw;
}
/* version-dropdown */
.version-bottom a{
    font-size: 0.85em;
}
.submit{
    text-align: center;
}
input[type=submit]{
    font-size: 11px;
    background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 3px;
    width: 5vw;
    color: #444;
    padding: 8px 10px; 
    margin:0 5px 0 5px;
    font-weight: bold;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer-opt-out{
    font-size:x-small;
    text-align: center;
}
/* Footer */
.footer{
    border-top: 1px solid black;
    padding: 10px;
    font-size: 0.75em;
}
/* Main Body Section Info */

.logo-2 {
    position: relative;
    width: 100%;
}
li{
    line-height: 2;
}
.content-wrapper h1,h2{
    color: #5d646f;
}
.nav-container img{
    width: 100%;
}
/* Table Wrapper */
.table-wrapper th{
    font-weight: normal;
    font-size: small;
    padding: 15px;
    font-size: 14px;
}
.table-wrapper td{
    padding: 15px;
    font-size: 14px;
}
.table-head{
    width: 20vw;
}

.sidebar-col .nav-pills .nav-link{
    text-align: left !important;
    padding-top: 3px;
    padding-bottom: 3px;
    &:hover{
        text-decoration: underline !important;;
    }
    &.active{
        background: transparent!important;
        color: black;
        font-weight: 500;
    }
}

.version-info button{
    border: 0.5px solid grey;
    text-align: left;
    &:focus{
        box-shadow: 1px 1px 3px lightblue;
        border-color: lightblue !important;
    }
}
.n-text{
    font-size: 14px;
}