/*
 * style.css
 * Styles for plugin Esf Shortcodes
 */

.green {
    background-color: green;
}
.red {
    background-color: red;
}
.white {
    background-color: white;
}

