body {
    margin: 32px auto;
    width: 960px;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: hsl(60, 30%, 96%);
}

table{
    border-collapse: collapse;
}

th, td{
    padding: 0;
}

#mainContainerOuter{
    padding: 20px;
    background: hsl(69,5%,35%);
    border-radius: 6px;
    font-size: 0.8em;
    box-shadow:         0px 4px 8px rgba(0,0,0,0.375);
    -moz-box-shadow:    0px 4px 8px rgba(0,0,0,0.375);
    -webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.375);
}
#mainContainerInner{
}

h1 {
    margin-top: 0px;
    margin-bottom: 35px;
    padding-bottom: 5px;
    border-bottom: 1px solid hsl(0, 0%, 25%);
}

h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid hsl(0, 0%, 25%);
}

.font_table {
    margin: 0 auto;
    width: 94%;
    text-align: left;
}
.font_table tr th {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
}
.font_table tr:not(:last-of-type) td {
    color: hsla(0,0%,100%,.8);
    border-bottom: 1px solid hsl(0, 0%, 25%);
}
.font_table tr th:nth-of-type(1),
.font_table tr td:nth-of-type(1) {
    width: 44%;
}

.font_table tr th:nth-of-type(2),
.font_table tr td:nth-of-type(2) {
    width: 56%;
}
.font_table tr th {
    padding: 2px 4px;
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
    color: hsla(0,0%,100%,.6);
    border-bottom: 2px solid hsl(0, 0%, 25%);
}
.font_table tr:nth-of-type(2) td {
    padding: 18px 4px 8px;
}
.font_table tr th,
.font_table tr td {
    padding: 8px 4px;
}
.font_table tr td:nth-of-type(1) {
    padding-left: 20px;
}
.font_table tr td {
    font-size: 112.5%;
}
.font_table:not(:last-of-type) {
    margin-bottom: 42px;
}
