﻿.chartzee-chart {
    border-radius: 8px;
    display: block;
    height: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    transition: padding-top 0.25s;
    width: 100%;
}
.chartzee-chart svg {
    background: #e7e7e7;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}