﻿html,
body {
    font-size: 14px;
}

.nav-tabs .nav-link {
    padding: 0.5rem;
    color: #aaaaaa;
    border-top: 2px solid transparent;
}

    .nav-tabs .nav-link.direct {
        color: #9b804d;
    }

        .nav-tabs .nav-link.direct.active {
            border-top-color: #9b804d;
        }

    .nav-tabs .nav-link.with-stops {
        color: #00529f;
    }

        .nav-tabs .nav-link.with-stops.active {
            border-top-color: #00529f;
        }

table.table td {
    vertical-align: middle;
}

.airport {
    width: 15rem;
}

.duration {
    width: 10rem;
}

.flight-number {
    width: 10rem;
}

.carrier {
    width: 5rem;
}

.options {
    width: 2rem;
}

    .options:hover {
        cursor: pointer;
    }

.devider {
    width: 15%;
}

.btn-gold {
    font-weight: bold;
    color: #fff;
    background-color: #9b804d;
    border-color: #9b804d;
}

.form-control, .btn-gold {
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}