.eventblocks li {
  background: #ffffff;
  border-radius: 6px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15) !important;
}

.sidestrip {
  height: 34px;
  background: var(--dark-color);
  width: 4px;
  position: absolute;
  left: -2px;
  top: 29px;
}

.eventDayOfMonth {
  font-size: 45px;
  line-height: 1;
  padding-right: 10px;
  font-weight: 500;
}

.eventdayofweek {
  font-weight: 600;
}

.eventtitle {
  font-weight: 600;
}

eventtime {
  font-weight: 400;
}

.eventlink {
  text-decoration: none !important;
  color: inherit !important;
  cursor: pointer !important;
}

.text-danger {
    color: #902c28;
}