body {
    background-color: #0d0d0d;
}
main {
    background-color: #13171f;
}
.tad {
    background-color: #13171f;
    padding-bottom: 5px;
}
aside {
    padding-top: 30px;
}
.logo {
    width: 120px;
    float: right;
    margin-top: -10px;
}
.filterButtons {
    text-align: right;
    margin-bottom: 15px;
}
.filterButtons button {
    margin-right: 6px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: 0;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: transparent;
    padding: 10px;
    font-size: 12px;
}
.resultsHeader {
    transform: hue(10deg);
}
hgroup small {
    margin-top: 10px;
    font-size: 0.8rem !important;
    display: block;
    line-height: 20px;
}
#ollamark-grid .ag-cell-value a {
    text-decoration: underline;
    color: #fff; /* var(--ag-data-color) */
}