/* Remove commented-out rules at the beginning */
body {
  /* height: inherit; */
  /* display: flex; */
  /* flex-direction: column; */
  color: #808080;
}
.timeline {
  position: relative;
  height: 100%;
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 32px;
}
.timeline div:after {
  content: "";
  width: 2px;
  position: absolute;
  top: 1.5rem;
  bottom: 0rem;
  left: 107px;
  z-index: 1;
  background: #c5c5c5;
}
.year-label {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  float: left;
  font-weight: 400;
}
.timeline h3 {
  position: absolute;
  left: -48px;
  margin: 0px;
  font-size: 1em;
}
.timeline h4:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #c5c5c5;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 104px;
  top: 16%;
  z-index: 2;
}
.timeline section.year {
  position: relative;
  padding-bottom: 1.25em;
  padding-left: 4em;
  margin-bottom: 2.2em;
}
.timeline section.year section h4 {
  position: relative;
  left: -50px;
  font-weight: 400;
  text-align: right;
  width: 98px;
  color: #c5c5c5;
}
.timeline section.year img {
  max-width: 100%;
}
.timeline section.year section ul {
  list-style-type: none;
  padding: 0 0 0 70px;
  margin: -34px 0 0 0;
}
.timeline section.year section ul:last-child {
  margin-bottom: 0;
}
.timeline section.year section ul li {
  padding-left: 0.5em;
}
.timeline section.year section ul li:not(:first-child) {
  margin-top: 0.5em;
}
.timeline section.year section ul li span.season {
  color: #3a699c;
  font-weight: 500;
  font-size: 1.8em;
  display: block;
  margin: 32px auto;
  text-align: center;
  width: 100%;
  padding: 8px 0;
  border-top: 1px solid #3a699c;
  border-bottom: 1px solid #3a699c;
}
.timeline section.year section ul li span.name {
  font-weight: 500;
}
.timeline section.year section ul li span.staff {
  font-weight: 400;
}
.timeline section.year section ul li span.staff.assistant-promote {
  color: #96d7f2;
}
.timeline section.year section ul li span.staff.assistant-demote {
  color: #96d7f2;
  text-shadow: 0 0 1px rgba(128, 128, 128, 0.5);
  opacity: 0.5;
  font-style: italic;

}
.timeline section.year section ul li span.staff.mod-promote {
  color: #8fe38c;
}
.timeline section.year section ul li span.staff.mod-demote {
  color: #8fe38c;
  text-shadow: 0 0 1px rgba(128, 128, 128, 0.5);
  opacity: 0.5;
  font-style: italic;

}
.timeline section.year section ul li span.staff.admin-promote {
  color: #f2727e;
}
.timeline section.year section ul li span.staff.admin-demote {
  color: #f2727e;
  text-shadow: 0 0 1px rgba(128, 128, 128, 0.5);
  opacity: 0.5;
  font-style: italic;

}
.timeline section.year section ul li span.staff img {
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  margin-bottom: 4px;
  margin-right: 8px;
  max-width: 32px;
  vertical-align: middle;
}

@media screen and (max-width: 900px) {
  .timeline div:after {
    left: 123px;
  }
}
