.post {
	width: 880px;
}

.block {
	width: 250px;
	float: left;
	text-align: left;
	color: #000000;
	font: 13px Georgia,"Times New Roman", Times, serif;
	padding: 10px;
}

.spacer {
	float: left;
	width: 16px;
	border-right: 1px dashed orange;
	margin-right: 16px;
	height: 370px;
}

.card {
	height: 100px;
	text-align: center;
}

.cel_1 {
	height: 40px;
}

.cel_2 {
	height: 40px;
}

.cel_3 {
	height: 40px;
}

.cel_4 {
	text-align: center;
	height: 50px;
	margin-bottom: 20px;
}

.cel_5 {
	text-align: center;
	height: 50px;
	background-color: orange;
	padding-top: 20px;
	font-weight: bold;
	font-size: 20px;
}

.cel_5 a {
	color: #000000;
	text-decoration: underline;
}

.cel_5 a:hover {
	text-decoration: none;
}