.ca-senate-map-wrap {
  max-width: 900px;
  margin: 0 auto;
}
.ca-senate-map {
  display: block;
  width: 100%;
  height: auto;
}
.ca-senate-map .district {
  stroke: #ffffff;
  stroke-width: 1.01;
  transition: fill 0.15s ease;
}
.ca-senate-map .district-label {
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  fill: #ffffff;
  paint-order: stroke;
  stroke: #000000;
  stroke-width: 1.5px;
  stroke-opacity: 0.5;
}
#ca-senate-map-tooltip {
  position: absolute;
  display: none;
  z-index: 1000;
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 3px;
  pointer-events: none;
  white-space: nowrap;
}
