body {
    font-family: monospace;
}

h1 {
    text-align: center;
    font-size: large;
}

th, td {
    padding-left: 10px;
}

table {
    border-collapse: collapse;
    width: 95%;
}

td {
    text-align: center;
    min-width: 20pt;
}

.odd {
}

.even {
    background-color: d0f0ff;
}
.additional {
    display: block;
    font-size: smaller;
    white-space:nowrap;
}

.accepted {
    color: green;
}

.rejected {
    color: #c06060;
}

.team {
    text-align: left;
}

.rank {
    text-align: right;
}

.total {
    text-align: center;
}

.score {
}

th.problem, th.total, th.score, th.rank {
    width: 1%;
}

.status {
    text-align: center;
}
