/* Style formatting for meet results pages */

p.results
{
    white-space: pre;
    font-family: Lucida Console, Lucida Typewriter, Courier New, mono;
    font-size: small;
}

td.date, td.link
{
    padding-top: 4px;
}

td.link
{
    padding-left: 10px;
}

table
{
    margin-bottom: 24px;
}

td.score
{
    padding-left: 10px;
    margin-bottom: 12px;
}

.score
{
    font-style: italic;
}

table.results-key
{
    width: 500px;
}

table.results-key th
{
    text-align: left;
}

table.results-key td
{
    min-width: 40px;
    padding-bottom: 8px;
}