/*
SPDX-FileCopyrightText: 2024 Simon Gene Gottlieb
SPDX-License-Identifier: CC0-1.0
*/
.rankvector_table {
    line-height: 1em !important;
}
.rankvector_table table th {
    min-width: unset !important;
}
.rankvector_table table th:nth-of-type(1) {
    min-width: 18em !important;
}
.rankvector_table table tbody tr:nth-child(odd) {
    background: #f8f8f8;
}
.rankvector_table table tbody tr:nth-child(even) {
    background: #FFF;
}

.compact_data_table {
    line-height: 1em !important;
}
.compact_data_table table th {
    padding: 0.2em !important;
}
.compact_data_table table td {
    padding: 0.2em !important;
}
.compact_data_table table tbody tr:nth-child(odd) {
    background: #f8f8f8;
}
.compact_data_table table tbody tr:nth-child(even) {
    background: #FFF;
}
.compact_data_table > .md-typeset__scrollwrap {
    overflow-x: visible;
}
a {
    font-size: 1.4em;
}
#myInput {
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 12px;
    width: 50%;
}

/*.abstract {
    color: #000;
    background-color: #ccc !important;
    border-color: #999 !important;
}*/
