.donationAmountButton {
    background-color: #e1e3e8;
/*    width: 130px;*/
    height: 70px;
    float: left; 
/*    margin: 5px;*/
    box-sizing: border-box;
    display: block;
    width: 23%;
    margin-right: 2.66%;
    margin-bottom: 15px;
    color: #666666;
    text-align: center;
    vertical-align: middle;
    line-height: 70px;
    border: 1px solid #C9CDD4;
    border-radius: 5px;
    font-weight: 700;
    font-size: 2rem;
}

.donationAmountButton:nth-child(4n) {
    margin-right: 0;
}
#donationContinueButtonContainer {
    clear: both;
    text-align: center;
}


#donationWidget {
    float: right;
    padding: 10px 40px;
    box-sizing: border-box;
    background-color: rgba(59, 65, 95, 0.03);
    display: block;
}

#donationWidgetHeaderContainer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}




#donationPitch {
    float: left;
    display: block;
    padding-top: 10px;
    padding-right: 30px;
    box-sizing: border-box;
}

#continueButton {
    
    background-color: #0096c7;
    color: white;
    padding: 10px 40px;;
    box-sizing: border-box;
    border-radius: 100px;
    border: 0;
/*   text-transform: uppercase;*/
    margin: 0 auto;
    font-weight: 700;
    font-size: 1.8rem;    
}

#donationButtonContainer {
    box-sizing: border-box;
    position: relative;
    padding: 0;
}

article#mainContent {
    float: none;
    margin: 0 auto;
    padding:0;
}

@media screen and (max-width: 1024px) {
    #donationWidget, #donationPitch {
        margin: 0 auto;
    }
    #donationWidget {
    float: none;;
    display: block;
    width: 90%;
}

    #donationPitch {
        float: none;
        width: 90%;        
    }
    #mainContentWrapper {
        margin: 20px auto;
    }
    
    .donationAmountButton {
        width: 45%;
        margin-right: 0;
/*        margin: 0 0 10px 5%;*/
}
    .donationAmountButton:nth-child(even) {
        float:  right;
    }
    .donationAmountButton:nth-child(odd) {
        float: left;
    }


}
