#timeline {
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin: 100px auto;
  position: relative;
  background: url('/site/styles/images/dot.png') left 45px repeat-x;
}

#dates {
  width: 100%;
  height: 60px;
  overflow: hidden;
}

#dates li {
  list-style: none;
  float: left;
  width: 220px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  background: url('/site/styles/images/biggerdot.png') center bottom no-repeat;
}

#dates a {
  line-height: 38px;
  padding-bottom: 10px;
  text-decoration: none;
}

#dates .selected {
  font-size: 42px;
  /* color: #3b5998 !important; */
  color: #ff6600 !important;
  font-weight: 600;
}

#issues {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

#issues li {
  width: 1220px;
  height: 350px;
  list-style: none;
  float: left;
}

#issues li h1 {
  color: #3b5998;
  font-size: 100px;
  font-weight: 600;
  margin: 20px 0;
}

#issues li p {
  font-size: 20px;
  overflow: hidden;
  margin-right: 100px;
  font-weight: normal;
  line-height: 1.4;
}

#grad_left,
#grad_right {
  width: 100px;
  height: 350px;
  position: absolute;
  top: 0;
}

#next,
#prev {
  position: absolute;
  top: 0;
  font-size: 70px;
  top: 170px;
  width: 22px;
  height: 38px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

#next:hover,
#prev:hover {
  background-position: 0 -76px;
}

#next {
  right: 0;
  background-image: url('/site/styles/images/next.png');
}

#prev {
  left: 0;
  background-image: url('/site/styles/images/prev.png');
}

#next.disabled,
#prev.disabled {
  opacity: 0.2;
}
