* {
    font-family: 'Ubuntu', sans-serif;
}

table {
    text-align: center;
    margin: 100px auto;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

td, th {
    font: 2em;
    padding: 10px;
}

tbody tr:nth-child(odd) {
    background-color: rgb(230, 255, 237);
}

tbody tr:first-child, #novGoal {
    background-color: rgb(99, 140, 166);
    color: white;
}

tbody tr:nth-child(even) {
    background-color: rgb(231, 240, 237);
}

thead {
    font-size: 2em;
}

thead, tfoot {
    background-color: rgb(126, 185, 193);
}

tfoot {
    font-size: 0.75em;
}

table, td, tr, th { 
    border-collapse: collapse;
    border: 1px solid rgb(196, 198, 197);
}

#blackFriday {
    font-style: italic;
}

tbody th, tbody td {
    font-weight: 200;
}