/* FILE: editor-classic/_table.scss */

.mce-item-table {
	border-width: 2px;
	border-style: solid;

	td,
	th,
	caption {
		border-width: 1px;
		border-style: solid;
	}

}

