.site-main {
    margin: 0 0 0 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .btn:hover {
        background-color: rgb(154 47 40);
        background: rgb(154 47 40);
        border: rgb(154 47 40) 1px solid;

}

gdonate-now-container .btn-danger {
    color: white;
    text-decoration: none;
}
.btn-danger {
#    color: white;
#    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#11683f), to(#183526));
#    background-image: -webkit-linear-gradient(top, #116B3f, #183526);
#    background-image: -o-linear-gradient(top, #116B3f, #183526 );
#    background-image: linear-gradient(top, #116B3f, #183526 );
#    border-color: #116B3f #116B3f #183526 ;
}

#recurring-area .btn-secondary, #recurring-area input.active {
    background-color: #5b6670;
    color: white;
    padding: 5px 5px;
    text-decoration: none;
}

#recurring-area .btn-secondary:hover, #recurring-area .btn-secondary:focus, #recurring-area .btn-secondary.active, #recurring-area .amount-btn.active, #recurrin
g-area input.active {
    background-color: rgb(154 47 40) !important;
    border-color: rgb(154 47 40) !important;
    color: #fff !important;
}

ul, ol {
	margin: 0;
}
