/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ep-event-group-leader .ep-event-group-leader-head .ep-event-group-handler{
    width: 24px;
    height: 24px;
}

.ep-group-wrapper {
    border: 1px solid #ddd;
    background: #fafafa;
    padding: 12px 16px;
    margin-bottom: 15px;
    border-radius: 6px;
}
.ep-group-header {
    margin-bottom: 10px;
}
.ep-group-name {
    font-size: 1.1em;
    color: #333;
}
.ep-group-leader {
    font-weight: bold;
    color: #555;
    display: block;
    margin-top: 2px;
}
.ep-group-members {
    list-style: none;
    padding-left: 0;
    margin-top: 8px;
}
.ep-group-members li {
    padding: 3px 0;
    border-bottom: 1px dotted #ccc;
}
.ep-group-members li:last-child {
    border-bottom: none;
}
.ep-al-num {
    font-weight: bold;
    color: #0073aa;
    margin-right: 4px;
}