body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #707070;
    font-weight: 300;
}

h1 {
    font-size: 24px;
    color: #2d947d;
    font-weight: 300;
}

h2 {
    font-size: 1.5rem;
    color: #2d947d;
    font-weight: bold;
}

.right-align {
    text-align: right;
}

.center-align {
    text-align: center;
}

#results-area {
    color: #2d947d;
    background-color: #b6dbd2;
    visibility: hidden;
    padding: 1rem;
}

#results-message {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    color: #707070;
    font-weight: 300;
    text-align: center;
}

#bump {
    font-size: 1.5rem;
    color: #2d947d;
    font-weight: bold;
}

table {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #707070;
    font-weight: 300;
}

tr {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #707070;
    font-weight: 300;
}

th {
    font-size: 18px;
    color: #2d947d;
    font-weight: 300;
}

.foot {
    border-top: solid medium #707070;
    font-size: 18px;
    color: #2d947d;
    font-weight: bold;
}