/* Copyright 2013-2014 Soo Ling Lim at Kazoova */
.tiled-listing .thumbnail {
  padding: 0px;
}
.tiled-listing .caption {
  height: 70px; /* fixed-height */
}
.tiled-listing .media {
  margin: 0px 10px 0px 10px;
  border-top: 1px solid #dddddd;
  padding: 10px 10px 10px 0px;
}
.tiled-listing .price {
  color: #ca428b;
}
.tiled-listing .price:hover {
  text-decoration: none;
  color: #b33277;
}
.tiled-listing .media-body > a:hover,
.tiled-listing .media-body > a:focus {
  text-decoration: none;
}
.tiled-listing .text-postcode {
  text-transform: uppercase;
}
.tiled-listing .currency {
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
}
.tiled-listing .amount {
 margin-top: 0px;
 font-weight: bold;
 font-size: 22px;
 line-height: 1;
}