/**
 * 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
*/

.ajzq2uzr a:not(:hover),
.vxw3ziz0 a:not(:hover){
    color:#009d4a;
}
.ajzq2uzr 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;
}

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

.ajzq2uzr a>.icon{
    display: none;
}
