@import "/site-style.css";

form { position: relative }
form label { display: block; margin-bottom: 0.1em }
form .column_1 { float: left; width: 49%; }
form .column_2 { float: right; width: 49% }

.error
{
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    margin-top: 1em;
    padding: 5px 10px;
}

.error img { float: left; }
.error p { margin-left: 51px }

#statistics img, #statistics table { margin: auto }
#statistics .graph { text-align: center; }
#statistics th, #statistics td { padding: 0.2em 1em }
p.nav a { font-size: 90%; font-weight: bold; white-space: nowrap; margin-right: 0.5em }

#glossary dt { font-weight: bold }

