.table-editable td {
	position: relative;
}

.table-editable .editor {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 1em;
	background: white;
	resize: none;
}

.editor-contextmenu ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}

.editor-contextmenu ul li {

}

.editor-contextmenu ul li a {
	color: inherit;
}

.editor-contextmenu ul li hr {
	margin-top: 7px;
	margin-bottom: 7px;
}