#timeline {
    overflow: hidden;
    border: 2px solid black;
    height: 0;
    }
#timeline.open {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: white;
  max-height: 200vh;
}
.vis-timeline {
    background-color: white !important;
    bottom: 0 !important;
}
.vis-panel.vis-center {
    height: 100% !important;

}
.vis-item {
    background: none !important;
    box-shadow: none !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0 !important;
}
.vis-item .vis-item-content {
    font-size: 11px;
    line-height: 0 !important;
    display: inline-block;
    padding: 0;
}
.vis-item-content {
    color: inherit !important;
}
.vis-item.vis-dot {
    border-color: inherit !important; 
    background-color: inherit !important;
}
a.vis-item-content {
    color: black !important;
}
.timelinetoggle{
    margin-left: 4vw;
    margin-right: 4vw;
    margin-bottom: 2em;
}
.timelinetoggler {
    cursor: pointer;
    text-align: center;
    outline: none;
    background-color: white;
    border: 2px solid black;
    border-bottom: 0;
    padding-left: auto;
    padding-right: auto;
    width: 100%;
    font-size: 1.5vw;
    overflow: hidden;
}
.stretched {
    display: inline-block;
    transform-origin: center;
    transform: scaleX(200%);
}
.vis_background {
    height: 100vh !important;
}