/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
table#icos-table {
    width: 100%!important;
    padding: 0!important;
}

tr.event-meta {
    border-top: 1px dotted #cacaca;
    color: #b7b7b7;
    text-transform: uppercase;
}

tr.event-meta td {
    padding-bottom: 10px;
}

.widget_event_calendar_widget {
    font-size: .875rem;
}

.widget_event_calendar_widget tbody,
.widget_event_calendar_widget tbody tr{
	width:100%;
	display:block;
}