body:not(.cke_editable) .ck-responsive-table thead {
  display: none;
}

.ck-responsive-table tbody tr td{
	text-align:left;
	border:0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

@media (min-width: 768px) {
  body:not(.cke_editable) .ck-responsive-table thead {
    display: table-header-group;
  }
}

body:not(.cke_editable) .ck-responsive-table tbody tr {
  display: block;
}

@media (min-width: 768px) {
  body:not(.cke_editable) .ck-responsive-table tbody tr {
    display: table-row;
  }
}

body:not(.cke_editable) .ck-responsive-table tbody tr td {
  display: block;
  -webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

@media (min-width: 768px) {
  body:not(.cke_editable) .ck-responsive-table tbody tr td {
    display: table-cell;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
  }
}

body:not(.cke_editable) .ck-responsive-table tbody tr td:before {
  content: attr(data-label) " ";
  font-weight: 600;
  -webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

@media (min-width: 768px) {
  body:not(.cke_editable) .ck-responsive-table tbody tr td:before {
    content: none;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
  }
}

/*# sourceMappingURL=plugin.css.map */
