#main-column {
	margin-top: 4em;
}

table.stripe caption.cancelled {
	color: #f00;
	text-decoration: line-through;
}

caption .field-wrapper label {
	top: 5px;
	/* margin-left: 16px; 11Mar2015 */
	margin-left : 10px;
}

#card-type, #amount {
	font-family: "Quadon Bold";
}

@media only screen and (max-width: 48em) {
	#main-column {
		margin-top: 0;
	}
}