.tooltip-title {
    font-size: 20px;
    margin: 4px 0px;
    color: rgb(153, 153, 153);
}

.tooltip-label {
    font-size: 17px;
    color: rgb(153, 153, 153);
}

.tooltip-red {
    font-size: 17px;
    color: rgb(224, 41, 74);
}

.tooltip-green {
    font-size: 17px;
    color: rgb(46, 189, 13);
}