
.hapcv-layout-grid {
	
}

.hapcv-category {
	clear:both;	
}

.hapcv-category-photos {}
.hapcv-category-photos:after {
	content:"";
	display:block;
	clear:both;
	margin-bottom:10px;	
}

.hapcv-vote {text-align:center;margin-top:3px;margin-bottom:3px;}

.hapcv-layout-grid .hapcv-photo-div {
	width:31%;
	float:left;
	margin:5px 5px 15px 5px;
	padding:5px;
	min-height:400px;
	border:1px solid #333;
	font-size:14px;
}

.hapcv-layout-grid .hapcv-photo-div .hapcv-photo {
	display:block;
	height:250px;
	overflow:hidden;
	text-align:center;
}

.hapcv-layout-grid .hapcv-photo-div img {
	width:auto;
	max-height:250px;
	display:inline-block;
}


.hapcv-layout-list .hapcv-photo-div {
	width:auto;
	margin:5px 0 15px 0;
	padding-top:15px;
	border-top:1px solid #333;
}

.hapcv-email-field {
	padding:3px;
	font-size:12px;
}

.hapcv-error {
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
}

@media screen and (max-width: 725px) {
	.hapcv-layout-grid .hapcv-photo-div {
		width:auto;
		float:none;
		margin:5px 5px 15px 5px;
		padding:5px;
		min-height:400px;
		border:1px solid #333;
		font-size:14px;
	}

}