#donation-form .switch-amounts label {
    background-color: #efefef;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1;
    text-align: center;
    padding: 10px 20px;
    margin-right: -1px;
    border: 1px solid #d6d5d8;
    box-shadow: 0;
    transition: all 0.1s ease-in-out;
    width: auto;
    font-weight: 300!important;
    font-size: 1.2rem;
}

#amount {
    font-weight: 300!important;
    font-size: 18px;
}

#donation-form h3, h3.jd-page-title, h4.jd-heading, h4.eb-heading {
    font-weight: 300!important;
    color: #bb1e2c!important;
    font-size: 28px!important;
    font-family: Alex Brush!important;
}