.error-message {
    box-sizing: content-box;
    display: inline-block;
    margin: 0 2em 10px 0px;
    padding: 10px;
    background: white;
    color: red;
    border-color: black;
    border-width: 3px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}

#container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#percentContainer {
    margin-left: 10pt;
    width: 30pt
}

#plotContainer {
    justify-content: center;
}

#reportsLegend {
    display: inline-flex !important;
}

#reportsLegend.idd-legend-compact {
    max-width: none;
}

#reportsLegend > .idd-legend-item-compact {
    border: 1px solid rgba(0,0,0,0.12);
    border-right:0;
}

#reportsLegend > .idd-legend-item-compact:last-child {
    border-right: 1px solid rgba(0,0,0,0.12);
}

#bottomTitle {
    font-size: 100%;
}

.idd-axis {
    font-weight: 400;
    font-family: 'Segoe UI';
}

.idd-axis-label {
    font-size: 10px;
}

.idd-verticalTitle {
    -webkit-transform: rotate(-90deg) translate3d( 0, 0, 0);
    -moz-transform: rotate(-90deg) translate3d( 0, 0, 0);
    -ms-transform: rotate(-90deg) translate3d( 0, 0, 0);
    -o-transform: rotate(-90deg) translate3d( 0, 0, 0);
    transform: rotate(-90deg) translate3d( 0, 0, 0);
    -webkit-transform-origin: 50%  49.3%;
    transform-origin: 50%  49.3%;
}

.idd-horizontalTitle {
    font-weight: 400;
    font-family: 'Segoe UI';
    margin-bottom: 0px;
}

/* DOM plot text opacity */
#domPlot {
    color: rgba(0, 0, 0, 0.5);
}