.container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
}

.container-row {
    display: flex;
    justify-content: space-between;
}

tr.author td a {
    text-decoration: underline;
}

.affil-list {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 600px;
    overflow-y: scroll;
}

.filters h2,
.filters h3 {
    margin: 16px 0;
}

@media (max-width: 1100px) {
    .container-row {
        flex-direction: column;
        align-items: center;
    }
}

.table-container {
    width: 80%;
    text-align: center;
    display: flex;
    justify-content: center;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

#submit,
#submit2,
#submit-reset {
    text-decoration: none;
}

form a {
    color: black !important;
}

.button {
    box-sizing: border-box;
    text-align: center;
    appearance: none;
    border: 0;
    border-radius: 10px;
    background: var(--blueGradient);
    color: white !important;
    text-decoration: none;
    padding: 15px 0;
    font-family: inherit;
    font-weight: bold;
    cursor: pointer;
    width: 300px;
    font-size: inherit;
    margin-bottom: 15px;
}

select {
    font: inherit;
    font-size: 16px;
    padding: 15px;
}

.error-text {
    font-size: 20px !important;
    margin-bottom: 50px;
    color: red;
}

.pagination {
    display: flex;
    justify-content: space-between;
    width: 400px;
    margin-top: 20px;
    margin-bottom: 100px;
}

.page-display {
    font-size: 26px;
}

#my_form input {
    font: inherit;
    color: black !important;
    border: 1px solid #8b8b8b;
    padding: 15px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    width: 360px;
    font-size: 20px;
}

.f-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.f-row img {
    width: 30px !important;
    margin-right: 10px;
}

/*#rating-table {*/
/*    font-size: larger;*/
/*    width: 840px;*/
/*}*/

/*#rating-table th {*/
/*    border-bottom: 2px solid black;*/
/*}*/

/*#rating-table td {*/
/*    font-size: 20px;*/
/*    padding: 10px;*/
/*}*/

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #8b8b8b;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #8b8b8b;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8b8b8b;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8b8b8b;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8b8b8b;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #8b8b8b;
}