.at-checkout-wrapper { position: relative; clear:both; }
.at-checkout-wrapper .title-block {
	font-size: 1.6rem;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 3rem;
	margin: 0 0 3rem 0;
}
.at-checkout-group {position: relative; margin-bottom: 2rem;}
.at-checkout-group .checkout-label {
	display: block;
	font-size: 11px;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
}
.at-checkout-group .checkout-value {
	display: block;
	width:90%;
	font-size: 14px;
	color: #999;
	line-height: 1.5;
	font-weight: 600;
	padding-bottom: 3px;
	border-bottom: 2px solid #f2f2f2;
	margin-bottom: 10px;
}