div.ham-event-item {
    padding:10px;
    border-radius: 10px;
}
div.ham-event-item:nth-child(odd) {
  background: var(--colorThree);
}
div.ham-event-item div.logo img {
    background: var(--photosBackgroundColor);
    width: 100%;
    height: auto;
    border-radius: 7px;
}
div.ham-event-item div.description h2 a {
    color: var(--textColor);
}
div.ham-event-item div.description h2 a:hover {
    text-decoration: none;
}
div.ham-event-item div.description h2 {
    font-size: 1.5em;
    font-weight: 600;
}
div.ham-event-item div.calendar time.carousel-item-content-calendar {
    font-size: 1em;
    display: inline-block;
    background-color: #fff;
    margin-top: 0.7em;
    width: 100%;
    border-radius: 0.6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
  }
  div.ham-event-item div.calendar time.carousel-item-content-calendar-noitem {
    margin-top: 4em;
  }
  div.ham-event-item div.calendar time.carousel-item-content-calendar strong {
    display: block;
    padding: 0.4em 0;
    color: #fff;
    width: 100%;
    text-align: center;
    background-color: var(--colorDetail);
    border-bottom: 1px dashed #978bd3;
    box-shadow: 0 2px 0 var(--colorDetail);
  }
  div.ham-event-item div.calendar time.carousel-item-content-calendar em {
    display: block;
    width: 100%;
    margin-top: 0.5em;
    text-align: center;
    color: var(--colorDetail);
  }
  div.ham-event-item div.calendar time.carousel-item-content-calendar span {
    display: block;
    text-align: center;
    margin-top: -0.1em;
    font-size: 2.8em;
    letter-spacing: -0.04em;
    color: #2f2f2f;
  }
  div.sidebar-item table th {
    font-size: 0.7em;
    padding-bottom: 0.7em;
    border-top: 0;
  }
  div.sidebar-item table td {
    text-align: center;
    font-weight: 500;
    border-color: var(--colorThree);
    padding: 0.2em;
  }