@media screen and (max-width: 719px) {
    table.api-description td {
        vertical-align: top;
        padding-right: 5px;
        padding-bottom: 10px;
    }

    body {
        padding: 5px;
    }
}

@media screen and (min-width: 720px) {
    table.api-description td {
        padding: 5px;
        padding-right: 10px;
    }

    table.api-description {
        margin: 20px;
    }

    body {
        padding: 10px;
    }
}

body {
    font-family: 'PT Sans', sans-serif;
}

table.api-description .header {
    font-weight: bold;
    padding-top: 20px;
}

table.api-description .required {
    color: red;
    font-style: italic;
    font-size: 14px;
}

table.api-description .optional {
    color: blue;
    font-style: italic;
    font-size: 14px;
}

table.api-description .type {
    font-style: italic;
}

.code {
    display: inline;
    background: #f6faff;
    color: #0E1C36;
    padding: 4px 8px;
    font-size: 14px;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    font-weight: bold;
    border-radius: 5px;
}


.path {
    background: #f6faff;
    color: #0E1C36;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.subtitle {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}

.text-section {
    margin-top: 10px;
}

.footer {
    margin-top: 50px;
}