.showthread-headline {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--mainfont);
    font-size: 22px;
    font-weight: bold;
    color: var(--headline-color);
}

.showthread-subline {
    font-family: var(--subfont);
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: italic;
}

.showthread-navButtons {
    margin: 20px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.showthread-footer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.quickreply {
    background: var(--content-background);
    padding: 10px;
}

.quickreply-bit {
    background: var(--body-background);
    padding: 10px 15px;
    text-align: justify;
    font-size: 12px;
    color: var(--font-color);
}

.quickreply-headline {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--mainfont);
    font-size: 16px;
    font-weight: bold;
    color: var(--headline-color);
    margin-bottom: 5px;
}

.quickreply-content {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

.quickreply-options {
    width: 15%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 5px;
}

.quickreply-textarea {
    width: 85%;
}

.quickreply-footer {
    margin-top: 5px;
    text-align: center;
}

.showthread_moderationoptions {
    margin-top: 20px;
    text-align: right;
}

.showthread_moderationoptions:empty {
    margin: 0;
}

.showthread_poll {
    background: var(--content-background);
    padding: 10px;
    margin-bottom: 20px;
}

.showthread_poll-content {
    background: var(--body-background);
    padding: 10px 15px;
    text-align: justify;
    font-size: 12px;
    color: var(--font-color);
}

.showthread_poll-headline {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--mainfont);
    font-size: 16px;
    font-weight: bold;
    color: var(--headline-color);
    margin-bottom: 5px;
}

.showthread_poll-subline {
    font-family: var(--subfont);
    font-size: 13px;
    letter-spacing: 1px;
    text-align: end;
}

.showthread_poll-options {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 5px;
}

.showthread_poll-option {
    font-family: var(--subfont);
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.showthread_poll-footer {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.showthread_poll-results-footer {
    margin-top: 5px;
    text-align: right;
}

.showthread_poll_resultbit {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 5px;
    font-family: var(--subfont);
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.showthread_poll_resultbit-option {
    width: 10%;
	text-align: left
}

.showthread_poll_resultbit-pollbar {
    width: 80%;
}

.showthread_poll_resultbit-votes {
    width: 10%;
}

.showthread_poll.showresults {
    margin: 0;
}