﻿.vis-timeline {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-family: sans-serif;
    /* Must be displayed above for example selected Timeline items */
    z-index: 10;
    visibility: visible;
    font-size: 8pt;
}

#vistimeline .vis-item-overflow {
    overflow: visible;
}



.vis-item.red {
    background-color: red;
    border-color: darkred;
    color: white;
    font-family: monospace;
    box-shadow: 0 0 10px gray;
}

.vis-item.orange {
    background-color: orange;
}


.flexcontainer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
