@charset "UTF-8";

.zp_group {
	display: block;
	float: none !important;
}

.zp_group > .content {
	display: inline-block;
	width: 100%;
	margin: auto;
}

.zp_group > .content > * {
	text-align: left;
}

.zp_group > .content:after {
	clear: both;
}
