#Polska .woj, #Polska .pow { fill: #d9d9d9; fill-rule: evenodd; opacity: 1; transition: all .5s; }
#Polska .city { fill: #a21313; }
#Polska .woj:hover, #Polska .pow:hover { fill: #5ea30d; fill-rule: evenodd; opacity: 1; }

path { fill: none; stroke: #a0a0a0; stroke-width: 0.3px; stroke-linejoin: round; }

.map-tooltip {
  position: absolute;
  display: none;
  padding: 5px;
  font-family: sans-serif;
  font-size: 15px;
  color: #a21313;
  background: rgba(255, 255, 255, .85);
  pointer-events: none;
}

#map-back { display: none; }
#map-container { display: block; width: 450px; height: 450px; }

@media only screen and (max-width: 1200px) {
  #map-container { display: block; width: 100%; height: auto; }
}

.searchForm .searchTopic { font-weight: bold; margin: 10px 0; }
.searchForm .searchNotice { margin: 10px; }
.searchForm input[type="submit"] {
  cursor: pointer;
  border: none;
  width: 192px;
  height: 52px;
  background: #fff;
  background-image: url('../img/search.png');
  background-repeat: no-repeat;
}
