.ol-timeline {
	font-size: 1.5rem;
}
.ol-timeline .ol-scroll {
	height: 2em;
}
.ol-timeline .ol-features {
	text-align: center;
}


.ol-timeline .ol-scroll .ol-feature {
	position: absolute;
	font-size: .7em;
	color: #999;
	top: 0;
	background: #fff;
	max-width: 3em;
	max-height: 2.4em;
	min-height: 1em;
	line-height: 1.2em;
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 0 0.5em 0 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


    #select {
      font-size: .85em;
      margin: 1em 0;
    }
    #select p {
      margin: 0;
    }
    #select .copy {
      font-size: .9em;
      color: #396;
    }



/* 	.ol-timeline button.go {
	  height: 1.1em;
	  line-height: 0.9em;
	  font-size: 0.9em;
	  margin: 0.1em;
	  background-color: rgba(0, 60, 136, 0.55) !important;
	}


    button.go:before {
	  color: #ffffff !important;
      content: '';
      position: absolute;
      width: 0;
      height: .8em;
      border: 0.4em solid transparent;
      border-right: 0;
      border-left: .6em solid currentColor;
      left: 50%;
      right: 50%;
      transform: translate(-50%, -50%);
      box-sizing: border-box;
    }
    .running button.go:before {
	  width: .2em;
      border: 0;
      box-shadow: .2em 0, -.2em 0;
    }
	
    button.go:hover, .running button.go:hover {
		background-color: rgba(0, 60, 136, 0.8) !important;
    } */






	
	
	
/* Make the timeline next button look like a normal OL control button */
.ol-control .ol-timeline-btn-next,
.ol-timeline-btn-next {
  position: relative;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  background-color: rgba(0, 60, 136, 0.5);
  color: #fff;
}

.ol-timeline-btn-next:hover {
  background-color: rgba(0, 60, 136, 0.7);
}

/* Center the Font Awesome icon and prevent clicks on the icon itself */
.ol-timeline-btn-next i {
  pointer-events: none;
  font-size: 0.9em;
  display: inline-block;
}