body {
    background-color: #f5f5f5;
    font-family: sans-serif;
    font-size: 97%;
}

.wrapper {
    margin: 0 auto;
    max-width: 1000px;
}

table {
    border-collapse: collapse;
}

td {
    border: 1px solid;
    padding: 3px;
}

.contact-table tr:first-of-type {
    font-weight: bold;
    text-align: center;
}

fieldset {
    padding-top: 10px;
}

input[type="password"] {
    display: block;
    margin-top: 10px;
}

input[type="submit"] {
    display: block;
    margin-top: 20px;
}

section {
    border-bottom: 1px solid;
}

.qa section:last-of-type, .letters section:last-of-type {
    border-bottom: 5px solid;
}

.employers section:last-of-type {
    border-bottom: none;
}

.bold {
    font-weight: bold;
}

nav ul, .resources {
    line-height: 1.5;
}