body{
    background: rgb(174, 174, 174);
    color: rgb(125, 125, 125);
    font-family: Arial, Helvetica, Helvetica Neue, sans-serif;
    text-decoration: none;
    z-Index: 0px;
    margin: 0px;
    padding: 0px;
    width: 98vw;
    height: auto;
}
body table{
    width: calc(100%-40px);
    background-color: #1f1f1f;
}
tbody {
    padding: 20px;
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    width: calc(100vw - 40px);
}
table {
    font-size: 20px;
    border-radius: 10px;
    background-color: unset;
    border-collapse: collapse;
    margin: 20px;
    width: calc(100vw - 40px);
    height: auto;
    overflow: hidden;
}
tr td div span{
    width: 100%;
    white-space: white-space;
}
tr td div{
    width: 98%;
    margin: 6px;
    white-space: white-space;
}
.even{
    background-color: #3f3f3f;
}
.odd{
    background-color: #2e2e2e;
}
.white td{
    background-color: white !important;
}
.date{
    background-color: #2e2e2e;
}
nav{
    display: flex;
    justify-content: space-around;
    color: #ffffff;
    margin: 20px;
    width: calc(100%-40px);
}
load{
    display: flex;
    justify-content: space-around;
    color: #ffffff;
}
button{
    font-style: bold;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    background-color: #393939;
    text-align: center;
    color: #ffffff;
    border-radius: 20px;
    border: none;
    height: 60px;
    width: 110px;
    text-align: center;
}
button:hover{
    font-style: bold;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    background-color: #bcbcbc;
    color: #393939;
}
input{
    font-style: bold;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    background-color: #393939;
    text-align: center;
    color: #ffffff;
    border-radius: 20px;
    border: none;
    height: 50px;
    width: 100px;
    text-align: center;
    margin-right: -70%;
}
iframe {
    width: 100vw;
    height: 1200px;
    border-radius: 0px;
    border: none;
    z-index: 0;
}
.date{
    font-size: 24px;
}
b{
    font-size: 20px;
    font-weight: normal;
}
td{
    padding: 10px;
}
tbody > tr:first-child {
    height: 40px;
}
tbody > tr:first-child > th{
    padding-left: 10px;
    padding-right: 10px;
}