﻿.column {
	display: inline-block;
	width: 42.5%;
	overflow: hidden;
	vertical-align: text-top
}
.left {
	margin-left: 5%;
	margin-right: 2.5%;
}
.right {
	margin-left: 2.5%;
}
.price {
	float: right;
}
.float_right {
	float: right;
}
.large_copy {
	font-size: 150%;
	text-align: center !important
		
}