th {
    text-align: left;
}

#tourname {
    vertical-align: middle;
}

#departures-div {
    padding-top: 5%;
}

#tourname {
    vertical-align: middle;
}

#tourthumbnail {
    width: 100%;
    height: 100%;
}

#notfound {
    text-align: center;
    font-weight: bold;
}

#status {
    text-transform: capitalize;
}

#departures-table_filter label input {
    margin-left: 0;
}

.departure-image {
    width: 9em;
    height: 9em;
}

.flex-container {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
}