body {
    background-image: url(Logo-BBM.png);
    background-color: white;
    background-position: calc(100% - 20%) 3vh;
    background-repeat: no-repeat;
    background-size: 80vw;
}

.chartsContainer {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 96vh;
}

th.google-visualization-table-th.gradient:nth-child(3),.google-visualization-table-table td:nth-child(3) {
    display: none;
}

div#table_div {
    height: 96vh;
}

div#chart {
    height: 50vh !important;
}

::-webkit-scrollbar {
    content: "";
}

@media only screen and (min-width: 1px) and (max-width: 959px){
    .chartsContainer {
        grid-template-columns: 1fr !important;
        grid-auto-flow: dense;
    }

     div#table_div {
        height: 50vh !important;
        overflow: scroll;
    }
}

