.p {
  font-family: Arial, sans-serif;
  text-align: center;
}

.info_panel {
  background-color: rgba(255,255,255, .8);
  padding: 5px;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  position: absolute;
  border: 1px solid #333;
  color: #333;
  white-space: nowrap;
}

.info_panel::first-line {
  font-weight: bold;
}

/*svg style*/
       .st0{fill:#B7DCE8;}
       /*.st1{fill:#B5C86E;}*/
       .st2{font-family:Helvetica, Arial, sans-serif;}
       .st3{font-size:21px; fill:black;}
       /*.st4{fill:#F7E66E;}
       .st5{fill:#E6A463;}
       .st6{fill:#A88EC0;}
       .st7{fill:#89B3DA;}
       /*.st8{fill:#8BBE96;}
       /*.st9{fill:none;}
       .st10{fill:#88B6E2;}
       .st11{fill:#E799BB;}
       .st12{fill:#B8CC69;}*/
       .st13{opacity:0.995;fill:#FF0000;stroke:#F0F3F7;stroke-miterlimit:10;enable-background:new    ;}
       .st14{fill:#020202;stroke:#656668;stroke-width:0.5;stroke-miterlimit:10;}
       /*.st15{fill:#F6A556;}*/

       .map svg {
        height: auto;
        width: 615px;
        margin: 0 auto;
        display: block;
      }
      
      .map g {
        fill: rgb(207, 205, 205);
        stroke: rgb(2, 2, 2);
      }

      .map g:hover {
        fill: #5B6770 !important;
        cursor: help;
    }
    .map g text{
      -webkit-font-smoothing: antialiased !important;
    }

    .int{
      text-align: center;
    }

/*тест*/
#zatemnenie, #zatemnenie_1 {
  background: rgba(102, 102, 102, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  display: none;

  }
#okno, #okno_1 {
  height: 450px;
  text-align: center;
  padding: 15px;
  border: 3px solid #EA6903;
  border-radius: 10px;
  color: black;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 60px;
  background: #fff;

}
#zatemnenie:target {display: block;}
.close {/*
  background-color: #EA6903;
  color: white;
  padding: 5px;
  font-size: 16px;
  border: none;
  cursor:pointer;*/

  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  outline: none;
  background: url(https://d3p8n5v2phyax0.cloudfront.net/0bd80000-0aff-0242-194f-08d9aa82c4c5.png) no-repeat;
  z-index: 3;
}


#zatemnenie_1:target {display: block;}
/*
.close {
  background-color: #EA6903;
  color: white;
  padding: 5px;
  font-size: 16px;
  border: none;
  cursor:pointer;
}
.close:hover {background: #5B6770}
*/
body{
  padding:0px 20px;
}

.results tr[visible='false'],
.no-result{
  display:none;
}

.results tr[visible='true']{
  display:table-row;
}

.counter{
  padding:15px; 
  color:#5B6770;
}

table {
  display: block;
  height: 400px;
  overflow: auto;
}

/* Нечетные строки */
table tbody tr:nth-child(odd){
	background: #fff;
}
 
/* Четные строки */
table tbody tr:nth-child(even){
	background: #F7F7F7;
}
/*партия*/
.results_1 tr[visible='false'],
.no-result_1{
  display:none;
}

.results_1 tr[visible='true']{
  display:table-row;
}

.counter_1{
  padding:15px; 
  color:#5B6770;
}

.dropbtn {
  background-color: #EA6903;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

/*меню*/
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #5B6770;}

#partyselect{
  position: absolute;
  top: 15px;
  left: 30px;
}


#selectO{
  position: absolute;
  top: 15px;
  left: 30px;
}

#legend{
	margin-left:50%
}
