/* Import after all other stylesheets to overwrite default settings with Dataworks values. */

/* Header color */
.swagger-section #header {

    background-color: rgba(32, 82, 160, 1);

}

/* Color of the closed tags/categories */
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
    color: #3164CB;

}


.swagger-section .swagger-ui-wrap .info_description{
    border-radius: 5px;
    border: 2px solid #b5b5b5;
    background-color: #e4e7ea;
    padding:15px;
}

#resources_container{
    padding:30px;
    border-radius: 5px;
    border: 2px solid #dcdcdc;
    margin-top:18px;
}

.BannerText{
    color: white;
    font-weight: bold;
}

h2{
    font-family: sans-serif !important;
}
h3{
    font-family: sans-serif !important;
}


p{
    font-family: sans-serif !important;
}