.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;
    }
	
    button.go:before {
	  color: #cecece !important;
      content: '';
      position: absolute;
      width: 0;
      height: .8em;
      background: transparent;
      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 {
      background: transparent;
      width: .2em;
      border: 0;
      box-shadow: .2em 0, -.2em 0;
    }