a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

#timeline {
  /* width: 800px; */
  height: 350px;
  overflow: hidden;
  margin: 30px auto;
  position: relative;
}

#dates {
  /* width: 800px; */
  height: 60px;
  overflow: hidden;
}

#dates li {
  list-style: none;
  float: left;
  width: 100px;
  height: 50px;
  font-size: 18px;
  text-align: center;
}

#dates a {
  color: #212529;
  line-height: 38px;
  padding-bottom: 10px;
}

#dates .selected {
  font-size: 30px;
}

#dates li a:hover,
#dates li a.selected {
  color: #f46d73 !important;
  list-style: none;
  text-decoration: none;
}

#issues {
  /* width: 800px; */
  height: 350px;
  overflow: hidden;
}

#issues li {
  /* width: 800px; */
  height: 350px;
  list-style: none;
  float: left;
}

#issues li h1 {
  color: #f46d73;
  font-size: 30px;
  margin: 20px 0;
  text-align: left;
  padding-left: 20px;
}

#issues li p {
  font-size: 14px;
  margin-right: 90px;
  margin-left: 20px;
  font-weight: normal;
  line-height: 22px;
}

#next,
#prev {
  position: absolute;
  top: 0;
  font-size: 70px;
  top: 170px;
  width: 22px;
  height: 22px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  color: #ffffff;
}

#next:hover,
#prev:hover {
  background-position: 0 -76px;
}

#next {
  right: 0;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid #3d85c6;
}

#prev {
  left: 0;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 22px solid #3d85c6;
}

#next.disabled,
#prev.disabled {
  opacity: 0.2;
}

@media only screen and (min-width: 992px) {
  #timeline,
  #dates,
  #issues,
  #issues li {
    width: 600px;
  }

  #issues li p {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 991.98px) {
  #timeline,
  #dates,
  #issues,
  #issues li {
    width: 400px;
  }
}

@media only screen and (max-width: 576px) {
  #timeline,
  #dates,
  #issues,
  #issues li {
    width: 220px;
    height: auto;
  }

  #dates {
    height: 50px;
  }

  #dates li {
    height: 40px;
    font-size: 14px;
  }

  #dates a {
    line-height: 26px;
    padding-bottom: 8px;
  }

  #dates .selected {
    font-size: 24px;
  }

  #issues li h1 {
    font-size: 24px;
  }

  #issues li p {
    font-size: 14px;
    margin-right: 80px;
    margin-left: 10px;
  }
}
