/* Theme-specific rules for the WP Editor */

.trx_addons_dropcap {
    border-radius: 4px;
    width: 1.17em;
    height: 1.17em;
    line-height: 1.3em;
    font-size: 3.158em;
    margin: 0.3rem 0.2em 0 0;
}

ul li + li,
ol li + li {
    margin-top: 0.63rem;
}
ul[class*="trx_addons_list"] {
    list-style-type: none;
    padding-left: 1.85em;
}
ul[class*="trx_addons_list"] > li:before {
    left: -1em;
}
ul[class*="trx_addons_list_custom"] > li:before {
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 3px;
    text-align: center;
    font-family: Fontello, sans-serif;
    content: '\e940';
    font-size: 10px;
    left: -3.4em;
}
ul[class*="trx_addons_list_success"] > li:before {
    content: '\e8ab';
    font-size: 16px;
    font-family: Fontello;
    left: -1.4em;
}