section h3 {
    margin-top:5em;
}

* {
    color:white;
    background-color:black;
}

p {
    text-indent:1em;
    padding: 0;
    margin:0 auto 0 auto;
}

p + table {
    margin-top:1em;
}

tr td:first-child {
    text-align: center;
}

table.except td:first-child {
    text-align: left;
}

table#normal_mode tr td:first-child + td + td {
    text-align: center;
}



table {
    border-collapse: collapse;
}

th, td {
    border-top: 1px white solid;
    border-bottom: 1px white solid;
    padding:auto 1em auto 1em;
}

footer {
    margin-top:2em;
    text-align:center;
}