/* CDGEDIT   */

.cdg-style-sold {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.cdg-style-sold .cdg-sold {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.0);
  z-index: 3;
}
.cdg-green {
  color: #004020;
}