/* styling borrowed from The Events Calendar  */
#rtec .tribe-bar-toggle-arrow {
    display: inline-block;
    margin: 0 4px;
    position: absolute;
    top: 11px;
    right: 10px;
}
#rtec .tribe-bar-toggle-arrow:after {
    top: 10px;
    right: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: inherit;
    border-width: 8px;
}
#rtec .tribe-bar-filters-open span.tribe-bar-toggle-arrow:after {
    top: 0;
    border-top-color: transparent;
    border-bottom-color: inherit;
}
/* hide button and reveal if javascript is available */
#rtec .rtec-js-show,
#rtec .rtec-hidden-message,
#rtec .rtec-screen-reader {
    display: none;
}
#rtec {
    overflow: auto;
    max-width: 700px;
}
#rtec .rtec-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
}
#rtec .rtec-spinner img{
    border-radius: 0;
    box-shadow: none !important;
    margin: 0;
    padding: 0;
    border: none;
    width: 24px;
    height: 24px;
}
#rtec .rtec-form-buttons .rtec-email-spinner {
    top: 50%;
    right: 50%;
    margin-top: -12px;
    margin-right: -12px;
}
.rtec-yellow-message {
    display: inline-block;
    line-height: 19px;
    padding: 11px 15px;
    font-size: 14px;
    text-align: left;
    margin: 25px 20px 0 2px;
    background-color: #fff;
    border-left: 4px solid #ffba00;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
#rtec .rtec-form-wrapper {
    box-sizing: border-box;
    position: relative;
    