.clear
{
    clear: both;
}

.scheduleTable td
{
    border-top : 1px solid transparent;
    border-right : 1px solid transparent;
    border-bottom: 1px solid /*ColourDark*/ #FF0000 /*ColourDark*/;
    text-align: center;
}

tr.headerRow td
{
    border: 0px;
}

table.tableOverflowDetails tr td
{
    text-align: center;
    width: 50px;
}

    table.tableOverflowDetails tr td:first-child
    {
        text-align: right;
        padding-right: 4px;
        width: auto;
    }

table.tableOverflowDetails tr.overflowTableRow td
{
    color: #000000;
    background: #D8E9F7;
}

table.directTripsSchedule
{
    font-family: arial;
    font-size: 11px;
    color: white;
}

.slideLinkBottom
{
    color: #00135d;
    vertical-align: middle;
    font-family: sans-serif;
    font-size: 11px;
    text-align: right;
    margin-right: 0px;
    display: block;
}
