body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.number { text-align: right; }
.ag-row-level-0 { font-weight: bold; }
.ag-row-level-1 { color: lightblue; }
.ag-row-level-2 { color: lightyellow; }

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.my-grid {
    flex-grow: 1;
    height: 5px;
    border: 1px solid lightslategrey;
}

.my-chart {
    flex-grow: 1;
    height: 135px;
    display: inline-block;
    border: 1px solid lightslategrey;
}

::-webkit-scrollbar {
    width:  15px;
    height: 15px;
}

::-webkit-scrollbar-thumb {
    background-color: #6b6b6b;
    border-radius: 10px;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #959595;
    border-radius: 10px;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:vertical:hover {
    border: 3px solid transparent;
    border-left: 4px solid transparent;
}

::-webkit-scrollbar-thumb:horizontal, ::-webkit-scrollbar-thumb:horizontal:hover {
    border: 3px solid transparent;
    border-top: 4px solid transparent;
}

::-webkit-scrollbar-track {
    background-color: #1c1f20;
}

::-webkit-scrollbar-track:vertical {
    border-left: 1px solid #424242;
}

::-webkit-scrollbar-track:horizontal {
    border-top: 1px solid #424242;
}

::-webkit-scrollbar-corner {
    background-color: #1c1f20;
}