
/* API theme customizations */

body {
    margin: 0;
}
.api-content table {
    display: table !important;
}
.api-content table thead tr {
    background-color: rgb(240, 240, 250);
}
.api-content table code {
    white-space: nowrap;
}
