.btn-outline-primary:hover {
    color: white;
}

.toast {
    position: fixed;
    top: 10px;
    right: 10px;
}

.wellsky-logo {
    height: 90px;
    bottom: 8px;
    position: relative;
}

.navigation-buttons .fas {
    vertical-align: middle;
    margin-top: -2px;
}

.navigation-buttons .fa-caret-right {
    margin-left: 5px;
}

.navigation-buttons .fa-caret-left {
    margin-right: 5px;
}

.navigation-buttons .fa-calculator {
    margin-right: 5px;
}

.popover {
    max-width: 100%;
}

.popover-header {
    text-align: center;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}