.donation .formFL img {
    display: none;
}

.donation .formFL.shadows {
    background: none;
    box-shadow: none;
}

.donation .lifted:before {
    display: none;
}

.donation .lifted:before, .lifted:after {
    display: none;
}

.donation .formFL > div > a {
    background: #e8e8e8;
    color: #616161;
    text-shadow: none;
    border-radius: 3px;
}

.robodonate {
    width: 300px;
    overflow: hidden;
    border-radius: 10px;
    height: 58px;
    margin-left: 7vw;
}

@media all and (max-width:970px){

.robodonate {margin:0 0 0 5vw}

}

@media all and (max-width:870px){

.robodonate {margin:0 0 0 0vw}

}

@media all and (max-width:770px){

.robodonate {margin: 0 auto 25px;text-align:center;display: block;}

}