#nep-timeline-wrapper {
  position: relative;
}


#nep-timeline-wrapper > .item-list:first-child {
  position: absolute;
  width: 240px;
  z-index: 200;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#timeline-navigation {
  position: relative;
  width: 100%;
  clear: both;
}

.tl-nav {
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 120;
  cursor: pointer;
  outline: 0;
}

.ta-r {
  left: auto;
  right: 20px;
}

.ta-t-c {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: center;
}
.ta-t {
  display: block;
  cursor: pointer;
  outline: 0
}


#timeline .timeline-event-label,
#timeline .timeline-date-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#timeline-legend {
  margin-top: 2rem;
}
#timeline-legend ul,
#timeline-legend li{
  list-style: none;
  padding: 0;
  margin: 0;
}

img.timeline-copyright { display: none; }

#timeline-copyright {
  display: block;
  clear: both;
  background: url('../../timeline/api/images/copyright.png') no-repeat center center;
  width: 82px;
  height: 30px;
  text-indent: -9999px;
  outline: 0;
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 500;
}
