h1 {
    color: #654a08; 
    background-color: white;
	text-align:center; 
	margin: auto 0;
}

#searchFormBox {
    margin: 0 auto; 
    width:80%; 
    text-align:center; 
    /* display:block; */
    /* overflow: hidden; */
    color: #000000;
    background-color: lightgrey; 
    padding: 15px 0;
}
    
.resultcard {
	position: relative;
	margin: 20px 10px 10px 10px;
	text-align: center;
	padding: 20px 10px;
	line-height: 1.5;
	display: inline-block;	
	vertical-align:top;
	/*
	min-width: 260px;
	max-width: 310px;
	*/
	width: 310px;
	max-height: 500px;
	min-height: 400px;
	/* border: 1px solid gray; 
	overflow:hidden;*/
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	box-shadow: 0 5px 9px rgba(0,0,0,0.30);
	border: 1px solid #cdcdcd;
	transition: all 0.3s;
    color: #000000;
	background: #efefef;
	opacity: 1;
}    
    
.cardlabel {
	position: absolute;
	background: #cdcdcd;
	color: #000;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;	
	text-align: center;
	padding: 5px;
    top: -10px;
    bottom: inherit;
    left: 50%;
	width: 60%;
	margin-bottom: 20px;
	z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);	
}

.cardlabel::after {
	height: 30px;
	content: " ";
}

#searchResultsCount {
    clear: both;
    font-weight: bold;
    padding: 10px 0px 5px 0px;
        
}