.cal-table {
  table-layout: fixed;
  width: 100%;
  border: solid 1px #f1f5fb;
  word-wrap: normal;
}

table.cal-table th, table.cal-table td {
  padding: 0.2rem !important;
}

.cal-head, .current {
  color: #005a8b;
}

.cal-body {
  text-align: center;
  line-height: 2.5rem;
}

.outperiodday {
  color: #dedede;
}

.thismonth.hasEvents {
  background-color: #005a8b;
  color: white;
}

#searchoptions-generic fieldset, #searchoptions-categories fieldset {
    border: 0;
    padding: 0;
}

.ajax-load-link {
  text-decoration: none;
}

.event-date-box {
    display: inline-block;
    width: 17.5%;
  	min-width: 144px;
    vertical-align: top;
}

.event-info-box {
    display: inline-block;
    width: 76%;
    vertical-align: top;
}

#view-switchers {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-around;
}

#keywords {
  display: block;
  margin-top: 0.5rem;
  outline: none;
}

#categories-legend {
  margin-bottom: 0.5rem;
}

#category-name {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

#view_period_switchers {
  margin-top: 1.5rem;
}

.view_period_switchers a {
  text-decoration: none;
  color: #005a8b;
}

.view_period_range {
  margin-bottom: 1.5rem;
}

#calendar_events {
  margin-top: 2rem;
}

.eventdate {
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #dedede;
}

.eventdate a {
  text-decoration: none;
}

.no-bullet {
  padding: 0;
}

.event-item {
  margin-bottom: 1.5rem;
}

.event-info-box {
  max-width: revert !important;
  width: 100%;
}

.title a {
  text-decoration: none;
  font-size: 1.5rem;
}

#event-title, #event-short-desc {
  margin-bottom: 1rem;
}

#fulltext-title, .meta {
  margin-bottom: 2rem;
}








