#add-gift-to-form input[type="radio"] {
	float: left;
	margin-right: 15px;
	width: 30px;
	height: 30px;
	align-self: flex-start;
}

#add-gift-to-form h1, #add-gift-to-form h2, #add-gift-to-form h3, #add-gift-to-form h4 {
	width: 100% !important;
	float: left;
	margin: 15px 0;
}

.redeem-wrapper {
	width: 40%;
	margin: auto;
	text-align: center;
}

.redeem-wrapper:before, .redeem-wrapper:after {
	clear: both;
	display: table;
	content: '';
}

.redeem-wrapper input, .redeem-wrapper label {
	margin: 10px 0;
}

#add-gift-to-form .fieldset input[type="radio"]:checked:before {
    top: 10px;
    left: 10px;
    width: 10px;
    height: 10px;
}


#add-gift-to-form .large-3.columns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    line-height: 40px;
}

@media only screen and (max-width:600px) {
	#add-gift-to-form .fieldset {
		width: 100%;
	}
}