/* containers */

body {
    background-color: #EFEFEF;
}

#svgContainer {
    background-color: #FFFFFF;
}

#tooltipContainer {
    position: absolute;
    text-align: left;
    color: white;
    white-space: normal;
    padding: 6px;
    font-size: 14px;
    background: rgb(96,125,139);
    border: 1px solid rgb(96,125,139);
    border-radius: 2px;
    pointer-events: none;
    cursor: none;
}



/* axis */

.axis path,
.axis line {
    fill: none;
    stroke: rgb(96,125,139);
    shape-rendering: crispEdges;
}

.axis text {
    font: 10px sans-serif;
}

#axisUnit text {
    font: 16px sans-serif;
    fill: #000000;
}

/* legend */

.legend {
    fill: rgba(0,0,0,.87);
}

#inlineRadarChartContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}