/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 16 2025 | 10:10:42 */
.flight-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff!important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.flight-table th, .flight-table td {
    padding: 15px;
    text-align: left;
	border: 1px solid #ddd;}
	
.flight-table td {
    background: #ffffff!important;	
}

.flight-table th {
    background: #cccccc;
    color: #222222;
}

@media screen and (max-width: 767px) {
	.flight-table th, .flight-table td{
		font-size:0.6rem;
		padding:8px!important;
	}
}