.iec-ckeditor-table  {
  border-bottom: 0px;
  box-sizing: content-box;
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-spacing: 0;
  max-width: 100%;
  background-color: transparent;
}

.iec-ckeditor-table  thead tr th{
  border-top: 1px solid #d8d8d8 !important;
  border-bottom: 1px solid #d8d8d8 !important;
  font-family: Roboto;
  font-size: 12px;
  font-weight: normal;
  color: #473f3f;
  padding: 8px 10px;
}

.iec-ckeditor-table  tbody tr td {
  font-family: Roboto;
  font-size: 14px;
  color: #473f3f;
  border-bottom: 1px solid #e4e4e4 !important;
  padding: 8px 10px;
  vertical-align: top;
}

.iec-ckeditor-table  tbody td ul {
  padding: 0;
}

.iec-ckeditor-table  tbody td ul li {
  list-style: none;
  padding: 0 0 10px 0;
}
