body.form-control.wysihtml5-editor:focus,
body.form-control.wysihtml5-editor {
	padding: 1px 0 0 0;
	margin: -1px 0 0 0;
	border: 0;
	border-radius: 0;
	height: 100%;
	box-shadow: none;
}
.wysiwyg-color-black{
	color: black;
}
.wysiwyg-color-silver{
	color: silver;
}
.wysiwyg-color-gray{
	color: gray;
}
.wysiwyg-color-maroon{
	color: maroon;
}
.wysiwyg-color-red{
	color: red;
}
.wysiwyg-color-purple{
	color: purple;
}
.wysiwyg-color-green{
	color: green;
}
.wysiwyg-color-olive{
	color: olive;
}
.wysiwyg-color-navy{
	color: navy;
}
.wysiwyg-color-blue{
	color: blue;
}
.wysiwyg-color-orange{
	color: orange;
}