﻿.us-map .slice text {
  font: 9px sans-serif;
}

.us-map .filling:hover {
  fill: brown;
}

.us-map .filling.drill:hover {
    cursor: pointer;
}

.us-map .legend.name {
  font: 14px sans-serif;
}

.us-map .tooltip {
    position: absolute;
    text-align: center;
    width: auto;
    background: #88c3ea;
    border: 1px solid blue;
    border-radius: 5px 5px 5px 0;
    font-size: 10px;
    font-family: sans-serif;
    padding: 4px;
    color: black;
    opacity: 0;
    display: inline-block;
    z-index: 2000;
    pointer-events: none;
    white-space: nowrap;
}
