/* Izobary — cienkie, gładkie, z etykietami */
.baryczna-iso-label{
  font-size: 11px;
  font-weight: 800;
  color: rgba(255,255,255,.90);
  text-shadow: 0 2px 10px rgba(0,0,0,.55);
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  padding: 3px 6px;
}

.baryczna-iso-path{
  stroke: rgba(255,255,255,.70);
  stroke-width: 1.5;
  stroke-linejoin: round;
  stroke-linecap: round;
  fill: none;
  opacity: .92;
}

.baryczna-iso-path.major{
  stroke: rgba(255,255,255,.80);
  stroke-width: 2.0;
}

.baryczna-iso-path.minor{
  stroke: rgba(255,255,255,.55);
  stroke-width: 1.2;
}

.baryczna-iso-layer{
  pointer-events: none;
}
