<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.DIVI_wpDataTable::before {
    content: "" !important;
    background-image: url("media/table-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    background-size: cover;
    /*display: inline-block;*/
}

.DIVI_wpDataChart::before {
    content: "" !important;
    background-image: url("media/chart-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    background-size: cover;
    /*display: inline-block;*/
}</pre></body></html>