@CHARSET "UTF-8";

.chronology {
}

.chronology #search {
	width: 95%;
}

#slider {
	position: relative;
	margin: 20px 50px 50px;
}

#slider .ui-slider-handle {
	cursor: pointer;
}

#slider-tag {
	position:absolute;
	top: 15px;
	height: 50px;
	width: 60px;
	text-align: center;
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
#slider-value {
	display: inline-block;
	margin-top: 30px;
}
#slider-tag:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-top: 30px solid white;
  border-right: 30px solid #dff0d8;
}
#slider-tag:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: 0px;
  height: 0px;
  border-top: 30px solid white;
  border-left: 30px solid #dff0d8;
}

.chronology #timeline {
}

.chronology .affix {
	top: 0;
	z-index: 2;
}

.chronology .affix + #timeline  {
	margin-top: 180px;
}

.chronology .cd-timeline-content b {
	background-color: #ffff00;
}