.divGraphContainer {
    display: inline-flex;
    display: -webkit-inline-flex;
    /* Safari */
    flex-direction: column;
    -webkit-flex-direction: column;
    outline: none;
}

.divGraphRow {
    display: flex;
    display: flex;
    /* Safari */
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
}

.spnGraphDescription {
    color: #039be5;
    text-align: center;
}

.icoGaugeHelp {
    position: absolute;
    bottom: 16px;
    width: 15px;
    outline: none;
}

.icoGaugeHelp svg {
    height: 15px;
}

.dfGauge {
    outline: none;
}

.popover.graph {
    min-width: 320px;
    color: rgb(130, 130, 130);
}