/* Resets */

*
{
    margin: 0;
    padding: 0;
    border-style: none;
}

p
{
    margin-top: 0.5em;
}

ul
{
    margin-left: 2em;
}

/* Tags */

body
{
    background-color: #282828;
    color: black;
    font-size: 10pt;
    font-family: Verdana, Helvetica, sans-serif;
}

/* Classes */

.top-container
{
    background-color: white;
    margin: 0 auto 0 auto;
    padding: 32px 32px 0 32px;
    width: 706px;
}

.content-container
{
    border: 3px solid black;
}

.header-container
{
    background: url('images/back-logo.png') no-repeat top left;
    height: 128px;
}

.header-logo
{
    height: 93px;
}

.header-button-divider
{
    border-bottom: 3px solid black;
    display: inline-block;
    float: left;
    height: 32px;
    width: 30px;
}

.last-header-button-divider
{
    border-bottom: 3px solid black;
    display: inline-block;
    height: 32px;
}

.header-button-container
{
    display: inline-block;
    float: left;
    height: 35px;
}

.body-container
{
    padding: 32px;
}

.footer-container
{
    height: 32px;
}

.footer
{
    text-align: center;
    font-size: 0.8em;
}

.game-section-header
{
    margin-top: 2em;
    font-weight: bold;
}

.game-controls
{
    border: 1px solid gray;
    white-space: pre;
    font-family: Consolas, monospace;
    padding: 1em;
}
