﻿
.swagger-section #header {
    background-color: #0484aa;
}

.swagger-section #explore {
    background-color: white;
    color: #0484aa;
}

.swagger-section #explore:hover {
        background-color: #0484aa;
        color:white;
}

.swagger-section .swagger-ui-wrap .footer {
    display:none;
}

.reef {
    font-size: 17px;
    margin-top: 3px;
}

.kinetics {
    font-size: 17px;
    margin-left: -13px;
    margin-top: 3px;
    font-weight: 500;
}

.description-container {
    margin: auto;
    max-width: 960px;
    border-style: solid;
    border-color: black;
    /* border-width: 1px; */
    max-height: 500px;
    overflow: scroll;
    text-align: left;
    margin-top: 15px;
    text-indent: 10px;
    padding-top: 10px;
    background-color: #e7f0f7;
    color: black;
    line-height: 25px;
    font-family: sans-serif;
}

.doc-img-container{
    text-align:center;

}

.doc-image {
    width: 60%;
    height: auto;
    margin: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.description-title {
    max-width: 960px;
    margin: auto;
    margin-top: 50px;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 17px;
    text-align: left;
}