body {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    color: #3c4c4c;
    font-size: 42px;
    font-weight: 400;
    line-height: 48px
}

h2,
h2 a {
    color: #3c4c4c;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px
}

.toggle h2 {
    border-top: 1px dotted rgba(92, 92, 92, 0.5);
    border-bottom: 1px dotted rgba(92, 92, 92, 0.5);
    padding-top: 20px;
    padding-bottom: 7px
}

p,
a,
li {
    color: #3c4c4c;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px
}

td,
th {
    color: #3c4c4c;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    vertical-align: top;
    text-align: left;
    padding: 0 15px
}

b {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}