﻿/* DONATIONS BUTTONS */
/*ADDITIONAL CSS OVERRIDES*/

.donation-button
{
    /*background-color: #FFBC00 !important;
    color: #0170A0 !important;*/
}

.donation-button:hover
{
    /*background-color: #0170A0 !important;
    color: #fff !important;*/
}

.donation-button.selected {
    color: #ffffff !important;
    background-color: #0D2855 !important;
}

.donation-amount-other-close-image {
    right: 13em !important;
}

.dollar-sign {
    top: .1em !important;
}

input.donation-amount-other
{
    height: 35px !important;
    width: 75% !important;
}

.dollar-sign
{
    top: .25em !important;
}