.content_container {
	padding: 35px 50px;
}

.column_container {
	margin-bottom: 30px;
}
.column_container .narrow_column {
	width: 250px;
	margin-right: 35px;
	text-align: center;
}
.column_container .wide_column {
	width: 395px;
	position: relative;
	float: left;
}
	.column_container .wide_column .subtitle {
		font-size: 14px;
		font-weight: bold;
	}
	.column_container .wide_column h1 {
		margin-bottom: 20px;
	}	
	.column_container .wide_column p {
		font-size: 15px;
		color: #727272;
		margin-bottom: 15px;
	}
	.column_container .wide_column .logo_wrap {
		position: absolute;
		top: 0;
		right: -180px;
		top: -10px;
	}
	.column_container .wide_column .button_row {
		margin-top: 25px;
	}
	.column_container .wide_column .ok_ready {
		float: left;
		line-height: 44px;
		font-size: 19px;
		font-weight: bold;
		margin-right: 20px;
	}

	.column_container .logo_column {
		float: right;
		text-align: right;
		width: 200px;
	}
.white_box_wide {
	margin-left: -10px;
	padding: 9px;
}
.white_box_wide_bottom {
	height: 14px;
	margin-left: -9px;
}
	.white_box_wide {
		width: 852px;
		overflow: hidden;
		padding: 23px 23px 9px 23px;
	}
	.white_box_wide .content_block {
		width: 210px;
		min-height: 105px;
		float: left;
		padding-right: 25px;
		margin-right: 25px;
		border-right: 1px solid #e6e6e6;
	}
	.white_box_wide .content_block.card_block {
		width: 308px;
	}	
		.white_box_wide .content_block.card_block .label {
			display: block;
		} 
		.white_box_wide .content_block.card_block p {
			float: left;
			width: 127px;
		}
			.white_box_wide .content_block.card_block p strong {
				font-weight: bold;
				color: #000;
			}
		.white_box_wide .content_block.card_block .cards {
			float: left;
			margin-left: 10px;
		}
	.white_box_wide .content_block.last {
		padding-right: 0;
		margin-right: 0;
		border-right: none;
	}
	
	
	.content_block .item {
		font-size: 14px;
		font-weight: bold;
		padding: 10px 0 10px 10px;
		border-bottom: 1px solid #e6e6e6;
	}
		.white_box_wide .content_block.card_block .item {
			padding: 10px 0;
		}
	.content_block .item.last {
		border-bottom: none;
	}
	.content_block .item.highlighted {
		background: #fcf3c0;
		color: #746d5c;
		border-bottom: none;
	}
		.content_block .item.highlighted strong {
			color: #383838;
			font-weight: bold;
		}
		.content_block .item .label {
			margin-right: 5px;
		}
		.content_block .item .currency {
			margin-bottom: -5px;
		}
		.content_block .item p {
			font-size: 11px;
			font-weight: normal;
			color: #7c7c7c;
			letter-spacing: -0.4px;
			margin-top: 5px;
		}
