.rz_displayCats_hidden { display: none; }

.rz-displayCats-moreButton {
	width: 100%;
	text-align: centered;
	padding: 20px;
	background: #e3e3e3;
	border: solid 1px #dadada;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	cursor: pointer;
	font-size: 16px;
	color: #666;
	text-shadow: 0 1px 1px rgba(255,255,255,.7);
	margin-bottom: 24px;
}

.rz-displayCats-moreButton:hover {
	background: #e6e6e6;
	box-shadow: none;
	color: rgb(37, 146, 207);
};

h2.rz-displayCats-maintitle {
	font-size: 42px !important;
	font-weight: bold !important;
}

h3.rz-displayCats-maintitle {
	font-size: 24px !important;
	font-weight: bold !important;
}

h3.rz-displayCats-title {
	font-size: 24px !important;
	font-weight: bold !important;
}

h4.rz-displayCats-title {
	font-size: 18px !important;
	font-weight: bold !important;
}