#api_desc,
#api_desc * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.info_block_container {
    background: #fff;
}

    .info_block_container.gray {
        background: #ebebeb;
    }

.centered_container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.info_block {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #2f3c52;
    font-size: 16px;
    line-height: 30px;
}

.info_block .info_block_title {
    color: #ca1913;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.info_block .info_block_subheader {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
}

#files_fm_api hr {
    background-image: none;
    background: #d0d0d0;
    margin: 40px 0;
}

#files_fm_api p {
    margin: 40px 0 0;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    line-height: 2.25em;
}

code, pre {
    font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
}

    #files_fm_api pre {
        background: #fff;
        border: 1px solid #d9d9d9;
        color: #ca1913;
        margin: 10px 0 20px;
        padding: 15px 30px;
    }

#usage_table table {
    display: table;
    width: 100%;
    max-width: 100%;
    margin: 40px 0;
}

#usage_table table tr th,
#usage_table table tr td {
    padding: 15px 20px;
    border: 0px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    min-width: 270px;
    vertical-align: middle;
    display: table-cell;
}

    #usage_table table tr:first-child th,
    #usage_table table tr:first-child td {
        border-top: 1px solid #d9d9d9;
    }

    #usage_table table tr th:first-child,
    #usage_table table tr td:first-child {
        border-left: 1px solid #d9d9d9;
    }

    #usage_table table tr th {
        font-size: 18px;
        font-weight: bold;
        background: #ebebeb;
        text-align: center;
    }

    #usage_table table pre {
        margin-bottom: 30px;
    }

        #usage_table table pre:first-child,
        #usage_table table pre:first-child + pre,
        #usage_table table pre:last-child {
            margin-bottom: 0px;
        }

.red {
    color: #ca1913;
}

/* breakpoints */
@media only screen and ( max-width: 1200px ) {

    .info_block_container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #usage_table table tr th,
    #usage_table table tr td {
        padding: 10px;
        min-width: auto;
        font-size: 13px;
        white-space: normal;
        word-wrap: break-word;
    }

}