@import url(../../css/results.css);

body {
    font-family: Arial;
    color: #2e3a2c;
}

#OSOSResults table {
    background-color: #f5f3f0;
}

    #OSOSResults table tr td {
        padding: 7px;
        background-color: #f5f3f0;
        vertical-align: top;
        border: none;
    }

    #OSOSResults table tr th {
        background-color: #443e37;
        padding: 7px;
        border: 0 none;
        font-family: 'Arial';
        font-style: normal;
        font-weight: 700;
        color: #fff;
        font-size: 1em;
        text-decoration: none;
        text-align: left;
    }

    #OSOSResults table tr td.Seperator {
        background-color: #023668;
        padding: 0px;
        margin: 0px;
        height: 3px;
        border: none;
    }

    #OSOSResults table tr.RaceName td {
        background: none;
        background-color: #f5f3f0;
        color: #6b5936;
        padding: 7px;
        font-size: 1.3em;
        font-family: 'Work Sans';
        font-weight: 400;
    }

    #OSOSResults table tr.MoresResultsLinks td {
        padding-bottom: 20px;
    }


#resultsArea h1 {
    font-family: 'Work Sans';
    font-size: 30px;
    font-weight: 700;
    color: #2e3a2c;
}


#resultsArea .RaceType {
    font-family: 'Work Sans';
    font-weight: 600;
    font-size: 1.4em;
}

#resultsArea a, #resultsArea a:visited {
    color: #257999 !important;
}


