
 
/* 2017-05-08*/
.bannerTopLinks {display:none;}
 
.arrivalNew{ background-color:#9abc38; width:20% !important; float:left; font-family: "Univers Condensed"; font-size:21px; text-align: left; }
.arrivalNew a{ background-color:#9abc38; width:100% !important; float:left; color:#fff;  padding:5px 0px 5px 15px;}
.arrivalNew a:hover{ background-color: #395c00;  padding:5px 0px 5px 15px;} 


.departureNew{ background-color:#8ab028; width:20% !important; float:left; font-family: "Univers Condensed"; font-size:21px; text-align: left; }
.departureNew a{ background-color:#8ab028; width:100% !important; float:left; color:#fff;  padding:5px 0px 5px 15px;}
.departureNew a:hover{ background-color: #395c00;  padding:5px 0px 5px 15px;}

.SchedulesNew{ background-color:#79a21b; width:20% !important; float:left; font-family: "Univers Condensed"; font-size:21px; text-align: left; }
.SchedulesNew a{ background-color:#79a21b; width:100% !important; float:left; color:#fff;  padding:5px 0px 6px 15px;}
.SchedulesNew a:hover{ background-color: #395c00;  padding:5px 0px 6px 15px;}

.flightPlannerNew{ background-color:#679310; width:20% !important; float:left; font-family: "Univers Condensed"; font-size:21px; text-align: left; }
.flightPlannerNew a{ background-color:#679310; width:100% !important; float:left; color:#fff;  padding:5px 0px 6px 15px;}
.flightPlannerNew a:hover{ background-color: #395c00;  padding:5px 0px 6px 15px;}

	
@media only screen and (max-width: 1024px) {
.bannerTopLinks {display:block;}

/*2017-05-08*/
.arrivalNew{ background-color:#9abc38; width:100% !important; float:left; font-family: "Univers Condensed"; font-size:21px; text-align: left; margin:0px; }

.departureNew{ background-color:#8ab028; width:100% !important; float:left; font-family: "Univers Condensed"; font-size:21px; text-align: left; margin:0px; }

.SchedulesNew{ background-color:#79a21b; width:100% !important; float:left; font-family: "Univers Condensed"; font-size:21px; text-align: left; margin:0px; }

.flightPlannerNew{ background-color:#679310; width:100% !important; float:left; font-family: "Univers Condensed"; font-size:21px; text-align: left; margin:0px; }

}