.airport-flights-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
}

.airport-flights-table th,
.airport-flights-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.airport-flights-table th {
    background: #000;
    color: #fff;
}

.airport-flights-table tr:nth-child(even) {
    background: #f7f7f7;
}

.airport-flights-table tr:hover {
    background: #eee;
}
