/* COLORS */
.redactor-styles .color-purple { color: #381f59; }
.redactor-styles .color-pink { color: #eb008b; }
.redactor-styles .color-orange { color: #f5a630; }
.redactor-styles .color-green { color: #00a99d; }
.redactor-styles .color-red { color: #ee2424; }
.redactor-styles .color-blue { color: #0458a0; }
.redactor-styles .color-grey { color: #656464; }

.redactor-dropdown .redactor-dropdown-color-purple { color: #381f59 !important; }
.redactor-dropdown .redactor-dropdown-color-pink { color: #eb008b !important; }
.redactor-dropdown .redactor-dropdown-color-orange { color: #f5a630 !important; }
.redactor-dropdown .redactor-dropdown-color-green { color: #00a99d !important; }
.redactor-dropdown .redactor-dropdown-color-red { color: #ee2424 !important; }
.redactor-dropdown .redactor-dropdown-color-blue { color: #0458a0 !important; }
.redactor-dropdown .redactor-dropdown-color-grey { color: #656464 !important; }

/* ALIGNMENT */
.redactor-styles .text-left { text-align: left; }
.redactor-styles .text-right { text-align: right; }
.redactor-styles .text-justify { text-align: justify; }
.redactor-styles .text-center { text-align: center; }

.redactor-dropdown .redactor-dropdown-text-left { text-align: left; }
.redactor-dropdown .redactor-dropdown-text-right { text-align: right; }
.redactor-dropdown .redactor-dropdown-text-justify { text-align: justify; }
.redactor-dropdown .redactor-dropdown-text-center { text-align: center; }

/* FONTS */
.redactor-styles .swister { font-family: swister, sans-serif; }
.redactor-styles .felt-tip-roman { font-family: felt-tip-roman, sans-serif; }
.redactor-styles .ff-market-web { font-family: ff-market-web, sans-serif; }

.redactor-dropdown .redactor-dropdown-swister { font-family: swister, sans-serif; }
.redactor-dropdown .redactor-dropdown-felt-tip-roman { font-family: felt-tip-roman, sans-serif; }
.redactor-dropdown .redactor-dropdown-ff-market-web { font-family: ff-market-web, sans-serif; }