/* this overrides the style from css/styles.css */
.dtp-bg-color-green {
  /* Custom CSS class with original name */
  background-color: rgb(136, 224, 136);
  /* green background color for elements with this class */
}
