body {
    color: #44403f;
    font-family: 'Open Sans', sans-serif;
}

.jumbotron {
    background-color: white;
    margin-bottom: 0 !important;
}

th {
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    body {
        font-size: 0.8em;
    }
}