@import url("https://phinjensen.com/Charter/charter.css");

body {
    font-family: charter;
    font-size: 14pt;
    line-height: 1.4;
}

blockquote {
    color: #036163;
    border-left: 4px solid #036163;
    padding: 5px 0px 5px 16px;
    background-color: #e3e0dd;
}
.translation {
    color: black;
    border-left: 4px solid black;
}

.content {
    max-width: 1000px;
    margin: 0 auto;
}

.row {
    display: flex;
    align-items: center;
}

.row > * {
    padding: 8px;
}

.row .rank {
    flex: 0 0 5em;
    width: 5em;
    margin-right: 8px;
}

.row .sentence {
    flex: 1 1 auto;
}

.slider-grid {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
}

.slider {
    margin: 0 0 0 8px;
    padding: 0;
    width: 100%;
}

.slider-label {
    align-self: flex-end;
    text-align: right;
    margin-right: 10px;
}

#steplist {
    display: flex;
    width: calc(100% + 20px);
    justify-content: space-between;
    align-items: center;
}

.rate-nav {
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
}

.rate-nav button {
    padding: 8px;
    font-size: 12pt;
}

#summary {
    margin: 0 auto;
    border-collapse: collapse;
}

#summary th,
#summary td {
    padding: 8px 16px;
}

#summary tbody tr {
    border-bottom: 1px solid #d3d3d3;
}

.error-message {
    color: red;
}

.upload-batch-field {
    margin-bottom: 30px;
}

.auth-input {
    margin-bottom: 10px;
    padding: 5px;
    width: 200px;
}

.submit-button {
    padding: 2px 10px;
    font-size: 12pt;
}

.nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.nav-item {
    color: blue;
}

.nav-item:hover {
    color: gray;
}

.active {
    font-weight: bold;
}

.batch {
    margin-bottom: 30px;
    list-style: none;
}

.batch-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.batch-name {
    margin: 5px;
    font-weight: bold;
}

.batch-key {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin: 10px 5px;
}

#download-results-button {
    margin-left: auto;
}

.eval_type:hover {
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
