@charset "utf-8";

.counter {
	overflow: hidden;
	background: #ff00a4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.counter div {
	float: left;
	width: 50%;
}

.counter h2,
.counter p { color: #fff; line-height: 1.1; text-align: center; }
.counter h2 { padding: 10px 50px 0 50px; font-size: 16px; }
.counter p { padding: 0 50px 10px 50px; font-size: 48px; font-weight: bold; }
.counter a { text-decoration: none; color: #fff; }
.counter a:hover { text-decoration: none; color: #eee; }

