body {
    font-family: Ubuntu, sans-serif;
    width: 350px;
}

caption {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px;
}

.mediumBackground {
    background-color: #7fb9c2;
}

table,
th,
td {
    border: 1px solid rgb(211, 211, 211);
    border-collapse: collapse;
    width: 100%;
}

table {
    table-layout: fixed;
    width: 100%;  
  }

th,
td {
    padding: 8px;
    text-align: center;
}

th {
    background-color: #628ca6;
    color: white;
    width: 100%;
}

tr:nth-child(even) {
    background-color:#e7ffed;
}

tr:nth-child(odd) {
    background-color:#e7f0ed;
}

}
.highest :nth-child(3){ background-color: #628ca6;  color: #ffffff;
} 
tfoot {
    font-size: .6rem;
    padding: 6px;
    margin: 0;
}
