@media screen and (max-width: 600px) {
  .checkfront-table th {
    font-size: 11px !important;
    padding: 8px 5px !important;
  }
  
  .checkfront-table td {
	  padding: 3px 5px !important;
	  font-size: 11px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .checkfront-table th {
    font-size: 12px !important;
    padding: 8px 5px !important;
  }
  
  .checkfront-table td {
	  padding: 3px 5px !important;
	  font-size: 12px !important;
  }
}