.ck-content .table {
  display: table;

  margin: 0.9em auto;
}

.ck-content .table table {
  width: 100%;
  height: 100%;
  border-spacing: 0;

  border-collapse: collapse;

  border: 1px double #b3b3b3;
}

.ck-content .table table td,
.ck-content .table table th {
  min-width: 2em;
  padding: 0.4em;

  border: 1px solid #bfbfbf;
}

.ck-content .table table th {
  font-weight: bold;
  background: black;
}

.ck-content[dir="rtl"] .table th {
  text-align: right;
}

.ck-content[dir="ltr"] .table th {
  text-align: left;
}

.ck-editor__editable .ck-table-bogus-paragraph {
  display: inline-block;

  width: 100%;
}

.ck-content .table {
  display: table;

  margin: 0.9em auto;
}

.ck-content .table table {
  width: 100%;
  height: 100%;
  border-spacing: 0;

  border-collapse: collapse;

  border: 1px double #b3b3b3;
}

.ck-content .table table td,
.ck-content .table table th {
  min-width: 2em;
  padding: 0.4em;

  border: 1px solid #bfbfbf;
}

.ck-content .table table th {
  font-weight: bold;
  background: black;
}

.ck-content[dir="rtl"] .table th {
  text-align: right;
}

.ck-content[dir="ltr"] .table th {
  text-align: left;
}

.ck-editor__editable .ck-table-bogus-paragraph {
  display: inline-block;

  width: 100%;
}
