p.center {
  display            : inline-block;
  vertical-align     : middle;
  margin             : 0;
  padding            : 0;
}

.wantAdTile {
	position         : relative;
	margin-top       : 15px;
    margin-left      : auto;
    margin-right     : auto;
	margin-bottom    : 15px;
	height           : 150px;
	width            : 90%;
	border-radius    : 20px;
	background-color : DarkBlue;
	box-shadow       : 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)
}
			
.wantAdHead {
	position         : absolute;
	top              : 0;
	height           : 60%;
	left             : 5%;
	width            : 95%;
	color            : Black;
	font-size        : 30px;
	padding          : 2px;
	text-align       : center;
	background-color : whiteSmoke;
	border-radius    : 0 20px 0 0;
}
			
.wantAdBody {
	position         : absolute;
	bottom           : 0;
	height           : 40%;
	left             : 5%;
	width            : 95%;
	color            : SlateGrey;
	font-size        : 15px;
	padding          : 5px;
	text-align       : center;
	vertical-align   : middle;
	background-color : Gainsboro;
	border-radius    : 0 0 20px 0;
}
			
.wantAdField  {
	position         : absolute;
	bottom           : 0;
	left             : 0;
	height           : 100%;
	width            : 34%;
	color            : black;
	text-align       : left;
	padding          : 5px;
	background-color : auto;
}

.wantAdType {
	position         : absolute;
	bottom           : 0;
	left             : 40%;
	height           : 100%;
	width            : 33%;
	text-align       : center;
	padding          : 5px;
	background-color : auto;
}
		
.wantAdLocation {
	position         : absolute;
	bottom           : 0;
	right            : 0%;
	height           : 100%;
	width            : 33%;
	color            : auto;
	text-align       : right;
	background-color : auto;
	padding          : 5px;
	border-radius    : 0 0 20px 0;
}


