.chart-container {
    position: relative;
    width:66vw;
}

.chart-message {
    text-align: center;
}

.chart-message p {
    text-align: left;
    font-size: .9em;
    padding-left: 0.25em;
}

.chart-message i.fas.fa-exclamation-triangle.red {
    font-size: 24px;
    margin-bottom: 10px;
}

.chart-message i.fas.fa-exclamation-triangle.yellow {
    font-size: 24px;
    margin-bottom: 10px;
}

.chart-message i.fas.fa-check-circle.green {
    color: #28c816;
    font-size: 24px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
    .chart-container {
        width:90vw;
    }
}