body {
    font-family: noto-sans-semicondensed, sans-serif;
    font-variant-ligatures: common-ligatures;
}

h1,
h2,
h3,
h4,
h5,
h5 {
    font-family: noto-sans-extracondensed, sans-serif;
}

a {
    text-decoration: none;
    font-weight: bold;
}

.Sugi img {
    max-width: 100%;
    max-height: 21rem;
    padding-bottom: 2rem;
    box-sizing: content-box;
}

.SC {
    font-variant-caps: all-small-caps;
}

#ratings {}

.logo {
    display: inline-block;
    color: #525aff;
    font-weight: bold;
    min-width: 12em;
    font-size: 1.2em;
}

.logo img {
    height: 2em;
    display: inline-block;
}

.keep {
    white-space: nowrap;
}

.main {
    margin-bottom: 46px;
}

label {
    display: inline-block;
    width: 30%;
    font-family: noto-sans-extracondensed, sans-serif;
}

.right {
    text-align: right;
    padding-right: 1rem;
}

.left {
    text-align: left;
    padding-left: 1rem;
}

/* The slider itself */
.slider {
    -webkit-appearance: none;
    appearance: none;
    height: 0.65rem;
    vertical-align: baseline;
    cursor: pointer;
    width: 30%;
    background: #ddd;
    outline: none;
    border-radius: 5px;
}

.slider + .slider {
    cursor: default;
    background: none;
    margin-left: -30%;
}

.comparison {
    width: 100%;
}

.comparison + .comparison {
    margin-left: -100%;
}



/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 1.4rem;
    width: 20%;
    border-radius: 10px;
}

.slider::-moz-range-thumb {
    appearance: none;
    height: 1.4rem;
    width: 20%;
    border-radius: 10px;
}

.rating::-webkit-slider-thumb {
    background: #3f51b5;
}

.rating::-moz-range-thumb {
    background: #3f51b5;
}

.avg::-webkit-slider-thumb {
    background: rgba(255, 193, 7, 0.75);
    box-sizing: border-box;
    padding: 5px;
}

.avg::-moz-range-thumb {
    background: rgba(255, 193, 7, 0.75);
    box-sizing: border-box;
    padding: 5px;
}

.comparison::-webkit-slider-thumb {
    width: 1.4rem;
}

.comparison::-moz-range-thumb {
    width: 1.4rem;
}





.submit {
    font-weight: bold;
    font-variant-caps: all-small-caps;
    letter-spacing: 0.25em;
    min-width: 25%
}

.name {
    margin-bottom: 46px;
}

.pleaserate {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    font-family: noto-sans-semicondensed, sans-serif;
}

.raterow {
    margin-bottom: 1rem;
}

.accordion {
    cursor: pointer;
    padding-left: 2rem;
    text-indent: -2rem;
}

.accordion::before {
    content: "+";
    font-weight: bold;
    width: 2rem;
    display: inline-block;
    text-indent: 0;
}

.active::before {
    content: "–";
}

.collapse {
    max-height: 0;
    padding: 0 2rem;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.dl-button {
    margin-bottom: 0.5em;
}

.disclaimer {
    width: 80%;
    float: left;
    padding: 8px 16px;
}

#cookiepopup {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.data-drop {
    appearance: none;
    background-image: url(chevron-down-solid.svg);
}

.data-drop option {
    background: white;
    color: black;
    font-size: 1rem;
}

.data-drop option:hover {
    background-color: #3f51b5;
    color: white;
}

.data-input {
    font-family: noto-sans-extracondensed, sans-serif;
    color: inherit;
    border: none;
    border-bottom: 2px solid;
    background-color: unset;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 1rem;
    font-size: 30px;
    padding-right:1em;
    padding-left: 1em;
}

.data-input:focus {
    border: none;
    border-bottom: 2px solid;
    outline: none;
}

table {
    margin-top: 2rem;
    font-variant-numeric: tabular-nums oldstyle-nums;
}

.data-search {
    background-image: url(magnifying-glass-solid.svg);
}
.data-search[list]::-webkit-calendar-picker-indicator {
    display: none !important;
}
.data-search[list]::-webkit-list-button {
    display: none !important;
}



caption {
    caption-side: bottom;
}

.plot-select {
    font-family: noto-sans-extracondensed, sans-serif;
    font-size: 30px;
    width: auto;
    margin-bottom: 1rem;
}

.data-full-width {
    width: 100%;
}

.description {
    max-width: 40rem;
    margin: 2em auto 0 auto;
}

#graph-loc {
    margin-top: 2rem;
    margin-left: -2rem;
}

.top20-img img {
    max-width: 100%;
    max-height: 10rem;
    max-height: 100%;
}

.top20-img {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    max-height: 12rem;
    aspect-ratio: 1/1;
}

.top20-first {
    font-weight: bold;
}

tfoot tr {
    padding: 8px;
    display: table-cell;
    border-bottom: 1px solid lightgray;
}

#top20-table td {
    display: block;
    text-align: center;
    padding: 4px
}

#top20-table tr {
    border-top: 1px solid lightgray;
}

.top20-num {
    font-variant-numeric: tabular-nums lining-nums;
}

.top20-num::before {
    content: "#";
}


.top20-score {
    font-size: 80%;
}

.top20-score::before {
    /*
    content: "Rating: ";
    */
}

#top20-table thead {
    display: none;
}

.top20-cell {
    width: 50%;
    display: block;
    float: left;
    padding: 3%;
}

@media only screen and (min-width: 600px) {
    .top20-cell {
        width: 25%;
    }
}

.graphBtn {
    min-width: 20%;
    min-width: 12em;
    margin-right: 1em;
    margin-top: 1em;
}

.button-drop {}

.button-drop:hover,
.button-drop:focus {}

.button-drop-container {
    position: relative;
    display: inline-block;
}

.button-drop-options {
    display: none;
    position: absolute;
    background-color: white;
    box-sizing: border-box;
    width: 12em;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border: 1px solid gray;
    font-family: noto-sans-extracondensed, sans-serif;
}

.button-drop-options a {
    text-decoration: none;
    display: block;
    font-weight: normal;
    text-align: center;
}

.button-drop-options a:hover {
    background-color: #3f51b5;
    color: white;
}

.show {
    display: block !important;
}

.data-link img {
    max-width: 100%;
    margin-bottom: 16px;
    border: 5px solid #3f51b5;
    border-radius: 16px;
}
.data-link:hover img {
    border-color:#ffc107;
}

.graphImgSize input {
    font-family: noto-sans-extracondensed, sans-serif;
    color: inherit;
    border: none;
    border-bottom: 2px solid;
    background-color: unset;
    padding-left: 0.25em;
    width: 3rem;
    text-align: right;
    box-sizing: content-box;
}


.graphImgSize input:focus {
    border: none;
    border-bottom: 2px solid;
    outline: none;
}

.clear-search {
    display: inline-block;
    background: none;
    border: none;
    height: 47px;
    width: 30px;
    margin-left: -30px;
    padding: 0;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

abbr[title] {
    text-decoration: underline solid #ffc107 .3em;
    text-decoration-skip: none;
    text-decoration-skip-ink: none;
    text-underline-offset: -0.15em;
    cursor: help;
}

.basic-data {
    width: 33%;
    padding: 1em;
}
.basic-data-num {
    font-size: 162%;
    font-weight: bold;
    display: block;
    white-space: nowrap;
}