.sidebar-brand-text {
    text-align: center;
}

.view-this-page {
    display: none;
}

table.docutils th {
    border-bottom: 2px solid var(--color-foreground-border);
}

table.docutils th, table.docutils td {
    border-right: none;
    border-left: none;
}

/* Cannot group them because browser-specific prefixes render the entire rule invalid if not supported. */
::selection{
    background-color: rgba(0, 255, 118, 0.20);
}

::-moz-selection {
    background-color: rgba(0, 255, 118, 0.20);
}