
.MHStimeline {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	line-height: 1.25;
	margin-bottom: .35rem;
	font-weight: 300;
	font-size: 18px;
	padding-top: 30px;
	background: white;
}

	.timeControls {
		text-align: center;
		padding: 1rem 0 .25rem 0;
	}

	.timeControls span {
		cursor: pointer;
		font-size: 14px;
		color: #0084ad;
	}
	
	#timelineWrapper {
		width: 100%;
		overflow: hidden;
	}
	
	#timeliner {
		width: 150%;
		margin-left: -25%;
	}

	.vis.timeline {
		background: #D7E1E6;
	}
	
	.vis.timeline .content {
		background: none;
	}
	
	.vis.timeline .timeaxis .text {
		top: 12px !important;
	}
	
	.vis.timeline .item.dot {
		border: none;
		border-radius: 12px;
		border: 4px solid rgb(97,97,97);
		margin-left: -1px;
	}
	
	.vis.timeline .item.box {
		text-align: left;
		cursor: pointer;
		border: none;
		padding: 2px 5px;
		box-shadow: 1px 1px 2px rgba(0,0,0,.5);
		background: white;
		margin-left: -4px;
	}
	
	.vis.timeline .item.selected {
		background: black;
		border-bottom: 2px solid #ffc200;
	}


	/* small items */
	.vis.timeline .item .content {
		white-space: normal;
	}
	
	.vis.timeline .item .content div {
		white-space: nowrap;
	}

	.vis.timeline .item.box img {
		max-width: 35px;
		vertical-align: top;
		display: inline-block;
	}
	
	.item h3 {
		margin: 0;
		font-weight: normal;
		font-size: 14px;
		font-weight: 300;
	}
    
	.item.selected  h3 {
		color: white;
	}
	
	.item .date {
		display: none;
	}
	
    .item .more {
      display: none;
    }


	/* big items */
	.vis.timeline .item.big {
		max-width: 292px;
		padding: .5rem;
		background: #000000;
		border: 2px solid #666666;
	}

	.vis.timeline .item.big h3 {	
	    max-width: 292px;
	    white-space: normal;
	}
	
	.vis.timeline .item.big.selected {
		background-color: #ffc200;
	}

	.vis.timeline .item.line.big {
		display: none;
		opacity: .25;
		padding: .25rem;
	}
	.vis.timeline .item.line.big.selected {
		background-color: #ffc200;
	}

	.vis.timeline .item.dot.big {
		border-radius: 12px;
		border: 1px solid black;;
		margin-left: 0;
	}
		
	.vis.timeline .item.big .content .big {
		white-space: normal;
	}
	
	
	.active .big img,
	.item.big img {
		float: left;
		margin-right: 6px;
		max-width: 50px;
	}
	
	.active.big img {
		max-width: none;
	}
	
	.item.big h3 {
		margin: 0 0 0 56px;
		color: white;
		font-size: 15px;
		line-height: 1.25;
		clear: none;
	}
	.item.big.selected h3 {
		color: black;
	}

	#more {
		max-width: 600px;
		margin: 1rem auto;
		position: relative;
		padding: 0 76px;
		min-height: 200px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
	
	#more .leftArrow,
	#more .rightArrow {
		top: .75rem;
		cursor: pointer;
		position: absolute;
		padding: 15px;
		border-radius: 30px;
		background-color: #FFE9A2;
	}
	#more .leftArrow {
		left: 0;
	}
	#more .rightArrow {
		right: 0;
	}
	#more .leftArrow:hover,
	#more .rightArrow:hover {
		background: #ffc200;
	}
    
	#data {
		padding-top: 1rem;
	}
	
	#data div {
		display: none;
	}
	
	#more .active,
	#more .active div {
		display: block;
	}
	
	#more .active div:first-child {
		padding: 0 1rem;
	}
	
	#more .active .big img {
		max-width: none;
	}
	
	#more .active h3 {
		display: none;
	}
	
	#more .active .date {
		display: block;
		font-weight: bold;
		font-size: 22px;
		font-family: "Roboto Condensed", Arial;
		margin-bottom: .5rem;
		margin-left: 83px;
	}
	
	#more .active .more {
		line-height: 1.35;
		display: block;
		margin-left: 83px;
		text-align: left;
		font-size: 18px;
	}
	
	
	
	/* GRID */
	
	/* highlight years background */
	.vis.timeline .timeaxis .grid.year1760,
	.vis.timeline .timeaxis .grid.year1766 {
		background: #ffa0a0;
	}

	
	/* the text of the years markers */
	.vis.timeline .timeaxis .text {
		font-size: 12px;
	}
    
	
	/* deeper default shadows to indicate unseen items
	 */
	.vis.timeline .vispanel .shadow {
		background: rgba(0,0,0,.1) url(../images/uparrow.svg) no-repeat 50% 50%;
		height: 40px;
	    XXbox-shadow: 0 0 60px rgba(0,0,0,1), 0 0 40px rgba(0,0,0,1), 0 0 20px rgba(0,0,0,1), 0 0 20px rgba(0,0,0,1);
	}
	
	.vis.timeline .vispanel .shadow.bottom {
		background: rgba(0,0,0,.1) url(../images/downarrow.svg) no-repeat 50% 50%;
	}

	/* fix style conflicts */
	#timeliner .content {
		background: none;
	}



	.screenWarning {
		display: none;
		background: #fffd8b;
	    padding: 1rem;
	    margin: 0 0 1rem 0;

	}

	@media (max-width: 600px) {
		.screenWarning {
			display: block;
		}
	}