.metrics-head {
    background-color: #EFEFEF;
    border-radius: .25rem;
}
.metrics-col-label {
    background-color: #EFEFEF;
    border-radius: .25rem;
}

 /*chart font size*/
.metric-canvas {
    max-width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 580px) {
    .metric-canvas {
        max-width: 12em;
        max-height: 12em;
    }
}