.vis-dot{
    display: none !important;
}
.vis-timeline{
    border: none !important
}

/* these two for timeline bars */
.vis-range{
    top: 1.75rem !important;
}
.vis-item {
    height: 0.4rem;
}

.vis-background {
    overflow: hidden !important;
    background-color: var(--light-beige-color);
}

.vis-panel.vis-center{
    overflow: visible !important;
    border: 3px #bfbfbf !important;
    border-bottom-style: solid !important;
}

.vis-panel.vis-bottom{
    border-left-style: none !important;
    border-right-style: none !important;
}

.vis-item .vis-item-content {
    padding: unset !important;
}

/* month letters */
.vis-time-axis .vis-text {
    margin-top: .2rem;
    text-align: center;
    font-size: 0.7rem;
}

/* tick marks on axis */
.vis-time-axis .vis-grid.vis-vertical {
    height: 2.5rem !important;
    border-left: 2px solid #e5e5e5; 
}

.migrationName {
    color: black !important;
    text-align: center;
    font-size: .6rem;
    position: absolute;
    left: 50%;
    width: 4rem; 
    margin-left: -2rem;
    font-style: italic;
    /* margin-top: 0.25rem; */
    line-height: 1.1;
}

.migrationBar{
    background-color: black !important;
    border: 1px black !important;
}

.barCover{
    background-color: white !important;
    border: 1px white !important;
}

.rangeName{
    color: #aaa !important;
    text-align: center;
    font-size: .6rem;
    /* width: 4rem;  */
    /* margin-right: .75rem; */
    font-style: italic;
    /* margin-top: 0.25rem; */
    transform: translateX(-50%); 
    line-height: 1.1;
}

#timelineContainer{
    width: 19.5rem;
}

.vis-panel {
    margin-left: 0.5rem;

  }
