﻿/* ---------------------------------------------------------------------- COMPUTERS ---------------------------------------------------------------------- */
@media (min-width:850px) {

.airport_info_td {
	width: 399px; height: 230px; border-right: 1px solid #C0C0C0;
}

.airport_info {
	width: 100%; height: 100%; font-family: Calibri; font-size: 18px; background-color: #F4F4F4;
	/*background-image: url('http://eh.kelvin273.com/images/Cell_BG.png');*/
}

.table_rows_airports {
	font-family: Calibri; color: #000000; font-size: 18px; border-top: 1px solid #C0C0C0; text-align: left;
	background: -webkit-linear-gradient(#D9D9D9, #F4F4F4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D9D9D9, #F4F4F4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D9D9D9, #F4F4F4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D9D9D9, #F4F4F4); /* Standard syntax (must be last) */
}

.table_rows_airports img {
	height: 16px;
}

.table_rows_airports_empty {
	font-family: Calibri; color: #C0C0C0; font-size: 18px; border-top: 1px solid #C0C0C0; text-align: left;
	background: -webkit-linear-gradient(#D9D9D9, #F4F4F4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D9D9D9, #F4F4F4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D9D9D9, #F4F4F4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D9D9D9, #F4F4F4); /* Standard syntax (must be last) */
}

.runways_td {
	width: 450px; height: 230px; vertical-align: top;
}

.runways {
	width: 100%; height: 100%; font-family: Calibri; background-color: #F4F4F4;
	/* background-image: url('http://eh.kelvin273.com/images/Cell_BG.png');*/
}

.google_map_pc {
	width: 850px; height: 450px; background-color: #F4F4F4; text-align: center; pointer-events: all; margin: auto;
}

.google_map_mob {
	display: none;
}

.AFC_pc {
	width: 850px; height: 450px; background-color: #F4F4F4; text-align: center; pointer-events: all; margin: auto;
}

.AFC_mob {
	display: none;
}


}

/* ---------------------------------------------------------------------- MOBILE PHONES ---------------------------------------------------------------------- */
@media (max-width:849px) {

.airport_info_td {
	width: 100%; height: 200px; display: block;
}

.airport_info {
	width: 100%; height: 100%; font-family: Calibri; font-size: 14px; background-color: #F4F4F4;
	/*background-image: url('http://eh.kelvin273.com/images/Cell_BG.png');*/
}

.table_rows_airports {
	font-family: Calibri; color: #000000; font-size: 13px; border-top: 1px solid #C0C0C0; text-align: left;
	background: -webkit-linear-gradient(#D9D9D9, #F4F4F4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D9D9D9, #F4F4F4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D9D9D9, #F4F4F4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D9D9D9, #F4F4F4); /* Standard syntax (must be last) */
}

.table_rows_airports img {
	height: 12px;
}

.table_rows_airports_empty {
	font-family: Calibri; color: #C0C0C0; font-size: 12px; border-top: 1px solid #C0C0C0; text-align: left;
	background: -webkit-linear-gradient(#D9D9D9, #F4F4F4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D9D9D9, #F4F4F4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D9D9D9, #F4F4F4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D9D9D9, #F4F4F4); /* Standard syntax (must be last) */
}

.runways_td {
	width: 100%; height: 230px; vertical-align: top; display: block;
}

.runways {
	width: 100%; height: 100%; font-family: Calibri; background-color: #F4F4F4;
	/* background-image: url('http://eh.kelvin273.com/images/Cell_BG.png');*/
}

.google_map_pc {
	display: none;
}

.google_map_mob {
	width: 100%; height: 250px; background-color: #F4F4F4; text-align: center; pointer-events: all; margin: auto;
}

.AFC_pc {
	display: none;
}

.AFC_mob {
	width: 100%; height: 250px; background-color: #F4F4F4; text-align: center; pointer-events: all; margin: auto;
}


}
