#yeelz_gd{
  margin-left:8px;
}

#all_yeelz li,#all_yeelz ul {
    list-style: none;
    margin: 0;
    padding: 0;
	background: none;
}
#all_yeelz em, i#yeelz_gd {
  font-style: normal;
}
#all_yeelz li a {
  opacity: .9;
}
#all_yeelz li .dot {
  width: 2px;
  position: absolute;
  left: 30px;
  top:26px;
  bottom: -24px;
  background: #f5f5f7
}
#all_yeelz li li .dot {
  left: -18px;
  top: 20px;
}
#all_yeelz li li li .dot {
  top: 22px;
}
#all_yeelz li .dot:before, #all_yeelz li .dot:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  border-radius: 30px;
  left: -3px;
  top: -2px;
  background: rgba(255, 255, 255, 0.85);
}
#all_yeelz li .dot:before {
  width: 8px;
  height: 8px;
  border: 1px solid #f1404b;
  z-index: 2;
  background: rgba(255, 255, 255, 1);
  opacity: .68;
}
#all_yeelz li .dot:after {
  width: 12px;
  height: 12px;
  z-index: 1;
  left: -4px;
  top: -3px;
}
#all_yeelz li .dot.datey:after {
  width: 24px;
  height: 24px;
  background: #f1404b;
  left: -13px;
  top: -12px;
  opacity: .2;
  border: 3px solid #fff;
}
#all_yeelz li .dot.datem:after {
  width: 20px;
  height: 20px;
  background: #f1404b;
  left: -11px;
  top: -10px;
  opacity: .2;
  border: 3px solid #fff;
}
#all_yeelz li {
  background: none;
  margin-bottom: 0;
  padding: 10px 10px 10px 48px;
  overflow: inherit;
  position: relative;
}
#all_yeelz li li {
  padding: 10px 0;
}
#all_yeelz li li li {
  padding: 10px 0 5px 0;
}
#all_yeelz li h2 {
  margin: 6px 0 0 0;
  font-size: 18px;
  font-weight:400;
  background-color:transparent;
}
#all_yeelz li li-content {
  color: #9ca0ad
}
#all_yeelz .date {
  color: #f1404b;
  font-size: 24px;
  cursor: pointer
}
#all_yeelz li li .datem {
  color: #404b69;
  font-size: 18px;
  cursor: pointer
}
#all_yeelz li li li .date {
  color: #7a8b9a;
  font-size: 16px;
}
/* HHai timeline alignment fix: keep the rail behind content and center all nodes on it. */
#all_yeelz {
  position: relative;
  margin-top: 22px;
}
#all_yeelz:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 34px;
  bottom: 18px;
  width: 2px;
  background: #d7d7d7;
  z-index: 0;
}
#all_yeelz li .dot,
#all_yeelz li li .dot,
#all_yeelz li li li .dot {
  width: 10px;
  height: 10px;
  top: 21px;
  bottom: auto;
  left: 26px;
  border: 1px solid #f1404b;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
  z-index: 2;
}
#all_yeelz li li .dot,
#all_yeelz li li li .dot {
  left: -22px;
}
#all_yeelz li .dot:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  border: 0;
  border-radius: 50%;
  background: #f1404b;
  opacity: 1;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#all_yeelz li .dot:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 3px solid rgba(255,255,255,.85);
  border-radius: 50%;
  box-sizing: border-box;
  background: rgba(241,64,75,.18);
  opacity: 1;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#all_yeelz li .dot.datey,
#all_yeelz li .dot.datem {
  width: 12px;
  height: 12px;
  top: 20px;
  left: 25px;
}
#all_yeelz li li .dot.datem {
  left: -23px;
}
#all_yeelz li .dot.datey:after,
#all_yeelz li .dot.datem:after {
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  border: 3px solid rgba(255,255,255,.75);
  transform: translate(-50%, -50%);
}
#all_yeelz em,
#all_yeelz h2 {
  position: relative;
  z-index: 1;
}

/* HHai timeline final fix: draw the rail as a background so it can never cover nodes. */
#all_yeelz {
  position: relative;
  margin-top: 22px;
  background-image: linear-gradient(#d7d7d7, #d7d7d7);
  background-repeat: no-repeat;
  background-size: 2px calc(100% - 52px);
  background-position: 30px 34px;
}
#all_yeelz:before {
  display: none !important;
}
#all_yeelz li .dot,
#all_yeelz li li .dot,
#all_yeelz li li li .dot {
  position: absolute;
  display: block;
  overflow: visible;
  width: 10px;
  height: 10px;
  top: 21px;
  bottom: auto !important;
  left: 26px;
  border: 1px solid #f1404b;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255,255,255,.85), 0 0 0 8px rgba(241,64,75,.18);
  z-index: 3;
}
#all_yeelz li li .dot,
#all_yeelz li li li .dot {
  left: -22px;
}
#all_yeelz li .dot:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  border: 0;
  border-radius: 50%;
  background: #f1404b;
  opacity: 1;
  transform: translate(-50%, -50%);
  z-index: 4;
}
#all_yeelz li .dot:after {
  content: none !important;
}
#all_yeelz li .dot.datey,
#all_yeelz li .dot.datem {
  width: 12px;
  height: 12px;
  top: 20px;
  left: 25px;
}
#all_yeelz li li .dot.datem {
  left: -23px;
}
#all_yeelz em,
#all_yeelz h2 {
  position: relative;
  z-index: 2;
}

/* HHai timeline node mask: hide the rail under every node halo. */
#all_yeelz li .dot,
#all_yeelz li li .dot,
#all_yeelz li li li .dot {
  box-shadow: 0 0 0 5px #282828, 0 0 0 10px rgba(241,64,75,.20) !important;
}

/* HHai timeline theme pass: quieter nodes for the dark archive page. */
#all_yeelz {
  background-image: linear-gradient(#777, #777);
}
#all_yeelz li .dot,
#all_yeelz li li .dot,
#all_yeelz li li li .dot {
  border-color: #cfcfcf;
  background: #2a2a2a;
  box-shadow: 0 0 0 4px #282828 !important;
}
#all_yeelz li .dot:before {
  width: 4px;
  height: 4px;
  background: #e05a61;
}
#all_yeelz .date {
  color: #e05a61;
}
#all_yeelz li li .datem {
  color: #5d6f95;
}
#all_yeelz li li li .date {
  color: #8495a4;
}

/* HHai timeline grayscale nodes: no accent red, keep a soft gray halo. */
#all_yeelz li .dot,
#all_yeelz li li .dot,
#all_yeelz li li li .dot {
  border-color: #d6d6d6;
  background: #292929;
  box-shadow: 0 0 0 4px #282828, 0 0 0 9px rgba(214,214,214,.16) !important;
}
#all_yeelz li .dot:before {
  width: 4px;
  height: 4px;
  background: #d6d6d6;
}
#all_yeelz .date {
  color: #d6d6d6;
}
#all_yeelz li li .datem {
  color: #6d7fa8;
}
#all_yeelz li li li .date {
  color: #8495a4;
}
