svg.green text, svg.red text, svg.white text { fill:#ffffff; }
svg.gold text { fill:#000000; }

svg.green path,  svg.green circle   { fill: #143a2d; stroke-width: 2px; stroke: #000000; }
svg.white path,  svg.white circle   { fill: #a79164; stroke-width: 2px; stroke: #000000; }
svg.gold path,  svg.gold circle   { fill: #e6ded3; stroke-width: 2px; stroke: #000000; }
svg.red path,  svg.red circle   { fill: #7f152d; stroke-width: 2px; stroke: #000000; }
svg.black path,  svg.black circle   { fill: #000000; stroke-width: 2px; stroke: #000000; }

.co2maps_rollover_box .green,    .co2maps_gallery_box .green,          .eplatmap_lot_status_avail, .eplatmap_lot_status_greenhouse { color: #ffffff; padding:4px; }
.co2maps_rollover_box .gold,    .co2maps_gallery_box .gold,          .eplatmap_lot_status_uc, .eplatmap_lot_status_goldhouse { color: #ffffff; }
.co2maps_rollover_box .red,    .co2maps_gallery_box .red,          .eplatmap_lot_status_sold, { color: #ffffff; }
.co2maps_rollover_box .black,    .co2maps_gallery_box .black,          .eplatmap_lot_status_lot { color: #ffffff; }
