/*********************
    Results basics.
*********************/

#results {
    width: var(--table-width);
    padding: 2em 0;
}

/*********************
    Results title.
*********************/

#results p {
    margin: 0;
    font-size: 8ch;
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
    border-bottom: 3px solid var(--main-color);
}

/*********************
    Table.
*********************/

#results table {
    padding: 2em 0;
}

/*********************
    Table head.
*********************/

#results table thead tr th, #results table tbody tr td {
    margin: 0;
    text-align: left;
    padding: 0.5em 1em;
}
#results table thead tr {
    background-color: var(--main-color);
}
#results table thead tr th {
    color: white;
}
.display-button {
    width: 90%;
    margin: .1em 5% 0;
}