html {
    font-family: sans-serif;
}

.api-title {
    color: #555;
}

.api-notes, .api-help {
    max-width: 40em;
}

.api-help {
    margin: 1em;
    padding: 0.5em 1em 1em 1em;
    position: relative;
    border-left: 1px solid black;
    background: #EEE;
}
.api-help--tag {
    position: absolute;
    right: 0.5em;
    top: 0;
    font-size: 300%;
    z-index: 0;
    opacity: 0.08;
}
.api-help--colgroup {
    background: #DDD;
    padding: 0.2em 1em;
}
dt {
    font-weight: bold;
}

.data-table {
    border-collapse: collapse;
    border: solid black;
    border-width: 2px 0;
}

.data-table td, .data-table th {
    font-size: small;
    border: 1px solid black;
    border-color: black #BBB;
    padding: 0.5em;
}

.data-table th {
    background: #DDD;
    border-width: 2px 1;
    border-color: black #AAA;
}

.no-data {
    margin-left: 1em;
    font-size: 200%;
    color: #888;
}

.api-field_item {
    border-top: 1px solid white;
    margin-top: 1em;
    padding-top: 1em;
}

.api-field_schema_term {
    font-size: small;
    font-weight: lighter;
}

.api-headerlink_parent .api-headerlink {
    margin-left: 0.5em;
    visibility: hidden;
}

.api-headerlink_parent:hover .api-headerlink {
    visibility: inherit;
}

.api-apply_validator_textarea {
    display: block;
    width: 90%;
}

.api-apply_validator_response[data-status='error'] {
    color: darkred;
}

.api-apply_validator_response[data-status='validation'] {
    color: tomato;
}

.api-apply_validator_response[data-status='ok'] {
    color: darkgreen;
    margin-bottom: 5em;
}
