/* Keep large map tooltips from stealing the county click beneath them. */
html body.cmep-page-house-district-detail :is(#countyTooltip,#countyTooltipAnalysisHouse).county-tooltip.show{
  pointer-events:none !important;
}
html body.cmep-page-house-district-detail :is(#countyTooltip,#countyTooltipAnalysisHouse).county-tooltip.show :is(.ct-close,.ct-view-all,.tooltip-view-all,.tip-link,button,a){
  pointer-events:auto !important;
}
