.grid.x,
.grid.y { stroke: #ccc;
  stroke-opacity: 0.1;
  stroke-dasharray: 2px 2px;}

  svg text { font-family: "Titillium Web", sans-serif; background: #f9f9f9}

  .axis text,
  .tick text {
  font-size: 12px;
      fill: #ccc
}

.grid path,
.axis path,
.axis line {
  display: none;
}

.col-12 { position: relative;}

.viz_tooltip {
      font-family: 'Titillium Web', sans-serif;
      position: absolute;
      background: #333;
      color: #fff;
      padding: 6px 10px;
      border-radius: 4px;
      font-size: 12px;
      pointer-events: none;
      z-index: 100000; 
    }

  .tabla-lluvias,
  .tabla-lluvias th,
   .tabla-lluvias td { border: 0;}