/*
branding color: #0096d6
hover state: rgba(11, 44, 92, 0.79)
*/

* {
    font-family: "Roboto", sans-serif;
}
h1, h2, h3, h4, h5, h6, legend {
    font-family: "Roboto Condensed", sans-serif;
    color: #0096d6;
}
nav {
    border-top: solid 10px #0096d6;
}
.btn-info {
    background-color: #0096d6;
}
.btn-info:hover {
    background: rgba(11, 44, 92, 0.79);
}
.tooltip_label {
    border-bottom: dotted 1px #0096d6;
}
.position-absolute-on-desktop {
    position: absolute;
    margin: 0;
}
@media (max-width: 768px) {
    .position-absolute-on-desktop {
        position: relative;
        margin: 16px 0;
    }
}

