.redactor-toolbar{
	background:#f1f1f1;
}
.redactor-toolbar li:first-child a{
	margin-left: 15px;
}
.redactor-toolbar li a{
	padding:10px 10px;
}
.redactor-toolbar li a:hover{
	background: #888;
	color: #fff;
}
.redactor-dropdown {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.redactor-dropdown li:hover{
	background: #888;
	color: #fff;
}
.redactor-dropdown-box-alignment,
.redactor-dropdown-box-listed{
	font-size: 15px;
	min-width: 100px;
}
.redactor-dropdown-box-alignment li,
.redactor-dropdown-box-listed li{
	display: inline-block;
}
.redactor-dropdown-box-alignment a,
.redactor-dropdown-box-listed a{
	padding: 8px;
}
.redactor-toolbar i.texteditor{
	font-size: 16px;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
	text-align: justify;
}
.re-undo{
	position: absolute;
	right:40px;
}
.re-redo{
	position: absolute;
	right: 10px;
}
.redactor-editor{
	height:calc(100% - 38px);
}