/* formatting for result summary table */

.result-summary-table {
    border-collapse: collapse;
    color: #224;
    background-color: #eeeeee;
}

.result-summary-table a:link
{
    color: #003;
}

.result-summary-table a:visited
{
    color: #003;
}

.result-summary-table a:hover
{
    color: #444;
}

.result-summary-table th {
    color: #ffffff;
    background-color: #507050;
    text-align: center;
    vertical-align: top;
    border: 1px solid gray;
    font-size: 0.8em;
}

.result-summary-table td
{
    border: 1px solid gray;
    font-size: 0.9em;
    width: 3cm;
}

.track {
    width: 6cm;
}

/* formatting for result table */

.result-table {
    border-collapse: collapse;
    color: #224;
    background-color: #eeeeee;
}

.result-table th {
    color: #ffffff;
    background-color: #507050;
    text-align: right;
    vertical-align: top;
    border: 1px solid gray;
    font-size: 0.7em;
}

.result-table td
{
    border: 1px solid gray;
    width: 1.8cm;
}

/* cell colors */

.first-row {
    width: 3cm;
}

.solved {
    text-align: right;
    vertical-align: top;
    background-color: #1e1;
    font-size: 0.6em;
}

.unsolved {
    background-color: #d11;
    font-size: 0.6em;
}

.info {
    text-align: left;
    background-color: #eee;
    font-size: 0.6em;
}

.bm-suite {
    background-color: #bbc;
    color: light gray;
    text-align: left;
    font-size: 0.7em;
    line-height: 200%;
    vertical-align: bottom;
}

.score-heading {
    font-size: 0.8em;
    background-color: #ddf;
}

.small-score-heading {
    font-size: 0.6em;
    background-color: #ddf;
}

.score {
    color: black;
    background-color: #bbd;
    line-height: 120%;
    font-size: 0.8em;
    text-align: right;
}

.small-score {
    color: black;
    background-color: #bbd;
    line-height: 120%;
    font-size: 0.6em;
    text-align: right;
}

.rank {
    color: black;
    background-color: #bbd;
    line-height: 150%;
    font-size: 1em;
    text-align: center;
}

.small-rank {
    color: black;
    background-color: #bbd;
    line-height: 120%;
    text-align: middle;
    font-size: 0.8em;
    text-align: right;
}

.bold {
    font-weight: bold;
}

.first {
    background-color: #fd0;
    font-weight: bold;
}

.second {
    background-color: #ddd;
    font-weight: bold;
}

.third {
    background-color: #984;
    font-weight: bold;
}

