h3 {
  margin-bottom: -2px;
}

.states {
  fill: #66c2a4; /*A9BDAD*/
  cursor: pointer;
}

.selected {
  fill: #002868;
}

.state-borders {
  fill: none;
  stroke: #000;
  stroke-width: 1px;
  stroke-linejoin: round;
  stroke-linecap: round;
  pointer-events: none;
}

.label {
  margin: 5px 0px;
}

.state {
  display: inline;
  font-weight: bold;
}

/*div#container {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}*/

div#activity-map {
  display: block;
}


div#data-panel {
  display: block;
  margin-left: 0px;
/*  font-size: 12pt;*/
  color: #002868;
  white-space: nowrap;
  width: min-content;
}

#activity-map text {
  font-size: 12pt;
}

div#tx-indent {
  margin-left: 16px;
  margin-bottom: 15px;
/*  position: relative;*/
  width: 100%;
  height: auto;
  word-wrap: break-word;
  white-space: pre-wrap
}



/* barchart css*/
.bar {
  fill: #4b79b4; /* lightsteelblue family */
}

@media (max-width: 350px) {
  .axis {
    font-size: 10px;
  }
  .labels-x {
    font-size: 9px;
  }
}

@media (min-width: 355px) {
  .axis {
    font-size: 14px;
  }
  .labels-x {
    font-size: 14px;
  }
}


.axis path,
.axis line {
  stroke: #000;
}


.btn .btn-primary {
  margin-right: 20px;
}

.button-holder{
  text-align: center;
}

.button-holder a {
  text-decoration: none;
}

.mgmt_unit.boundary {
  cursor: pointer;
  fill: none;
  stroke: #000;
  stroke-width: 1px;
}

.mgmt_unit {
  cursor: pointer;
  fill: #6BAED6;
}

.selected-unit {
  fill: #084594;
}

.state-borders.white {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-linejoin: round;
  stroke-linecap: round;
}


.exempt {
  fill: 'grey';
}


/*text css*/
#subhead-text {
  display: block;
  color: #336633;
}


/* Ranking map css */
div#rank-map {
  padding:20px;
  position: relative;
}

.background {
  fill: none;
  pointer-events: all;
}

.counties {
    fill: gainsboro;
}

.active {
  fill: #336699;
}

.county-borders {
    fill: none;
    stroke: #696969;
    stroke-width: .1px;
    stroke-linejoin: round;
    stroke-linecap: round;
    pointer-events: none;
}

.borders-dark {
    fill: none;
    stroke: #000;
    stroke-width: .5px;
    stroke-linejoin: round;
    stroke-linecap: round;
    pointer-events: none;
}

#selector ul.option {
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  list-style: none;
  padding: 0;
}

#selector ul.option li {
  color: #545454;
  background-color: #EBEBEB;
  padding: 5px;
  border-right: 2px solid #919191
}

#selector ul.option li:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#selector ul.option li:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: none;
}

#selector ul.option li:hover {
  color: #545454;
  background-color: #EBEBEB;
  cursor: pointer;
}

#selector ul.option li.btn-active {
  background-color: #545454;
  color: #EBEBEB;
}

/*.navButtons {
  height: 90px;
  position: absolute;
  top: 5%;
}*/

.zoom {
  background-color: gray;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin: 3px;
  color: #FFF;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}

.out {
  line-height: 35px;
}

div.ttip {
    position: absolute;
    text-align: center;
    padding: 2px 5px;
    background: white;
    border: 1px solid #000;
    border-radius: 8px;
    pointer-events: none;
    line-height: 1.0;
    max-width: 300px
}

.legend {
  list-style-type: none;
  justify-content: center;
  display: flex;
}

.legend li {
  float: left

}

.legend span {
  display: block;
  width: 30px;
  height: 25px;
}

.legend .one {  background-color: #e5f5f9; }
.legend .two {  background-color: #99d8c9; }
.legend .three { background-color: #41ae76; }
.legend .four { background-color: #006d2c; }
.legend .five { background-color: #00441b; }

#legend {
  display: inline-block;
}

/*
#hmap-container ul li{
  margin: 0;
}*/
