body {
    margin: 0;
    padding: 0;
}

p {
    font-size: 100%;
    margin-bottom: 10px;
}

.version {
    color: #ffffff;
}

.wy-table-responsive table td {
    white-space: normal;
}

.wy-table-responsive table th {
    border-bottom: 1.5px solid black !important;
    border-top: 1.5px solid black !important;
    border-left: 1.5px solid black !important;
    border-right: 1.5px solid black !important;
    color: #ffffff !important;
    background: #313131 !important;
}

.wy-side-nav-search {
    background: #313131 !important;
    max-width: 20em !important;
    min-width: 268px !important;
}

.wy-form {
    border-color: #ffffff !important;
}

.wy-nav-content {
    max-width: 80em !important;
    min-width: 768px !important;
}

.highlight-default .highlight pre {
    background-color: #ccc;
}

.mark-yellow {
    background: yellow;
}
