table, th, td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    border: 2px;
    border-radius: 8px;
}
th {
    background-color: rgb(25, 79, 230);
    color: white;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 18px;
    padding-right: 18px;
    height: 50px;
    border: 3px;
}
td {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    border: 2px;
    padding: 4px;
}
caption {
    font-size: 20px;
    padding: 10px;
}
tr:hover {
    background-color: rgb(5, 51, 82);
    cursor: pointer;
}
tr:nth-child(odd) td {
    background-color: white;
}
tr:nth-child(even) td {
    background-color: rgb(42, 141, 233);
}

tr:last-child {
    font-style: italic;
}
tr:first-child {
    background-color: #45e6ff;
    color: white;
    text-align: center;
}