.ckeditor-content table thead tr {
  background-color: #000 !important;
  color: #fff;
  border: 1px solid #000;
}
.ckeditor-content table thead tr th {
  font-size: 18px;
  line-height: 22px;
  padding: 10px !important;
}
.ckeditor-content table thead tr th:first-child {
  padding-left: 20px !important;
}
.ckeditor-content table tbody tr {
  border: 1px solid #D8DADA;
}
.ckeditor-content table tbody tr td {
  font-size: 16px;
  line-height: 19px;
  padding: 10px !important;
  border: none !important;
}
@media screen and (max-width: 767px) {
  .ckeditor-content table tbody tr td {
    font-size: 14px;
    line-height: 17px;
  }
}
.ckeditor-content table tbody tr td:first-child {
  padding-left: 20px !important;
}