@charset "UTF-8";

body {
    background-color: #eeeeee;
}

header {
    background-color: #cc0000;
    height: 4.5rem;
    /*width: 100%;*/
    top: 0;
    margin-bottom: 1rem;
    color: white;
}

footer {
    margin-top: 1rem;
}

hr {
    border-color: #cccccc;
}

table tr {
    padding: 0.5rem 0.25rem;
}
