body {
    text-align: center;
    font-family: Sans-serif;
}

.hex path {
    stroke: darkslategrey;
    stroke-width: 0;
    opacity: 0.85;
}

.hex.highlight path {
    opacity: 1;
    stroke-width: 2;
}

.hex text, .legend-hex text {
    fill: #333;
    pointer-events: none;
}

.hex text {
    font-size: 14px;
}

.legend-hex text {
    font-size: 11px;
}

.legend-hex path {
    fill: #CCE;
}

.legend-hex.central-hex path {
    fill: rebeccapurple;
}