.timeline {
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */

    margin: 10px 0 20px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.timeline::-webkit-scrollbar {
    display: none;
}

.week {
    /* border: 1px solid grey;  */

    text-align: center;
    border-radius: 5px;
    margin: 1px;
    font-size:small;
}
