.departure_container {
    padding: 0 20px;
}

.departure_table {
    border-collapse: collapse;
    width: 100%;
}

.departure_table th,
.departure_table td {
    border: 1px #999 solid;
    margin: 0;
    padding: 3px;
    text-align: center;
}

.departure_table th:nth-of-type(1),
.departure_table td:nth-of-type(1) {
    text-align: center;
    width: 40px;
}

.departure_table th:nth-of-type(2),
.departure_table td:nth-of-type(2) {
    text-align: left;
    width: 300px;
}

.departure_table th:nth-of-type(3),
.departure_table td:nth-of-type(3) {
    text-align: left;
    width: 125px;
}

.departure_table th:nth-of-type(4),
.departure_table td:nth-of-type(4),
.departure_table th:nth-of-type(5),
.departure_table td:nth-of-type(5),
.departure_table th:nth-of-type(6),
.departure_table td:nth-of-type(6),
.departure_table th:nth-of-type(7),
.departure_table td:nth-of-type(7) {
    text-align: center;
    width: 60px;
}

.departure_table th:nth-of-type(8),
.departure_table td:nth-of-type(8) {
    text-align: left;
    width: 150px;
}

.departure_table th:nth-of-type(9),
.departure_table td:nth-of-type(9) {
    text-align: center;
    width: 60px;
}

