body {
    background-color: var(--background-color);
}
:root {
    --secondary-container-color: var(--primary-color);
}

h3 > a {
    color: var(--primary-color);
}
.table-wrapper {
    overflow-x: auto;
}
.card {
    background-color: var(--card-bg-color);
}
.card .card-image {
    border-radius: 12px 12px 0px 0px;
    background-color: var(--card-img-bg-color);
}
.row {
    gap: 10px;
}
.bold {
    font-weight: bold !important;
}
.authors > a,
.card a > .card-title {
    color: var(--primary-color);
}

i.right {
    margin-left: 15px;
}

i.left {
    margin-right: 15px;
}

.inline-icon {
    vertical-align: bottom;

}
.radio-label {
    color: var(--font-color-medium);
    justify-content: center;
}

.collapsible-body .content {
    padding: 2rem 0;
}

.card .card-action a,
.card .card-action span {
    padding: 16px 20px;
    display: inline-block;
}
.card.xlarge {
    height: 500px
}
.card.xlarge .card-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.card .row.search-actions {
    position: absolute;
    bottom: 60px;
    left: 16px;
    right: 16px;
}
.card .card-action:last-child {
    border-radius: 0 0 12px 12px;
}
