/* Results CSS */

table.results {
    margin: 1em 0;
    font-size: 85%;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

table.results th, table.results td {
    border-bottom: 1px solid black;
    padding: 5px 10px;
    text-align: center;
    vertical-align: top;
}

table.results th {
    background: #f2ede3;
}

table.results td span {
    white-space: nowrap;
}

div.restitle {
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
}

div.ressubtitle {
    font-size: 1.3em;
    font-weight: normal;
    text-align: center;
}

/* Because IE is stupid and doesn't understand "border-*: auto" */
div.centertable {
    text-align: center;
}

table.pictable {
    border: none;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

th.results {
    color: black;
    font-size: 2em;
    border: 0;
}

p.disclaimer {
    font-size: 0.6em;
    font-style: italic;
}
