html, body {
    color: #7b858a;
}
html, body {
    font-family: Montserrat;
}

.table {
    margin-bottom: 0;
}

table tr td, table tr th {
    vertical-align: top;
    padding-right: 15px;
    margin-top: 0rem;
    margin-bottom: .9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-size: 1.3rem;
}

label {
    font-weight: normal;
}

ul li {
    color: red;
}

h2 {

    font-weight: 300;
    line-height: 1.1;
    font-size: 2.5rem;
    margin-top: 2.25rem;
    margin-bottom: 1.8rem;
}

p {
    margin-top: 0rem;
    margin-bottom: .9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-size: 1.3rem;
}
