.jumbotron h1 {
    font-size: 3em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Maven Pro',Helvetica,Arial,Lucida,sans-serif;
    color: #004f97 !important;
}

li {
    padding: 1em;
}

body, input, textarea, select {
    font-family: 'Maven Pro',Helvetica,Arial,Lucida,sans-serif;
}

body {
    color: #666;
    font-weight: 500;
    line-height: 1.7em;
}

.btn {
    background-color: #004f97;
    color: white;
}

a {
    font-size: 1.125em;
    color: #00b5ca;
}

p {
    font-size: 1.125em;
    line-height: 1.5em;
    margin-bottom: 2em;
}

footer, footer a, footer a:hover {
    background-color: rgb(102, 102, 102) !important;
    color: white;
    font-weight: bold;
    overflow: auto !important;
}

.navbar-nav ul {
    border-top: 2px solid #004f97;
}

.navbar-nav > a {
    padding: 0em !important;
}

.navbar-nav li li a:hover {
    background-color: #D5E2EE !important;
}

.navbar-nav li {
    margin: 0em !important;
    padding: 0em !important;
}

.divider {
    height: 1px !important;
    background-color: #004f97 !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #004f97;
}

.three_deep_nav_items {
    color: rgba(80, 80, 80) !important;
    margin-left: 1em;
}



.btn-success {
    margin-left: 1em;
}

#nav_logo {
    height: 50px;
}

.navbar-toggle {
    background-color: #004f97 !important;
}

.form-numeric {
    width: 150px;
}

th {
    text-align: center;
}

#results table {
    width: 100% !important;
    border: none;
}

#results td table {
    /* from bootstrap table-bordered */
    width: 100% !important;
/*     max-width: 100% !important; */
/*     margin-bottom: 20px !important; */

    /* from bootstrap table-bordered */
    border: 1px solid #ddd !important;
}

#results td table td, #results td table th  {
    text-align: center;
    padding: 4px;
    border: 1px solid #ddd !important;
}

#results td table tr:nth-child(odd) {
    background-color: #f5f5f5;
}

@media screen and (max-width: 765px) {
    #nav_logo {
        margin-top: -0.7em;
    }

    footer a, footer p {
        font-size: 0.9em;
    }
}
