body{
    padding-top: 50px;
    text-align: center;
    background: #e2dadb;
    color: #444;
    text-align: center;
    max-width: 1444px;
    margin: auto;
    padding-bottom: 67px;
}
p{
    font-size: 1.4rem;
    max-width: 1080px;
    text-align:center;
    margin: 15px auto;
    
}

.download-container{
    margin: 45px 0px;
}

a {
    margin-bottom: 5px;
    border: solid 2px #d95a5a;
    padding: 15px 35px;
    border-radius: 5px;
    font-size: 1.7rem;
    background: #FF6666;
    color: #ffffff !important;
    cursor: pointer;
    display:inline-block;
    text-decoration:none;
}

a:hover {
    background: #ff7979;
}

table{
    max-width: 1080px;
    margin: auto;
}

th:nth-child(n+2),
td:nth-child(n+2){
    text-align: center;
    max-width: 50px
}

th{
    background: #888 !important;
    color: white !important;
}

tr:hover td:nth-child(2) {
     background: #259b25;
    color: white;
}

tr:hover td:nth-child(3),
tr:hover td:nth-child(4) {
    background: #4949ff;
    color: white;
}

.filter-container{
    position:fixed;
    bottom:0;
    background: white;
    width:100%;
    left: 0;
}

.filter-on tbody tr{
  display: none;
}

.filter-on tbody tr.show{
  display: table-row !important;
}

.filter{
    display:flex;
    gap: 3px;
    justify-content:center;
    flex-flow: row wrap;
    padding: 15px 0px;
}
.filter .letter{
    display: inline-block;
    width: 35px;
    line-height: 35px;
    border: solid 1px #c4c4c4;
    border-radius: 3px;
    background: #f2f2f2;
    cursor:pointer;
    color: #444;
}

.filter .letter:hover{
    background: #ffacac;
    border-color: #ff7979;
    color: white;
}

.filter .letter.on{
    background: #ff7979;
    border-color: #d95a5a;
    color: white;
    font-weight: bold;
}