body {
	margin:5px;
}

.voucher_type_summary, .voucher_type_expanded {
	clear:left;
	margin-top:5px;
	margin-bottom:10px;
	padding:5px;
}

.voucher_type_expanded {
	display:none;
}

.voucher_type_summary_title, .voucher_type_expanded_title {
	float:left;
	font-size:28px;
}

.voucher_type_summary_title_row {
	clear:left;
}

.voucher_type_summary_thumbnail_row {
	clear:left;
	margin-top:10px;
}


.voucher_type_summary_image_thumbnail {
	float:left;
	height:96px;
	margin-right:10px;
	margin-bottom:10px;
}


.voucher_summary_description {
}


.voucher_total_text {
	float:left;
	font-weight:bold;
}







.voucher_type_expanded_image {
	margin-bottom:5px;
}

.voucher_type_expanded_description_and_image {
	clear:left;
	
}

.voucher_description {
	margin-bottom:10px;
}



.voucher_more_button {
	float:right;
}

.select_vouchers {
	float:right;
}


.clear {
	clear:both;
}

.result_message_heading {
	font-size:24px;
}

.result_message_button {
	float:right;
}

.spacing_above {
	margin-top:10px;
}



.masthead_image {
}



.masthead_image img {
	width:800px;
}



@media (max-width: 800px) {

	.masthead_image img {
		width:100%;
	}

}

.return_button {
	float:right;
}

.validation_message {
	float:right;
	margin-top:5px;
	background-color:red;
	color:white;
	border-radius: 2px;
	font-size:14px;
	display:none;
	padding:5px;
}


