
.btn-primary {
    background-color: #779c58 !important;
    border-color: #779c58 !important;
    color: #ffffff !important;
}

.btn-outline-primary {
    color: #779c58 !important;
    border-color: #779c58 !important;
}

.btn-outline-primary:hover {
    background-color: #779c58 !important;
    border-color:  !important;
    color: #ffffff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #779c58 !important;
    border-color: #779c58 !important;
}

.border-primary {
    border-color: #779c58 !important;
}

a:not([class]) {
    color: #779c58 !important;
    text-decoration: none !important;
}

a.stylized {
    color: #779c58 !important;
    text-decoration: none !important;
}




.btn-outline-secondary {
    color: #b9c8ac !important;
    border-color: #b9c8ac !important;
}

.btn-outline-secondary:hover {
    color: #b9c8ac !important;
    border-color: #b9c8ac !important;
    background-color: #ffffff !important;
}
