<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.eb-horizontal-plugin-header {
  text-align: center;
  color: #00843f;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center the images horizontally */
    align-items: center; /* Center the images vertically if the container has a fixed height */
    gap: 10px; /* Optional: Adjust the gap between images */
    margin: 0 auto; /* Center the gallery container itself */
}

.gallery a {
    display: inline-block;
}

.gallery a img {
    display: block;
    max-width: 100%; /* Ensure the images are responsive */
    height: auto; /* Maintain aspect ratio */
}

#eb-sponsors-list, #eb-speakers-list {
    display: flex;
    justify-content: center; /* Center align the items horizontally */
    flex-wrap: wrap; /* Ensure items wrap to the next line if necessary */
    gap: 10px; /* Optional: Adjust the gap between items */
    margin: 0 auto; /* Center align the container itself */
}

#eb-sponsors-list .uk-container, #eb-speakers-list .uk-container {
    width: 100%; /* Ensure full width of the container */
    text-align: center; /* Center align text within the container */
}

#eb-sponsors-list .uk-grid, #eb-speakers-list .uk-grid {
    display: flex;
    justify-content: center; /* Center align items within the grid */
    flex-wrap: wrap; /* Ensure grid items wrap to the next line if necessary */
    gap: 10px; /* Optional: Adjust the gap between grid items */
}

#eb-sponsors-list .clearfix, #eb-speakers-list .clearfix {
    clear: both; /* Ensure proper clearing of floats */
}

.eb-box-heading {
  background: #e7ddd6;
}

.eb-events-timeline {
    padding-top: 20px;
}

.btn-toolbar {
    justify-content: center !important;
}
.eb-tabbed-plugin-header {
    display: none !important;
}
.eb-plugin-map + .eb-plugin-output {
    display: none !important;
}
.ebm-upcoming-events-improved div.ebm-event-date {
  width: 50px;
}
.ebm-upcoming-events-improved div.ebm-event-month {
  background: #c51833;
  border: 1px solid #c51833;
}
.ebm-upcoming-events-improved div.ebm-event-day {
  border: 1px solid #00853e;
  color: #00853e;
}
.eb-topmenu-calendar ul li a.active {
  background: #c61932;
  color: #fff;
}
.regpro-calendarMonthHeader {
  background-color: #c61932;
}
.eb-calendar ul.eb-weekdays {
  background: #6f503f;
}
.regpro-calendarDay .eb_event_link {
  background: #00853e;
}
.extcal_minical .extcal_navbar {
  background: #c61932;
}
.mod_eb_mincalendar_td_dayname {
  background: #6f503f;
}
td.mod_eb_mincalendar_event {
  background-color: #00853e;
}</pre></body></html>