.Timeline_tl_horizontal {
  display: flex;
  align-items: center;
  height: 500px;
}

.event1_tl_horizontal,
.event2_tl_horizontal,
.event3_tl_horizontal {
  position: relative;
}

.event1Bubble_tl_horizontal,
.event2Bubble_tl_horizontal,
.event3Bubble_tl_horizontal {
  position: absolute;
  background-color: rgba(158,158,158,0.1);
  width: 139px;
  height: 60px;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(158,158,158,0.64);
}

.event1Bubble_tl_horizontal { top: -70px; left: -15px; }
.event2Bubble_tl_horizontal { top: 33px; left: -105px; }
.event3Bubble_tl_horizontal { top: 33px; left: -105px; }

.event1Bubble_tl_horizontal:before,
.event1Bubble_tl_horizontal:after,
.event2Bubble_tl_horizontal:before,
.event2Bubble_tl_horizontal:after,
.event3Bubble_tl_horizontal:before,
.event3Bubble_tl_horizontal:after {
  content: "";
  position: absolute;
  width: 0; height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}

.event1Bubble_tl_horizontal:before {
  bottom: -10px; left: 13px;
  border-top-color: rgba(222,222,222,0.66);
  border-width: 12px;
}
.event1Bubble_tl_horizontal:after {
  bottom: -8px; left: 13px;
  border-top-color: #F6F6F6;
  border-width: 12px;
}

.event2Bubble_tl_horizontal:before,
.event3Bubble_tl_horizontal:before {
  bottom: 59px; left: 103px;
  border-top-color: rgba(222,222,222,0.66);
  border-width: 12px;
  transform: rotate(180deg);
}
.event2Bubble_tl_horizontal:after,
.event3Bubble_tl_horizontal:after {
  bottom: 57px; left: 103px;
  border-top-color: #F6F6F6;
  border-width: 12px;
  transform: rotate(180deg);
}

.eventTime_tl_horizontal { display: flex; }

.DayDigit_tl_horizontal {
  font-size: 27px;
  font-family: "Arial Black", Gadget, sans-serif;
  margin-left: 10px;
  color: #4C4A4A;
}
.Day_tl_horizontal {
  font-size: 11px;
  margin-left: 5px;
  font-weight: bold;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #4C4A4A;
}
.MonthYear_tl_horizontal {
  font-weight: 600;
  line-height: 10px;
  color: #9E9E9E;
  font-size: 9px;
}

.eventTitle_tl_horizontal {
  font-family: "Arial Black", Gadget, sans-serif;
  color: #a71930;
  font-size: 11px;
  text-transform: uppercase;
  margin-left: 12px;
  margin-top: -2px;
}

.eventAuthor_tl_horizontal,
.event2Author_tl_horizontal {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  color: #9E9E9E;
  font-size: 8px;
}
.eventAuthor_tl_horizontal { top: -8px; left: 63px; }
.event2Author_tl_horizontal { top: 96px; left: -32px; }

.time_tl_horizontal,
.time2_tl_horizontal {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  color: #9E9E9E;
}
.time_tl_horizontal { bottom: -20px; left: 50%; transform: translateX(-50%); }
.time2_tl_horizontal { bottom: -20px; left: 50%; transform: translateX(-50%); }

.now_tl_horizontal {
  background-color: #004165;
  color: #fff;
  border-radius: 7px;
  padding: 4px 8px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #004165;
}

.futureGray_tl_horizontal { filter: grayscale(1); }
.futureOpacity_tl_horizontal { opacity: .3; }
