body {
    border-top: 40px solid #4D7A97;
    margin: 0;
    font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
}

a:link, a:visited {
    text-decoration:none;
    color:#4A6782;
}

a[href]:hover, a[href]:focus {
    text-decoration:none;
    color:#bb7a2a;
}

.nav-panel {
    background-color: #dee3e9;
    padding: 10px;
    margin: 0px;
    font-size: 13px;
}

.table-wrapper {
    width: 95%;
    border: 1px dotted #dee3e9;
    padding: 10px;
    background-color: #f8f8f8;
    margin-top: 15px;
    font-weight: bold;
}

#intro {
    font-weight: normal;
}

table {
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
    padding: 0px;
    width: 100%;
    border: 0px;
    border-collapse: collapse;
}

tr, td, th {
    padding: 5px;
}

th {
    background: #dee3e9;
}

tbody tr:nth-child(even) {
    background-color: #eee;
}

.main {
    margin: 10px;
}

.name {
    font-size: 14px;
    color: darkslategray;
}

.modifiers {
    color: initial;
    font-weight: initial;
}

a .modifiers {
    font-weight: bold;
}

.description {
    font-weight: normal;
    font-style: italic;
}

code {
    color: darkslategray;
    font-weight: bold;
}