.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.redactor-dropdown-small span {
	font-size: 11px;
}

.redactor-dropdown-mark span {
	padding: .2rem .4rem;
	display: inline-block;
	line-height: 1;
	border-radius: 4px;
	background-color: #ffd61e;
	color: #000;
	text-decoration: none;
}

.redactor-dropdown-lead span {
	font-size: 20px;
}

.redactor-editor .lead,
.redactor-styles .lead {
	font-size: 1.25em;
}

.redactor-editor small,
.redactor-styles small {
	font-size: 90%;
}