input#URL, input#title{
    width: 28rem;
}

label>input {
    margin: .2rem;
}

td, th {
    border: 1px solid #dddddd;
    font-size: 1em;
    text-align: left;
    vertical-align: top;
    padding: 8px !important;
}

tr:nth-child(odd) {
    background-color: #C3AED6;
}

.author-subform, .editor-subform {
    margin-bottom: 1.5rem;
}

.advanced-filter {
    margin: 2rem 0;
}

.advanced-filter input {
    padding: 8px 20px !important;
}

.bibliography {
    margin-bottom: 6rem;
}

.button-icon {
    background-color: inherit;
    width: 4rem;
    padding: 1rem;
}

.button-icon:hover {
    background-color: #ddd !important;
}

.button-icon:active {
    background-color: #666 !important;
}

.button-icon-wide {
    background-color: inherit;
    color: black;
    padding: 1rem;
}

.button-icon-wide:hover {
    background-color: #ddd !important;
}

.button-icon-wide:active {
    background-color: #666 !important;
}

.category-choice {
    padding-right: 0.5rem;
}

.category-choice input {
    margin-right: 0.2rem;
}

.checkbox {
    display: inline-block;
    margin-right: .4rem;
    margin-left: .4rem;
}

.hidden {
    display: none;
}

.field-label, .form-label {
    display: block;
}

.field {
    margin-bottom: 1rem;
}

.filter-bar {
    margin-bottom: 2.5rem;
}

.filter-bar label {
    margin-right: 3rem;
}

.filter-search {
    width: 15rem;
}

.filter-search:focus {
    outline: none;
}

.filter-toggle {
    background-color: #8675A9;
    border: 1px solid #ccc;
    padding: 5px 12px !important;
    font-size: 14px !important;
}

.filter-toggle:hover {
    background-color: #ddd !important;
}

.filter-toggle:active {
    background-color: #666 !important;
}

.form-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.icon-image {
    height: 100%;
    width: 100%;
}

.menu-horizontal {
    background-color: white;
    overflow: auto;
    white-space: nowrap;
    border: 1px solid #949494;
}

.menu-horizontal label {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 8px 10px;
    text-decoration: none;
}

.menu-horizontal label:focus-visible {
    outline: #0060df solid !important;
}

.menu-horizontal input {
    border-right: 1px solid #949494 !important;
}

.menu-items {
    overflow: scroll;
    height: 12rem;
}

.menu-vertical {
    display: inline-block;
}

.menu-vertical label {
    display: block;
}

.page-tracker {
    margin-bottom: 0 !important;
}

.page-tracker-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2rem;
}

.pagination-row-bot, .pagination-row-top {
    width: inherit;
    display: flex;
    justify-content: flex-end;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    height: 4rem;
}

.pagination-row-bot {
    border-bottom: 1px solid #dddddd;
}

.pagination-row-top {
    border-top: 1px solid #dddddd;
}

.search-result {
    width: 100%;
    border-collapse: collapse;
    margin: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
}

.search-result tbody {
    display: table;
    width: 100%;
}

.toolbar {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.type-choice {
    padding-right: 0.5rem;
}

.type-choice input {
    margin-right: 0.2rem;
}

.wp-block-search__button:focus-visible {
    outline-style: solid;
    outline-color: #0060df;
}

.wp-block-search__label {
    font-size: 2rem;
}

#content-core {
    max-width: none !important;
    padding: 0 8rem 0 8rem !important;
}

#wpa_label_s {
    font-size: 1.2em;
}

#search-bar {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

#search-bar button {
    background-color: #8675A9;
}

#search-bar button:hover {
    background-color: #ddd !important;
}

#search-bar button:active {
    background-color: #666 !important;
}