#timeline-container{
  display:none;
}

.timeLine #timeline-container{
  display:block;
}

body.timeLine>*{
   display:none;

} 

body.timeLine{
    padding-top: 0px;
}


body.timeLine section
{
	position:unset;
}

#timeline-container
{
   position: absolute; top: 0; left: 0;
   width: 100%; height: 100%;
   z-index:3000;
}

.layer-order-dropdown-container
{
   position: absolute; bottom: 0; left: 0;
   z-index:5000;

}

.timeLine .selectorLayer,.timeLine h1 {
	position: absolute;		
	left: 0px;	
	font-size: 16px;	
	padding: 3px;
	color: #444444;
}


.timeLine h1.title {
	background-color: #fbfbfb;
}

.selectorLayer {
	z-index: 5;
	background-color: #fbfbfb;
}

.timeLine h1{
	font-size: 16px!important;
}