.info-tiles, .shortcut-tiles {
	margin: 0px 0px 20px;
	display: block;
	color: #ffffff;
	border-radius: 1px;
}
.info-tiles .tiles-heading {
	padding: 5px 10px;
	border-top-right-radius: 1px;
	border-top-left-radius: 1px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.04em;
}
.info-tiles .tiles-body-alt, .info-tiles .tiles-body {
	padding: 10px;
	font-weight: 300;
}
.info-tiles .tiles-body-alt {
	font-size: 30px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.info-tiles .tiles-body-alt .text-top, .info-tiles .tiles-body .text-top {
	/* vertical-align: super; */
	font-size: 16px;
}
.info-tiles .tiles-body-alt  small, .info-tiles .tiles-body  small {
	font-size: 14px;
	text-align: center;
	display: block;
	font-weight: 400;
	opacity: 0.7;
	filter: alpha(opacity=70);
	margin-top: -7px;
	margin-bottom: 4px;
}
.text-center{
	text-align: center;
}
.tiles_0 .tiles-heading {
	background: #667ea3;
}
.tiles_0 .tiles-body-alt {
	background: #556b8d;
}
.tiles_0 .tiles-footer {
	background: #42536d;
}

.tiles_1 .tiles-heading {
	background: #98d061;
}
.tiles_1 .tiles-body-alt {
	background: #85c744;
}
.tiles_1 .tiles-footer {
	background: #6ca632;
}

.tiles_2 .tiles-heading {
	background: #f2b154;
}
.tiles_2 .tiles-body-alt {
	background: #efa131;
}
.tiles_2 .tiles-footer {
	background: #dc8911;
}

.tiles_3 .tiles-heading {
	background: #eb6b5e;
}
.tiles_3 .tiles-body-alt {
	background: #e74c3c;
}
.tiles_3 .tiles-footer {
	background: #d62c1a;
}
