/*
 * Please place your own CSS code to this file
 *
 */  
.property-status {
  position: absolute;
  right: 25px;
  top: 25px;
  padding: 7px 10px;
  background: green;
  color: white;
  font-weight: bold;
}
.property-status-Sold {
  background: red;
}