
.text-success {
    color: #208537 !important;
}

.btn-success,
.btn-success:active {
    background-color: #208537 !important;
    border-color: #208537 !important;
    color: #FFFFFF !important;
}

.form-check-label a:hover,
.alert a:hover {
    text-decoration: underline;
}

.form-check-input:hover {
    cursor: pointer;
}

.dropdown-menu {
    margin-top: 0.5rem;
}

.dropdown-toggle::after {
    margin-left: 0.75em;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none !important;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.pagination .page-link,
.pagination .page-link:hover {
    color: #2A8623;
}

.pagination .page-item.active .page-link {
    background-color: #2A8623;
    border-color: #2A8623;
    color: #FFFFFF;
}

.table > :not(caption) > * > * {
    padding: 1rem 1rem;
    border-bottom: 1px solid #DEE2E6 !important;
}

.dt-url {
    color: #181818;
}

.dt-url:hover {
    color: #2A8623;
}

#content p,
#content ul li,
#content ol li {
    font-size: 19px;
}

#content[data-indent="true"] p {
    text-indent: 2.5rem;
}

#content h2,
#content h3 {
    line-height: 1.3;
}

#content a {
    color: #277F21;
}

#policy h2 {
    font-size: 1.5rem;
}
