body {
    margin-top: 80px;
}
.tooltip-inner {
    white-space:pre;
    max-width:none;
}

strong {
    font-weight: 400;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
a sup {
    font-weight: 500;
    font-size: 15px;
}
.xr {
    font-weight: 500;
}
h1 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}
h3 + h4 {
    padding-top: 10px;
}
.fa-padding {
    padding-right: 5px;
}
.fa-envelope {
    padding-left: 2px;;
}
ol li {
    font-size: 15px;
    padding-bottom: 20px;;
}
.info {
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
}
.info strong {
    font-weight: 500;
}
.info strong em {
    font-weight: 500;
}
.info sup {
    font-size: 10px;
}
.info p {
    margin-bottom: 0;
}
.collapse-info {
    font-size: 15px;
    color: #337ab7;
}
.collapse-info p {
    margin-bottom: 0;
}
.collapse-info a:active, .collapse-info a:visited,  .collapse-info a:focus {
    text-decoration: none;
    color: #337ab7;
}
.nav-tabs .glyphicon {
    padding-right: 3px;
}
.lead {
    margin-bottom: 0;
}

@media (max-width:768px){
    h1 {
        font-size: 18px;
    }
    h2.page-header {
        font-size: 18px;
    }
    h3 {
        font-size: 17px;
    }
    h4 {
        font-size: 16px;
    }
    sup {
        font-size: 12px;
    }
    .main-text {
        font-size: 15px;
    }
    .nav-tabs .fa {
        padding-right: 0px !important;
    }
}
.nav-tabs a {
    font-size: 12px;
}
.nav-tabs a .glyphicon {
    font-size: 18px;
}
.nav-tabs a.dropdown-toggle {
    padding: 10px;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.sups {
    padding-right: 1px;
}