
#flightlist-wrapper {
	overflow: auto;
}
.flightlist {
	font-size: 12px;
	background-color: white;	
	z-index: 10000; 
	overflow-y : auto;
}
.flightlist table {
    border-collapse: collapse;
    
}
.flightlist th {
	font-weight:bold;
}

.flightlist td, .flightlist th {
    border: 1px solid #ccc;
    padding: 0.4em;
}

.flightlist tbody tr:nth-child(odd) {background: rgba(0,0,0,.05);}
.flightlist tbody tr:nth-child(even) {background: #FFF}