#status-wrapper {
    width: 100%;
    overflow-x: auto;

}

#status-timestamp-hidden {
    display: none;
}

.status-timestamp {
    margin-bottom: 8px;
    text-align: right;
    color: #545361;
    font-size: 13px;
    float: right;
    position: relative;
}

    .status-timestamp .refresh-icon {
        top: 1px;
        display: none;
        height: 20px;
        position: absolute;
        right: 190px;
        width: 20px;
    }

        .status-timestamp .refresh-icon.spanish {
            right: 215px;
        }

#status-table img {
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

#status-table {
    border: 1px solid rgba(178,175,187,.6);
    width: 100%;
}

    #status-table th {
        text-align: left;
        border-left: 0;
        border-right: 0;
        font-weight: bold;
        font-size: 18px;
        background-color: #ffffff;
        border-bottom: 1px solid rgba(178,175,187,.6) !important;
        border-collapse: collapse;
        white-space: normal;
        text-transform: none;
        vertical-align: bottom;
        color: #ef3e42;
        font-family: "futura-pt",sans-serif;
    }

    #status-table td {
        line-height: 18px;
        min-width: 65px;
    }

        #status-table td:not(:last-child) {
            border-right: 1px solid rgba(178,175,187,.6);
        }

    #status-table th, #status-table td {
        padding: 10px 8px;
    }

        #status-table td:nth-child(2) p {
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 0;
        }

    #status-table tr:nth-child(odd) {
        background: #F5F5F5;
    }

table#status-table .status-warning {
    color: #ef3e42;
}

table#status-table .status-boarding {
    color: #278d30;
}

table#status-table .status-arriving {
    color: #2c28ce;
}

.status-animate-refresh {
    animation: status-rotate-left 1s linear 2;
}

 /* Keyframes */
@keyframes status-rotate-left {
    100% {
        transform: rotate(-1turn);
    }
}

@keyframes opacity {
    0% {
        opacity: 10;
    }
    90% {
        opacity: 10;
    }
    100% {
        opacity: 0;
    }
}


/* Media Queries for new mobile layout if requested
@media (max-width: 950px) {
    #status-wrapper {
        max-height: 600px;
        overflow: auto;
    }
    table#status-table th {
        display: none;
    }
    table#status-table td {
        display: block;
        max-width: 100%;
        text-align: left !important;
        line-height: 30px;
    }
    table#status-table td:nth-child(1) {
        padding: 40px 30px 10px 30px;
    }
    table#status-table td:nth-child(2),
    table#status-table td:nth-child(3),
    table#status-table td:nth-child(4),
    table#status-table td:nth-child(5) {
        padding: 10px 30px;
    }
    table#status-table td:nth-child(6) {
        padding: 10px 30px 40px;
    }
    table#status-table td::before {
        margin-bottom: 7px;
        margin-right: 10px;
        font-weight: normal;
        font-size: 18px;
    }
    table#status-table td:nth-child(1)::before {
        content: 'Scheduled Departure Time';
    }
    table#status-table td:nth-child(2)::before {
        content: 'Service';
    }
    table#status-table td:nth-child(3)::before {
        content: 'Train #';
    }
    table#status-table td:nth-child(4)::before {
        content: 'Final Destination';
    }
    table#status-table td:nth-child(5)::before {
        content: 'Status';
        color: #545361;
    }
    table#status-table td:nth-child(6)::before {
        content: 'Track';
    }
    table#status-table td:nth-child(2) p {
        font-size: inherit;
        display: inline-block;
        margin: 0;
    }
    table#status-table td:nth-child(2) img {
        margin-right: 7px;
    }
}
*/
