
#pol:hover{color:#000;cursor: pointer;text-decoration:underline;font-weight : bold;}
#dtek:hover{color:#000;cursor: pointer;text-decoration:underline;font-weight : bold;}
#met:hover{color:#000;cursor: pointer;text-decoration:underline;font-weight : bold;}
#other:hover{color:#000;cursor: pointer;text-decoration:underline;font-weight : bold;}
#up_logo:hover{opacity:.8;cursor: pointer;}
#comments:hover{opacity:.6;cursor: pointer;}






/* Example Media Queries */
@media screen and (max-width: 185em) {
#image_start2{
display:block;
}
#pol{
display:block;
}
#dtek{
display:block;
}
#met{
display:block;
}
#other{
display:block;
}
}


@media screen and (max-width: 65em) {
#image_start2{
display:none;
}
#pol{
display:none;
}
#dtek{
display:none;
}
#met{
display:none;
}
#other{
display:none;
}	
}
.county-border {
  fill: none;
  stroke: #000;
  stroke-opacity: .3;
}


path {
  fill: none;
  stroke-linejoin: round;
}

.line_actual {
  fill: none;
  stroke: #000;
  stroke-width: 2px;
}
.line_actual_krym {
  fill: none;
  stroke: #000;
  stroke-width: 2px;
}

.places,.leg{font-size:12px; pointer-events: none;}


.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.bar {
  fill: steelblue;
}

.x.axis path {
  display: none;
}

.legend line {
  stroke: #000;
  shape-rendering: crispEdges;
}