.mce-border-dashed-bottom { border-bottom: 1px dashed; }
.mce-border-red { border: 2px solid #fd5e62; border-radius: 3px; padding: 10px; }
.mce-border-green { border: 2px solid #06c951; border-radius: 3px; padding: 10px; }
.mce-border-blue { border: 2px solid #30A7F3; border-radius: 3px; padding: 10px; }
.mce-border-yellow { border: 2px solid #FFCC00; border-radius: 3px; padding: 10px; }
.mce-button-green { display: inline; border: 0px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding: 5px 10px; background-color: #06c951; color: #fff; }
.mce-button-green:hover{-webkit-box-shadow:inset 0 0 3px 0 rgba(0,0,0,0.5);box-shadow:inset 0 0 3px 0 rgba(0,0,0,0.5);}
.mce-button-red { display: inline; border: 0px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding: 5px 10px; background-color: #fd5e62; color: #fff; }
.mce-button-red:hover {-webkit-box-shadow:inset 0 0 3px 0 rgba(0,0,0,0.5);box-shadow:inset 0 0 3px 0 rgba(0,0,0,0.5);}
.mce-button-blue {display: inline; border: 0px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding: 5px 10px; background-color: #30A7F3; color: #fff; }
.mce-button-blue:hover {-webkit-box-shadow:inset 0 0 3px 0 rgba(0,0,0,0.5);box-shadow:inset 0 0 3px 0 rgba(0,0,0,0.5);}
.mce-button-yellow {display: inline; border: 0px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding: 5px 10px; background-color: #FFCC00; color: #000;}
.mce-button-yellow:hover{-webkit-box-shadow:inset 0 0 3px 0 rgba(0,0,0,0.5);box-shadow:inset 0 0 3px 0 rgba(0,0,0,0.5);}
.mce-text-shadow-lite {text-shadow: 1px 1px #f3f3f3; }
.mce-text-shadow-dark {text-shadow: 1px 1px #3c3c3c; }
.mce-border-radius-15 {border-radius:15px;}
.mce-qoute {border-left: 3px solid #ccc; padding: 15px; font-style: italic; background: rgba(0, 0, 0, 0.03); margin-left: 70px; }
.mce-other__notice {padding-left: 15px;padding-right: 14px;padding-top: 10px;padding-bottom: 10px;background-color: #fffcef;border-left: 3px solid #ffcb08;margin-top: 60px;}