.infographic-widget-container,
.infographic-widget-container * {
    box-sizing: border-box;
}
.infographic-widget-container {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}

.range-section-rows {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
}

.relativePositioning {
    position: relative;
}

.spacingEven {
    width: 275px;
    margin-left: 0px;
    justify-content: space-evenly !important;
}

.legendTitle {
    font-size: 16px !important;
    line-height: 16px !important;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px !important;
    padding-bottom: 0px !important;
}

.legendSubtitle {
    font-size: 12px !important;
    line-height: 12px !important;
    text-transform: uppercase;
    color: #9b9b9b;
    margin-bottom: 3px !important;
    padding-bottom: 0px !important;
    /* text-align: center; */
}

.legendRangeText {
    font-size: 11px !important;
    line-height: 15px !important;
    text-transform: uppercase;
    color: #717171;
    margin-bottom: 0px;
    /* text-align: center; */
}

.datamaps-legend {
    bottom: -75px;
}

.legendContainer-noGradient {
    width: 275px;
    padding: 10px;
    position: absolute;
    bottom: -45px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.legendContainer {
    width: 275px;
    padding: 10px;
    position: absolute;
    bottom: -75px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.datamaps-legend {
    margin-left: 6px;
}

.gradientLegend {
    width: 275px;
    height: 8px;
}

.gradientLabels {
    width: 284px;
    margin-left: -3px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.mapTitleContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.mapTitleContainer .titleText {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

.mapTitleContainer .subtitleText {
    font-size: 16px;
}