/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.entry-content catlist {
	background: #F2F3F5;
	display: block;
	min-height: 500px;
	position: relative;
}

.entry-content catlist:before {
	content: 'Loading...';
	font-size: 20px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}