table.api_calls_table
{
    text-align: left;
    border: none;
    padding: 0px;
    /*font-size: 12pt;*/
    font-style: normal;
    margin: 0px;
    border-spacing: 0px;

}
table.api_calls_table tr th {
    font-weight: normal;
    background-color: #cccccc;
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 1px;
    white-space: nowrap;

    border-left: none;
    border-right: none;
    border-top: none;

    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;

}

table.api_calls_table tr td {
    background-color: #f8f8f8;
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 1px;
    white-space: nowrap;

    border-left: none;
    border-right: none;
    border-top: none;

    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;

}


table.api_calls_table tr:first-child td {
    border-top:none;
}


table.api_calls_table tr:first-child th {
    border-top:none;

}




















table.api_call_parameters_table
{
    text-align: left;
    border: none;
    padding: 0px;
    /*font-size: 12pt;*/
    font-style: normal;
    margin: 0px;
    border-spacing: 0px;
    width: auto;

}
table.api_call_parameters_table tr th {
    font-weight: normal;
    background-color: #cccccc;
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 1px;
    white-space: nowrap;

    border-left: none;
    border-right: none;
    border-top: none;

    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;


}

table.api_call_parameters_table tr td {
    background-color: #f8f8f8;
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 1px;
    white-space: nowrap;

    border-left: none;
    border-right: none;
    border-top: none;

    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;

}




table.api_call_parameters_table tr:last-child td {
    border-bottom: none;
}


table.api_call_parameters_table tr:last-child th {
    border-bottom: none;
}




/*# sourceMappingURL=api_calls_table.css-fae62b294c3ebad4afa9f5fe7fd26a69d13d8d80fc0d9d3c45e64421999b259c.map */
