/**
 * Contains styles for tags that can be added from 
 TinyMCE in admin
 * Links to front-end as base styles for insile tags
 *
 * @package sb-child
*/

.geiyjdtjueais a:not(:hover),
.rskffyuoloxe a:not(:hover){
    color:#009d4a;
}
.geiyjdtjueais ul:not([class]) li:before,
body#tinymce ul:not([class]) li:before{
    content: '\2022';
    font-weight: bold;
}

blockquote, q{
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 700;
    background-color: #fffdfd;
    border-left: 10px solid #009d4a;
    padding-left: 20px;
}
blockquote:after{
    content: none;
}

.geiyjdtjueais thead,
body#tinymce thead{
    color:white;
    background-color: #009d4a;
}

.geiyjdtjueais a>.hlducgrsvoxs{
    display: none;
}
