.mai-chart {
    position: relative;
    border: solid 1px #b4b4b4;
    padding: 1rem;
    padding-top: 0;
}

.mai-chart .mai-csv {
    position: absolute;
    right: 1.5rem;
    top: 1rem;
    font-size: 200%;
    cursor: pointer;
    z-index: 10;
}

.mai-chart .chart {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media screen and (min-width: 992px) {
    .mai-chart .chart {
        min-height: 371px;
    }
}

.mai-chart .footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    color: #666;
    height: 1rem;
    margin-bottom: 1rem;
}

.mai-chart .footer .reset-zoom {
    margin-top: .4rem;
    margin-right: 40px;
    font-size: 11px;
}