body{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Droid Sans","Helvetica Neue",Arial,sans-serif;
	color: rgb(55,55,55);
}
html, body{
	margin: 0;
  padding: 0;
}
.ie-svg{
	box-sizing: border-box;
	width: 100%;
	height: 1px;
	overflow: visible;
}
.main{
	text-align: center;
}
.holder{
	text-align: center;
	margin: 0 auto;
	max-width: 610px;
  position: relative;
}
.transformer-holder{
  position: absolute;
  top: 10px;
  right: 50px;
}
@media (max-width:768px){
  .transformer-holder{
    position: relative;
    top: auto;
    right: auto;
  } 
}
h2{
  font-weight: 600;
  color: rgb(100,100,100);
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 6px;
}
.button-holder{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgb(90,90,90);
  border-radius: 3px;
}
.transform-button{
  font-weight: 600;
  font-size: 17px;
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: rgb(232,232,232);
  padding: 4px 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.transform-button:hover, .transform-button:focus{
  background-color: rgb(200,200,200);
}
.transform-button.active{
  background-color: rgb(100,100,100);
  color: #fff;
}
text{
    fill: rgb(50,50,50);
}
.legend-header{
  font-size: 18px;
  fill: rgb(80,80,80);
  font-weight: 600;
}
.mini-header{
  fill: rgb(100,100,100);
  font-size: 16px;
  font-weight: 600;
}

path{
    stroke-width: 1;
}
.apl-logo{
  pointer-events: none;
  stroke-width: 0;
  fill: rgb(212,212,212);
}
.apl-logo > text{
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  fill: rgb(166,166,166);
  text-anchor: middle;
}
.translate-path, .bg-map{
	stroke: #fff;
}
.translate-path{
  fill: rgb(111,111,111);
  transition: fill 0.3s ease;
}
.translate-path:hover{
  fill: #ffe162;
}
.bg-map{
  fill: rgb(222,222,222);
}
/*high rep margin*/
.map-1{
  fill: #b31200;
}
.map-2{
  fill: #d9887f;
}
.map-3{
  fill: #ecc4bf;
}
.map-4{
  fill: #bfbfee;
}
.map-5{
  fill: #7f7fdd;
}
.map-6{
  fill: #0000bd;
}
/*high dem margin*/

.div-tt{
  z-index: 100;
  position: absolute;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}
.div-tt[aria-hidden="true"]{
  opacity: 0;
}
.div-tt[aria-hidden="false"]{
  opacity: 1;
}
.tt-wrap{
  width: 240px;
  max-width: 100%;
  text-align: center;
  background-color: #001a2b;
  padding: 8px 6px;
  border-radius: 4px;
  color: rgb(252,252,252);
  font-size: 16px;
  line-height: 1.2;
}
.tt-name{
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 2px;
  line-height: 1.2em;
  padding-bottom: 2px;
}

.tt-party, .tt-margin{
  font-weight: 600;
}

.tt-moe{
	margin-top: 4px;
}
.tt-tip{
  position: absolute;
  width: 40px;
  height: 20px;
  margin: 0 auto;
  overflow: hidden;
}
.tt-tip.adjusted{
  display: none;
}
.tt-tip-inner{
  background-color: #001a2b;
  width: 12px;
  height: 12px;
  padding: 1px;
  margin: -8px auto 0;
  transform: rotate(45deg);
}
@media (max-width: 425px){
  .apl-logo > text{
    font-size: 18px;
  }
  text{
    font-size: 18px;
  }
  .legend-header{
    font-size: 20px;
  }
  .mini-header{
    font-size: 18px;
  }
}