.table.data tbody td {
    word-break: break-all;
}
.tbl.data tbody td {
    word-break: break-all;
}


/* openlayers */
.ol-tooltip {
    position: relative;
    background: rgba(16, 96, 24, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 1;
    white-space: nowrap;
    font-size: 12px;
    cursor: default;
    user-select: none;
}
.ol-tooltip-measure {
    opacity: 1;
    font-weight: bold;
}
.ol-tooltip-static {
    background-color: #106018;
    color: white;
    border: 1px solid white;
}
.ol-tooltip-measure:before,
.ol-tooltip-static:before {
    border-top: 6px solid rgba(16, 96, 24, 0.5);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
}
.ol-tooltip-static:before {
    border-top-color: #106018;
}

.len-text {
    font-size: 11px;
    fill: white;
}
.legend-text {
    font-size: 13px;
    fill: white;
}
.domain {
    color: white;
}
.tick {
    color: white;
}