

td,
th {
    border: 1px solid rgb(190, 190, 190);
    padding: 10px;
}

td {
    text-align: center;
}

tr:nth-child(even) {
    background-color: #eee;
}

th[scope='col'] {
    background-color: #696969;
    color: #fff;
}

th[scope='row'] {
    background-color: #d7d9f2;
}

caption1 {
    position: absolute;
    top: 1px;
    margin-left: var(--global-margin-left);
    text-align: center;
    color: #1C1545;
    font-size: 18px;
    transition: 1.0s;
    font-family: 'new-spirit';
}

caption2 {
    position: absolute;
    top: 50px;
    margin-left: var(--global-margin-left);
    text-align: center;
    color: #1C1545;
    font-size: 18px;
    transition: 1.0s;
    font-family: 'new-spirit';
}

table {
    font-family: 'new-spirit';
    font-size: 20px;
    position: absolute;
    margin-top: 150px;
    z-index: 0;
    padding-bottom:22%;
}

 /* Force scrollbars onto browser window */
 body {
  min-height: 100%;
  background-color:rgb(237, 236, 236);
}


