h1{
    font-size: 27px;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 21px;
    margin-top: 20px !important;
}
h4{
    font-size: 18px;
    margin-top: 15px !important;
}
h5{
    font-size: 16px;
}

table tr{
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
}

table tr td{
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding: 10px;
}

.header.header-floating .header-nav .header-nav-wrapper {
    background-color: #31313D !important;
    border-bottom: 1px solid ;
    box-shadow: none;
}

.sticky-wrapper.is-sticky .header-nav.navbar-sticky {
    background: #31313d !important;
}

.header.header-floating .sticky-wrapper.is-sticky .header-nav.navbar-sticky .header-nav-wrapper {
    background: #31313d !important;
}

/* ul {
    padding-left: 25px;
    list-style-type: disc;
    margin-bottom: 16px;
} */

a {
    color: #337ab7;
}


header #header div.header-nav{
    background-color : rgb(49, 49, 61) !important;
}


@media screen and (max-width: 1000px) {
    div.main-content section{
        margin-top: 85px;
        margin-bottom: 50px;
        padding: 10px 20px !important;
    }
}

span.badge-success{
    background: #7154E9
}