.geocontainer {
  position: relative;
  margin: 0 auto;
  width: 600px;
  background-color: #fff;
}

.geo-chart .geoholder {
  width: inherit;
  height: inherit;
}
.geo-chart .land {
  fill: #e1e1e1;
  stroke-width: 0px;
  cursor: pointer;
}
.geo-chart .state-boundary,
.geo-chart .state-boundary1 {
  fill: none;
  stroke: #959595;
  stroke-width: 1px;
  pointer-events: none;
}
.geo-chart .county-boundary {
  stroke: #fff;
  stroke-width: 1px !important;
}
.geo-chart .norway .state-boundary {
  stroke: #fff;
  stroke-width: 1px;
}
.geo-chart .active {
  fill: #065b92 !important;
}
.geo-chart .game-1 {
  fill: #c60c30;
}
.geo-chart .game-2 {
  fill: #007ac9;
}
.geo-chart .game-3 {
  fill: #c60c30;
}
.geo-chart .game-4 {
  fill: #832a8a;
}
.geo-chart .game-5 {
  fill: #e66428;
}
.geo-chart .game-6 {
  fill: #000;
}
.geo-chart .game-8 {
  fill: #89bd21;
}
.geo-chart .game-9 {
  fill: #ddac0a;
}
.geo-chart .game-11 {
  fill: #eb5f0a;
}
.geo-chart .geochart_tooltip {
  font-size: 16px;
  pointer-events: none;
  line-height: 16px;
}
.facticon,
.facticon svg {
  width: 25px;
  height: 25px;
}
.facticon {
  margin: 0 auto;
  margin-bottom: 10px;
}
.geo-chart .geochart_toolfact {
  position: absolute;
  top: 280px;
  right: 30px;
  width: 250px;
  line-height: 16px;
  font-size: 14px;
}

.geo-chart .tool_heading {
  font-weight: 600;
}
.geo-chart .tool_subline {
  line-height: 20px;
}
.geo-chart .subline1 {
  font-weight: 600;
  margin-top: 10px;
}
.geo-chart .subline2 {
  margin-top: 5px;
  font-weight: 400;
}
.geo-chart circle {
  fill: none;
}
.geo-chart circle.gain {
  fill: #67a9cf;
  stroke: #fff;
}
.geo-chart circle.loss {
  fill: #ef8a62;
  stroke: #fff;
}
.geo-chart .map circle {
  opacity: 0.65;
}
.geo-chart .map circle:hover {
  stroke: black;
  stroke-width: 2;
}
.geo-chart #axis path {
  fill: none;
}
.geo-chart #axis .tick line {
  stroke: #999;
}
.geo-chart #axis .tick text {
  font-size: 12px;
}
.geo-chart .geochart_tooltip {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px;
  padding: 10px;
  width: 150px;
  border-radius: 15px;
  display: none;
  font-size: 16px;
  color: #fff;
}

.geo-chart .geochart_tooltip strong {
  font-size: 16px;
}
.geo-chart .geochart_tooltip span {
  color: #fff;
}
.geo-chart #legend text {
  font-size: 12px;
}
.geo-chart svg text {
  fill: #666;
}
.geo-chart #axis-maps {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  border: none;
}

@media only screen and (max-width: 768px) {
  .geocontainer {
    width: 400px;
  }
  .geo-chart .geochart_toolfact {
    position: absolute;
    top: 180px;
    right: 30px;
    width: 200px;
    line-height: 14px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 500px) {
  .geocontainer {
    width: 300px;
  }

  .geo-chart .geochart_toolfact {
    position: absolute;
    top: 80px;
    right: 0px;
    width: 150px;
    line-height: 14px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 400px) {
  .geocontainer {
    width: 280px;
  }
}
