﻿body {
    font-family: Segoe UI,SegoeUI,Segoe WP,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif;
}

table.apiParameters {
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: 3em;
    word-wrap: break-word;
}
table.apiParameters th {
    padding: 12px 16px 12px 16px;
}
table.apiParameters td {
    padding: 4px 16px 4px 16px;
}
table.apiParameters thead {
    font-weight: bold;
}

p.apiNote {
    font-style: italic;
    font-size: smaller;
}

table.response {
    border-collapse: collapse;
    border-spacing: 0;
    word-wrap: break-word;
}

table.response th, table.response td {
    padding: 12px 16px 12px 16px;
}

table.response thead {
    font-weight: bold;
}

.beta {
    color: indigo
}

.future {
    color: grey
}

.label {
    color: darkgrey;
    padding-right: 1em
}


.comment {
    color: green
}

div.jsoncontent {
    font-family: Consolas,"courier new";
    font-size: small;
    background-color: #f1f1f1;
}

div.jsoncontent div.jsoncontent {
    margin-left: 2em;
}

div.fielddoc {
    margin-top: 0.5em;
}

.fieldname {
    color: green;
}


.fieldtype {
    margin-left: 1em;
    margin-right: 1em;
}

.fieldattr {
    color: grey;
}

.fieldoptional {
    color: grey;
    font-style: italic;
}

pre pre {
    margin-top: 0;
    margin-bottom: 0;
}

pre div {
    margin-top: 0;
    margin-bottom: 0;
}

div.footer {
    margin-top: 3em;
    margin-left: 5em;
    font-size: small;
    color: grey;
}