body {
    background-color: #96928f;
    color: #25383C;
}

/* timeline */

.onionr-post-focus-separator {
    border-color: black;
}

.modal-content {
    border: 1px solid black;
    border-radius: 1rem;

    background-color: lightgray;
}

.onionr-post {
    border: 1px solid black;
    border-radius: 1rem;

    background-color: lightgray;
}

.onionr-post-user-name {
    color: green;
    font-weight: bold;
}

.onionr-post-user-id {
    color: gray;
}

.onionr-post-date {
    color: gray;
}

.onionr-post-content {
    font-family: sans-serif, serif;
    border-top: 1px solid black;
    font-size: 15pt;
}

.onionr-post-creator {
    border: 1px solid black;
    border-radius: 1rem;

    background-color: lightgray;
}

.onionr-post-creator-user-name {
    color: green;
    font-weight: bold;
}

.onionr-post-creator-user-id {
    color: gray;
}

.onionr-post-creator-date {
    color: gray;
}

.onionr-post-creator-content {
    font-family: sans-serif, serif;
    border-top: 1px solid black;
    font-size: 15pt;
    background-color: lightgray;
    color: black;
    border-width: 0px;
}

.h-divider {
    border-top:1px solid gray;
}