﻿body {
}

ul.nav.nav-tabs {
    background-color: #5e9dd3;
}

.nav-tabs .nav-link {
    border: 1px solid white;
}

    .nav-tabs .nav-link.active {
        background-color: #6e8295;
    }

div.form-inline > label{
    text-align: left;
    justify-content: left;
}

.jumbotron{
    padding: 1em;
}

iframe {
    width: 100%;
    height: 50em;
    border: none !important;
}

@media only screen and (min-width: 1400px) {
    iframe {
        height: 58em;
    }
}