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

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

.esf-event-details {
    margin-top: 29px;
}
.esf-event-details .def-row {
    margin-top: 0px;
}
.esf-event-details .def-row .lemma {
    float: left;
    width: 30%;
}
.esf-event-details .def-row .definition {
    float: left;
    width: 70%;
}
.margin-top {
    margin-top: 9px;
}

.esf-event-list .hide {
    display: none;
}