/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.flag.for-sale { background-color: #4abe7e; }
.flag.under-offer { background-color: #808040; }
.flag.sold { background-color: #804040; }

.statusflag { font-size: 125%; }
.statusflag.for-sale { background-color: #4abe7e; }
.statusflag.under-offer { background-color: #808040; }
.statusflag.sold { background-color: #804040; }
