@CHARSET "ISO-8859-1";

.listing-card .icon {
	/* display: none;
	position: relative;
	left: 155px;
	max-width: 35px;
	max-height: 35px; */
	
   /* background-color: #000; */ /*Default bg, similar to the background's base color*/
   /* background-image: url("bg.png"); */
   background-position: right bottom; /*Positioning*/
   background-repeat: no-repeat; /*Prevent showing multiple background images*/
}

.listing-card {
	background-position: 98% 98%; /*Positioning*/
	background-repeat: no-repeat; /*Prevent showing multiple background images*/
}

.listing-card-list .listing-card .listing-card-header {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #2e9de4;
	color: white;
	font-size: small;
	text-align: left;
	text-indent: 2%;
}

.listing-grid  .listing-card .listing-card-header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #2e9de4;
	color: white;
	font-size: small;
	text-align: center;	
}

.listing-grid .listing-card {
	min-height: 283px;
}

form .element-description {
	font-size: small;
}