html[data-theme="light"] {
    --pst-color-text-base: black;
    --pst-color-primary: #398299;
    --pst-color-link: #196780;
}

.bd-sidebar-primary {
    max-width: 15%;
}

.bd-sidebar-secondary {
    max-width: 20%;
}

html[data-theme="light"] tr:nth-child(even) {background: #fff}
html[data-theme="light"] tr:nth-child(odd) {background: #f5f5f5}
html[data-theme="light"] th { background: #fff }

th {text-align: center}

.table td, .table th {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

table, th, td {
  font-size: small;
}

table.align-left {float: left; padding-right: 4em; }
table.align-right {float: right}

html[data-theme="light"] table.container-table > tbody > tr {
    background-color: var(--pst-color-background);
}

table.container-table > tbody > tr > td {
    border-top: 0px;
}

table.right-align-cols td {
    text-align: right
}
