* {
    font-family: "Titillium Web", sans-serif;
    box-sizing: border-box;
}
html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 1rem;
}
table {
    height: 100%;
    width: 100%;
    border-collapse: collapse;
}
/*th.position,*/
/*td.position {*/
/*    display: none;*/
/*}*/
th.adult-1,
th.adult-2 {
    display: none;
}
td.adult-1,
td.adult-2 {
    display: flex;
    font-size: 1em;
    border-width: 1px 1px 1px 0px;
    height: 50%;
    align-items: center;
}
tbody tr:nth-child(odd) {
    background-color: rgb(181, 0, 0, 1.0);
}
tbody tr:nth-child(even) {
    background-color: rgb(13, 29, 65, 1.0);
}
td {
    color: rgb(255, 255, 255);
    order-style: solid;
    border-collapse: collapse;
    border-color: rgb(255, 255, 255);
    border-width: 1px 0 1px 1px;
    padding: 0 0 0 1rem;
    vertical-align: middle;
    font-size: 2rem;
}
td.number {
    text-align: center;
    padding: 0 0 0 0;
}