#weatherData {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.weatherDataTimeCell {
    padding-right: 12px
}

.weatherDataImageCell {
    padding-left: 12px;
    padding-right: 12px;
}

.weatherDataTempCell {
    padding-left: 12px;
    padding-right: 12px;
}

.weatherDataHumidityCell {
    padding-left: 12px;
    padding-right: 12px;
}

.Side_Tab_Base {
    display: block;
    z-index: 3;
}

.LogInInputBox {
    -webkit-user-select: auto;
    -khtml-user-select: auto;
    -moz-user-select: auto;
    -o-user-select: auto;
    user-select: auto;
    cursor: auto;
    position: relative;
    left: 0;
    margin-left: 18px;
    width: 262px;
    padding: 15px;
    border: 1px solid #e4e4e4;
    margin-bottom: 17px;
    display: block;
}

.Side_Pane_Central {
    width: 100%;
    max-width: 334px;
}

.bottom_button {
    width: 60px
}

.routeSideParent {
    margin-left: 0;
}

#routeABGetBtn {
    margin-left: auto;
    margin-right: auto;
}

.PopUp {
    left: 0;
    top: 48px;
    opacity: 1;
    width: 100%;
    position: fixed;
    height: 35%;
    z-index: 160;
}

.PopUp_Inner_Frame {
    height: 100%;
    width: 100%;
}

.PopUp_Scroller {
    height: 100%;
    width: 120%;
}

.DiscoverRoute_PopUp {
    left: 0;
    top: 48px;
    opacity: 1;
    height: 27%;
}

#routeABResultsButtonsWrapper {
    bottom: 0;
    position: absolute;
    width: 334px;
    margin-right: auto;
    background-position: top;
    background-image: url(../images/weather_gradient.png);
    background-repeat: repeat-x;
    padding-top: 26px;
    z-index: 120;
    left: 50%;
    margin-left: -167px;
}

.AB_PopUp_Extra {
    width: 194px;
    height: 69px;
    position: absolute;
    z-index: 10;
}

.ABButton {
    margin-left: 60px
}

.createRouteFooter {
    width: 100%
}

#weatherDataTable {
    margin-left: auto;
    margin-right: auto;
}
