#timeline {
  background-color: #ffffcc;
  border-top: 2px solid #ffffcc;
  border-bottom: 2px solid #ffffcc;
  padding: 0em .5em 0em .5em;
}

.timelineHolder {
  position: relative; height: 3em; overflow: hidden; padding: 0em 0em 1em 0em; margin: 0em 1em .5em 1em;
}

.timelineBack {
  overflow: hidden; position: absolute; 
  top: 70%; height: 10%; margin-top: -1px;
  background-color: #eedb96;
  border-top: 1px solid #cea083; border-bottom: 1px solid #cea083;
}

.timelineEntry {
  position: absolute; 
  top: 45%; height: 35%; border-left: 1px solid #cea083; width: 1em;
}

.timelineEntry span {
  position: relative;
  top: -60%;
  display: block;
  text-align: center;
  width: 4em;
  left: -2em;
  font-weight: bold;
  font-size: 75%; color: #800B10;
}

.timelineHolder img.arrow {
  position: absolute;
  width: 29px;
  height: 23px;
  margin-left: -29px;
  top: 77%;
  margin-top: -13px;
}

