table.table {
	table-layout: fixed;
	word-wrap: break-word;
}

.sceditor-button-spoiler div {
	background: url('/image/icon-spoiler.png');
	background-repeat: no-repeat;
	background-position: 0;
	background-size: contain;
	width: 16px;
	height: 16px
}

div.spoiler {
	display: none;
}

span.highlight {
	background-color: #ffa500;
}

span.font-size-1 {
	font-size: 60%;
}
span.font-size-2 {
	font-size: 80%;
}
span.font-size-3 {
	font-size: 100%;
}
span.font-size-4 {
	font-size: 120%;
}
span.font-size-5 {
	font-size: 140%;
}
span.font-size-6 {
	font-size: 160%;
}
span.font-size-7 {
	font-size: 180%;
}

td.editable {
	background: url('/image/icon-edit.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 20px 20px;
}
