table.schedule
{
    font-family: "Droid Sans", sans-serif;
    text-align: center;
}

table.schedule tr td
{
    padding: 25px 5px;
    border: 1px solid #eae9e4;
}

table.schedule tr:first-child
{
    background: #65a219;
    color: #fff;
}

table.schedule tr:first-child td
{
    border: none;
}

table.schedule tr:first-child td:first-child
{
    background: #fff;
}

table.schedule tr td:first-child
{
    background: #eae9e4;
    /*color: #989a8f;*/
}
