body {
    font-size: 16px;
}

#tableDaily {
    font-size: 1.25em;
    margin: 20px;
    width: calc(100% - 40px);
}

.h2Daily {
    text-align: center;
    font-size: 1.8em;
    margin: 0;
    padding: 0;
}

.orangeRow {
    background-color: orange !important;
}

.greenRow {
    background-color: lightgreen !important;
}

h2 {
    color: black;
    font-weight: bold;
}

#div1 {
    min-height: 45vh;
    height: auto;
}

#div2 {
    min-height: 45vh;
    height: auto;
}

th {
    color: white;
    background-color: #cc0000;
}

td.center-table,
th {
    padding: 5px;
}