﻿.chart-container {
    padding: 0px;
}

    .chart-container h5 {
        font-weight: bolder;
    }

.attribute-container {
    page-break-inside: avoid;
    border: 1px solid #ccc;
    margin: 10px;
    padding: 10px;
    border-radius: 4px;
}

    .attribute-container h5 {
        font-weight: bolder;
    }

    .attribute-container h6 {
        margin-bottom: 20px;
        border-bottom: 1px solid #efefef;
        padding-bottom: 10px;
    }

    .attribute-container canvas.pie {
        display: block;
    }
