.btn-custom {
    color: white;
    background-color: #00308F;
    border-color: #002D62;
}

.btn-custom:hover, .btn-custom:active, .btn-custom:focus {
    color: white;
    background-color: #002D62;
    border-color: #002244;
}

.btn-custom-success {
    color: white;
    background-color: #018749;
    border-color: #006A4E;
}

.btn-custom-success:hover, .btn-custom-success:active, .btn-custom-success:focus {
    color: white;
    background-color: #006A4E;
    border-color: #006241;
}

a {
    color: #2a6496;
}

a:hover, a:focus {
    color: #135894;
    text-decoration: underline;
}

.alert-warning {
    color: #895d11;
}

.close {
    opacity: 0.75;
}