﻿.ckeditor table, .ckeditor tr, .ckeditor td {
	border: 1px groove #D4D4D4;
}
.ckeditor ol li {
	list-style-type: decimal;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 16px;
	list-style-position: inside;
}
.ckeditor ul li, .ckeditor ul {
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	list-style-position: inside;
}
.red {
	color: #C82135;
}
.blue {
	color: blue;
}
.green {
	color: green;
}
.autocut {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
