
table, tr, td {
    border-bottom: 1px solid black;
    font-size: 95%;
    text-align: center;
    vertical-align: bottom;
    max-height: 300%;
}

.blue {
    background-color: #ffcc99;
}
.bold {
    font-size: large;
    font-weight: 700;
}


td {
    padding: 1em 3em 1em 1em;
    border-top: 1px solid black;
    vertical-align: top;
    max-height: 300%;
}
table p {
    padding: 0 0 0 0;
}
@media only screen and (max-width: 750px) {
    th, td {
        display: block;
    }
    thead {
        display: none;
    }
}