body {
    font-family: 'Merriweather Sans', sans-serif;
    width: 100%;
    background-color: #ECECEA;
    color: #041C2C;
}
.main .nav {
    margin-top: 50px;
}

.optional:after {
    content: "(optional)";
    color: #a4a4a4;
    margin-left: 4px;
    font-size: 1rem;
}

/* Components */

table {
    width: 100%;
}
table th {
    border-bottom: 2px solid #ccc;
}
table td {
    border-width: 1px;
    border-style: solid;
    border-color: #e5e6e9 #dfe0e4;
}
