﻿body {
    font-family: 'Lato', sans-serif !important;
    font-size: 10pt;
    line-height: 1.3em;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

#wrapheader {
    background-color: #fff;
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0;
}

.logoimage {
    width: 225px;
    height: 48px;
    border: 0px;
}

#NexTripControl1_pnlNexTripSelect {
    margin: 10px;
}

select {
    margin: 10px 0;
}

#banner {
    width: 100%;
    background: transparent url(/Images/mob_bannerbkg.png) repeat-x scroll left top;
}

.bannerimage {
    width: 275px;
    height: 22px;
    border: 0px;
}

#NexTripControl1_NexTripResults1_pnlResultHeader {
    margin-left: 4%
}

span.resultHeader {
    font-weight: 700;
}

div.resultHeader {
    font-size: .9em;
    color: #777;
}

.nextDepartureText {
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 5px 0 0 0;
    color: #000;
    text-align: center;
    font-size: 1.2em;
    background: #ffdb43;
}

.nextripCurrentTime {
    display: block;
    width: 100%;
    height: 18px;
    margin: 0;
    padding: 0;
    color: #333;
    text-align: center;
    font-size: 1em;
    background: #ffeeb2;
}

b.countdown {
    font-size: 1.6em;
}

.nextripDepartures {
    float: left;
    width: 92%;
    margin: 0 4%;
    padding: 6px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background: #fff url(/Data/Sites/1/skins/MetroTransitII/images/bkgrndTools.gif) repeat-x scroll top left;
}

.header {
    font-size: 1em;
    font-weight: bold;
    color: #777;
    margin: 10px 0 3px !important;
    padding: 0;
    min-width: 50%;
    max-width: 50%;
}

.data {
    line-height: 1.2em;
    font-size: .9em;
    font-weight: 600;
    color: #000;
    width: 100%;
    white-space: nowrap;
}

.col1header {
    display: block;
    float: left;
    width: 30%;
    margin: 0 4%;
}

.col3header {
    display: block;
    float: right;
    width: 30%;
    margin: 0 4%;
    text-align: right;
}

.col1 {
    float: left;
    width: 13%;
    margin: 4px 0;
}
.col2 {
    float: left;
    width: 72%;
    margin: 4px 0;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    text-overflow:ellipsis;
}
.col3 {
    text-align: right;
    float: right;
    width: 15%;
    margin: 4px 0;
}
.red-text {
    color: #ed1b2e !important;
}

.nextriplegend {
    float: right;
    width: 120px;
    margin: 5px 10px;
    padding: 0;
    font-size: .8em;
}

a {
    color: #0053a0;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr.stopdivider {
    width: 100%;
    color: #cccccc;
    background-color: #cccccc;
}

.tips {
    display: none;
}

.nextripdeparturefooter .btn {
    margin: 0 4%;
    position: absolute;
    bottom: 15px;
}

.nextripdeparturefooter .mt-button {
    display: none;
}

.nextripdeparturefooter .mt-backbutton {
    left: 5px;
}