body {
    font-family: helvetica, geneva, verdana, arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
}

p {
    padding-bottom: 10px;
}

h1 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding-bottom: 10px;
}

h2 {
    font-size: 19px;
    line-height: 21px;
    text-align: center;
    padding-bottom: 10px;
    font-style: italic;
}

h3 {
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
}

h4 {
    font-size: 12px;
    text-align: center;
    text-align: left;
    margin-bottom: 5px;
}

div.clear {
    clear: both;
}

div.wrapper {
    width: 800px;
    margin: auto;
}

div.column {
    width: 350px;
    padding: 25px;
    float: left;
}
div.division {
    float: left;
    padding: 10px;
}
div.division_list {
    padding: 5px;
}
div.error {
    color: red;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid black;
    padding: 10px;
    background-color: yellow;
    margin-bottom: 10px;
}

div.team {
    padding: 2px 5px 2px 5px;
}
div.myteam {
    font-weight: bold;
    border: solid 1px black;
    background-color: yellow;
}

td.team_box div {
    width: 70px;
    height: 80px;
    font-size: 10px;
    text-align: center;
    padding: 5px;
}
div.report {
    width: 1000px;
    margin: auto;
}
div.report table {
    width: 100%;
}
td.stage_heading div {
    padding: 0px 5px 0px 5px;
    height: 18px;
    font-size: 10px;
    text-align: center;
}
td.stage_report div {
    padding: 5px;
    height: 80px;
    font-size: 20px;
    line-height: 70px;
    font-weight: bold;
    text-align: center;
}
td.submitted {
    background-color: #acd373;
}
td.no_submitted {
    background-color: #ed1c24;
}
td {
    border: solid 1px black;
}

li {
    margin-bottom: 10px;
}

select {
    border: 1px solid black;
    background-color: #eeeeee;
    margin-bottom: 10px;
}