
body .timeline{
    line-height: 1;
}
.timeline__events-content > ol, .timeline__events-content > ul, ul.timeline__navigation,  .timeline__events ol {
    list-style: none;
}
.timeline blockquote, .timeline q {
	quotes: none;
}
.timeline blockquote:before, .timeline blockquote:after,
.timeline q:before, .timeline q:after {
	content: '';
	content: none;
}
.timeline table {
	border-collapse: collapse;
	border-spacing: 0;
}

.timeline .timeline-wrapper{
    max-width: none !important;
}
.timeline .timeline__events a{
    max-width: 100px;
    font-weight: 500;
    font-size: 15px;
    cursor:pointer;
}
.timeline .timeline__events{
    
    top:70px !important;
    margin-left: -140px;
    width:calc(100vw + 176px) !important;
}
.timeline .timeline-wrapper{
    height:100px !important;
}

.timeline .timeline__events-content ol > li{
    left:10%;
}

.timeline__navigation a{
    top:70% !important;
}
.timeline-title__link {
    width: 100px;
    margin-left: -5px;
}