/*Temp Pricing table Header fix*/
.PricingHeader .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th {
  color: rgb(255, 255, 255) !important;
  font-size: 12px !important;
  line-height: 1.5em !important;
}

.PricingHeader .wpDataTablesWrapper td {
  color: rgb(70, 70, 70) !important;
  line-height: 1.5em !important;
  font-size: 14px !important;
  font-weight: normal !important;
}
