body {
    background: #FC6
}

#messageBox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    width: 9em;
    position: absolute;
    display: none;
}
#inputField {
    position: absolute;
    display: none;
    top: 40em;
    right: 1em;
    width: 20em;
    height: 10em;
    z-index: 2000;
}

#reportProblemButton, #emailButton {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    position: absolute;
    right: 1em;
    bottom: 1em;
    background-color: silver;
    border: 2px solid darkgray;
    padding: 0.5em;
    cursor: pointer;
    z-index: 2000;
    display: none;
}

#emailButton {
    display: none;
}

button {
    font-size: 1.5em;
    font-weight: bold;
    background-color: gold;
}

#footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    position: absolute;
    bottom: 0;
}

#footer a {
    color: black;
    text-decoration: none;
}

#controlsAndMessages {
    width: 200px;
}

#messageBox p {
    margin: 0.2em;
}

button {
    display:none;
}
