body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 0.95em;
}

h1 {
    text-align: center;
    text-transform: uppercase;
}

p {margin: 0}

a, a:link, a:active, a:visited, a:hover {
    color: inherit;
    font-weight: bold;
}

section#reference {
    max-width: 85%;
    margin: auto;
    margin-top: 5em;
}

li.endpoint {
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 1em;
}

h2.endpoint {
    background-color: #f1f1f1;
    padding: 0.25em;
    border-radius: 0.2em;
}

ul#endpoints, .params ul {
    list-style-type: none;
}

li.endpoint > .returns > div{
    padding-left: 1em;
}

li.param {
    margin-bottom: 0.5em;
}

li.param .name, li.param .description {
    display: inline-block;
}

li.param .name {
    width: 10em;
    font-weight: bold;
    height: 100%;
    vertical-align: top;
}

li.param .description {
    max-width: 50em;
    overflow: hidden;
    vertical-align: top;
    color: #444;
}

.description ul,
.returns ul {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    list-style-type: square;
}

section.examples ul {
    list-style-type: none;
}

li.example {
    font-family: monospace;
    background-color: #ddd;
    color: #111;
    padding: 0.2em;
    margin-bottom: 0.2em;
    white-space: pre;
    border-radius: 0.2em;
}
