/*!
 * Start Bootstrap - Blog Home HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

footer {
    margin: 50px 0;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    padding: 2px 15px;
    font-family: Prompt,'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #97da0a;
}

.btn {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 3px;
}

.btn-primary {
    background-color: #df0e0d;
}

.btn-default {
    background-color: antiquewhite;
}

    .btn-primary:hover {
        background-color: #a60a0a;
        border-color: #a60a0a;
    }

table.flightreport {
    /* We need this to be able to use border-radius. */
    border-collapse: separate;
    /* Add a 1px border spacing for out box-shadow to fit into. Increase this if you want to increase the border width. */
    border-spacing: 1px;
}

    table.flightreport th {
        text-align: center;
        background-color: #df0e0d;
        color: white;
    }

    table.flightreport th, table.flightreport td {
        /* Remove any borders from our stylesheet. */
        border: 0;
        /* Use the spread value on the box-shadow to set the border width. */
        box-shadow: 0 0 0 0px black;
    }

    table.flightreport th {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

div.flightreport {
    border: 1px solid #df0e0d;
    border-radius: 5px;
    background-color: #df0e0d;
    color: white;
}
