* {
    box-sizing: border-box;
}
.final-table {
    width: 100%;
}
.main-table {
    width: 100%;
}
table,th,td {
    border-collapse: collapse;
    border: 1px solid black;
}
#gantt-chart {
    min-height: 250px;
    overflow-x: scroll;
    overflow-y: hidden;
}
#tableShow{
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    min-height: 500px;
}

#timeline-chart {
    min-height: 500px;
    overflow-y: scroll;
}
#tabletest {
    width: 100%;
    min-height: 200px;
    overflow-x: scroll;
    overflow-y: hidden;
}
