﻿.table-headItem {
  background-color: #20692d;
}

@media screen and (max-width: 1280px) {
  .table-data-accordion:before {
    background-color: #20692d;
  }
}

@media screen and (max-width: 719px) {
  .table-dataItem:before,
  .table-data-accordion .table-dataItem:before {
    color: #20692d;
  }
}
