.title {
    font-size: 32pt;
    text-align: center;
    vertical-align: text-bottom;
    padding-left: 10px;
}

body {
    background-color: black;
    color: white;
    font-family: arial;
    font-size: 14pt;
    margin: 20px;
}

a {
    color: #5dc600;
    text-decoration: none;
}

.ldoc-nav {
    font-family: monospace;
}

pre, code {
    background-color: #272822;
    border-radius: 5px;
    padding: 3px;
    color: white;
    font-family: monospace;
    font-size: 12pt !important;
}

#usage-table th, #usage-table td {
    padding: 15px;
    text-align: left;
}

#usage-table tr:nth-child(even) {background-color: #272822;}
#usage-table tr:nth-child(odd) {background-color: #1f1f1f;}

table tr td:first-child {
    white-space: nowrap;
}

table tr {
    margin-top: 200px;
}
