body {
 background-color:#e0e0e0;
 color:#505354;
 margin:10em;
 font-family:sans-serif
}

.api a {
 text-decoration:none;
}

.api a:link, .api a:visited {
 color:#505354;
}

.api a:hover  {
 color:black;
}

.api a:active  {
 color:black;
 border-style:dotted;
 border-width:1px;
}

h1.api {
 background-color:#fdfdfd;
 padding:.25em;
 border-radius:5px;
 border-color:#505354;
 border-style:solid;
 border-width:1px;
 text-align:center;
}

div.para {
 margin-bottom:.5em;
}

span.newterm {
 font-style:italic;
}

span.coderef {
 font-family:monospace
}

div.uri {
 font-size:125%;
 margin-left:2em;
}

div.api.response.record, div.api.request.record {
 margin-top:1em;
 margin-left:2em;
}

.api.response.record table, .api.request.record table, .api.param-def table {
 width:95%;
 border-style:solid;
 border-width:1px;
 background-color:#f0f0f0;
}

.api.response.record tr:first-child, .api.request.record tr:first-child {
 background-color:#3e4244;
 color:white;
 text-align:left;
}

.api.response.record tr:first-child+tr+tr, .api.request.record tr:first-child+tr+tr, .api.param-def tr:first-child {
 background-color:#8d8e8d;
 color:white;
 text-align:left;
}

.api.response.record td:first-child, .api.request.record td:first-child {
 width:10%;
 font-family:fixed;
 font-size:90%;
 font-weight:bold;
}

.api.param-def td:first:child {
 width:10%;
}

.api.param-def td:first:child+td {
 width:10%;
}

.api.param-def td:first:child+td+td {
 width:10%;
}

div.api.method {
 font-size:125%;
 background-color:#fdfdfd;
 padding:.25em;
 border-radius:5px;
 border-color:#505354;
 border-style:solid;
 border-width:1px;
}

div.api.methodlist {
 margin-left:2em;
 margin-bottom:2em;
 font-weight:bold;
}

div.api.sample pre {
 font-size:110%;
 color:black;
}

div.api.auth-types, div.api.perms {
 font-size:115%;
 margin-left:2em;
}

div.api.url-params-body {
 margin-left:2em;
}

div.api.sample.request, div.api.sample.response, div.api.sample.invocation {
 margin-left:2em;
}

div.api.sample.response.label {
 font-weight:bold;
 margin-left:0;
}

div.api.response.code {
 margin-top:.5em;
 color:black;
}

