﻿
#departuresTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

    #departuresTable td {
        text-align: center;
        color: white;
    }

#scrollTextContainer {
    position: absolute;
    bottom: 0px;
    height: 58px;
    width: 100%;
    background-color: gray;
    color: white;
    font-weight: bold;
    font-size: 50px;
}

#scrollText {
    display: block;
    position: absolute;
}

#titleContainer {
    position: relative;
    top: 0px;
    width: 100%;
    background-color: #353535;
    height: 75px;
}

#title {
    position: relative;
    left: 20px;
    color: whitesmoke;
    font-size: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-table;
}

#time {
    position: absolute;
    right: 20px;
    color: whitesmoke;
    font-size: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-table;
}

.departureColGnrl {
    font-family: Arial;
    font-weight: bold;
    font-size: 80px;
}

.lineCol {
    width: 10%;
    text-align: center;
}

.timeCol {
    width: 12%;
}

.platformCol {
    width: 28%;
}

.destinationCol {
    width: 50%;
    text-align: left !important;
    padding-left: 10px;
}

.odd {
    background-color: #2B68AF;
}

.even {
    background-color: #1A3F69;
}

.departureRow {
}

.departureCol {
    /*display: inline-table;*/
    display: -webkit-inline-box;
    vertical-align: top;
    color: white;
    font-weight: bold;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.middle {
    vertical-align: middle;
    position: relative;
}

.headerCol {
    background-color: white;
    display: inline-table;
    text-align: center;
    font-weight: bold;
}
