/* GE Add to Calendar Button Style */
ul.ge-add-calendar-list {
  list-style: none;
  background-color: #fff;
  padding-left: 0;
  margin: 0 0 0 0.625rem;
  width: 10.75rem;
  color: #000;
}

.ge-add-calendar-wrapper span.ge-add-to-calendar {
  visibility: hidden;
}

.ge-add-calendar-wrapper h6 {
  letter-spacing: 0.098rem;
}

.show {
  visibility: visible !important;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

ul.ge-add-calendar-list li a {
  text-decoration: none;
  margin: 0.938rem 0 0.938rem 0.625rem;
  color: inherit;
}

ul.ge-add-calendar-list li:hover {
  background-color: #0870d8;
  color: #fff;
}

.ge-ir-events-body .ge-pop-calendar {
  background-color: transparent;
  border: none;
}

.ge-ir-events-body .ge-pop-calendar h6 {
  border-bottom: 0.094rem solid #979797;
  line-height: 1.625rem;
}

.ge-ir-events-body .ge-pop-calendar {
  padding: 0;
}

.ge-ir-events-body ul.ge-add-calendar-list {
  margin: 0;
  width: 9rem;
}
