﻿body {
    font-family: "Open Sans", "Arial", sans-serif;
}

.swagger-section #header {
    background-color: #0089f4;
}

.content {
    margin-top: 25px;
}

    .content h2 {
        cursor: pointer;
    }

    .content ul {
        list-style: disc !important;
        padding-left: 30px;
    }

        .content ul li {
            margin-bottom: 10px;
        }

    .content h2.open-description-button {
        padding: 10px;
        border: 1px solid #c0c0c0;
        border-radius: 20px;
        margin-bottom: 10px;
    }

    .content .description-block {
        display: none;
    }

    .content .description-block-active {
        display: block;
        margin-bottom: 15px;
    }

    .content blockquote {
        padding: 10px;
        color: #fff;
        background-color: dimgrey;
    }

    .content .bold-text {
        font-weight: bold;
    }
