/home/ejrndhmu/.trash/wp-content/plugins/table-for-divi/includes/modules/TFDT_Module/style.css
.table-for-divi-builder {
  background: #6a2eb6;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 30px 20px;
  box-shadow: 0 0 35px 10px #6a2eb647;
}
.table-for-divi-builder .module-desc{
  margin: 0 0 20px;
}
.table-for-divi-builder .module-table{
  background: #fff;
  color: #000;
  padding: 15px;
}
.tfdt_module_row{
  margin: 0 0 -1px!important;
}

.tfdt_module .table-for-divi {
  overflow: auto;
}


@media (max-width: 767px) {
.tfdt_module .table-for-divi {
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}
}