/**
 * @file
 * Styling for the acv_tasks module.
 */
.hide { display: none; }
.show { display: block; }
.p5 { padding: 5px; }
.tcenter { text-align: center; }
.tright { text-align: right; }
.nomargin { margin: 0; }
.green { color: #014a81; }
.green:hover { color: #000000; }
form .button { background-color: #014a81; }
form .button:hover { background-color: #000000; }
.w30 { width: 30%; }
.mt30 { margin-top: 30px; }
h3 .strike { text-decoration: line-through; }

#add-gift-card-button input { margin: 24px 0 0 0; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) { float: left; }

.form-item-transaction-fee label.option { float: right; width: 90%; }

@media screen and (max-width:640px) {
    .custom-registration-donation-form label { width: 80%; }
    .custom-registration-donation-form .js-form-type-checkbox input { float: left; margin: 5px 0; }
}
