html,
body {
    height: 100%;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
}

.page-title {
    height: 36px;
    font-weight: bold;
}

.navbar,
.navbar-default {
    background-color: #1E374C;
}

.footer {
    /*position: absolute;*/
    bottom: 0;
    height: 65px;
    width: 100%;
    vertical-align: middle;
    padding-top: 0;
    font-weight: bold;
    font-size: 12px;
}

.description {
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    position: relative;
    max-width: 640px;
}

#plotly-div {
    text-align: center;
    width: 100%;
    height: 100%;
}

.btn-primary:not(.btn-link):not(.btn-flat) {
    background-color: #1E374C;
}

nav .navbar-nav {
    float: right;
}

footer a {
    color: #333333;
}

#loader-wrapper > div {
    visibility: visible !important;
}
