﻿.page-header h1
{
   color:#7B4308;
}

.class-title
{
    text-align:left;
    color:#7B4308;
}

section#result
{
    margin: 0 10px;
}

table.result
{
    color:#000;
}

table.result td, table.result th
{
    text-align:center;
    vertical-align:middle;
}

table.result thead tr th 
{
    background-color: #aaa;
    color: #000;
    text-shadow: 0 1px 2px rgba(100, 100, 100, .25);
    text-transform:uppercase;
    font-size: 80%;
    vertical-align:bottom; /*weg halen als je niet van dit soort koppen houdt*/
}

table.result .align-left
{
    text-align:left;
}

table.result td.horse-cell {
    font-size:11px;
    text-align:left;
}

.horse-name {
    font-size:12px;
    color: #555;
}

table.result td.rider-cell {
    font-size:11px;
    text-align:left;
}

.rider-name {
    font-size:12px;
    color: #555;
}

.start-time
{
    margin: 5px 0px
}

.flag-text
{
    font-family: 'Lucida Sans';
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #7B4308;
    line-height: 10px;
}

.label.new {
  background-color: #46a546;
}

.label.live
{
    background-color: #FF281E;
}
