@CHARSET "UTF-8";

#footer {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}

.btn-primary,
.btn-primary:disabled {
    background-color: #006837 !important;
    border-color: #006837 !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #33865F !important;
}