html { height: 100% }
body { height: 100%; margin: 0; padding: 0 }
#map_canvas {
  height: 100%;
}
#kaupungit {
  background-color: #eee;
  border: solid 1px #666;
  padding: 3px;
  width: 130px;
}
#ohje{
  width: 370px;
  padding: 3px;
  margin-left: 12px;
  margin-top: 12px;
  height: calc(100% - 120px);
  max-height: 880px;
}
#ohje #ohjeNakyvilla{
  background-color: #6d6e70;
  border: solid 1px #666;
  height: 100%;
}
#ohje .wrap {
  margin: 2px;
  background-color: #FFF;
  border: solid 1px #666;
  height: calc(100% - 100px);
  padding-bottom: 20px;
}
#ohje ul li{
  list-style-type: none;
}
#ohje ul li {
  margin-bottom: 20px;
}
#ohje ul div {
  clear: both;
  padding: 10px;
}
#ohje div img {
  padding-right: 20px;
}
#yhdistelmaLista, #kaupunkiLista, #aluetarkenne {
  width: 100%;
}
#aluetarkenne {
  height: 240px;
}
@media print {
  html, body {
    height: auto;
  }

  #map_canvas {
    height: 950px;
  }

  #kaupungit {
    display: none;
  }

  #ohje {
    display: none;
  }

  #info {
    display: none;
  }
}

.ohjeotsikko{
  font-size: 22px;
  text-transform: uppercase;
  line-height: 38px;
  vertical-align: middle;
  text-align: center;
  color: #FFFFFF;
  height: 40px;
}
.ohjefooter{
  font-size: 12px;
  line-height: 38px;
  vertical-align: middle;
  text-align: center;
  color: #FFFFFF;
  height: 40px;
}
.ohjefooter a{
  color: #FFFFFF;
  text-decoration: none;
}
#piilotaOhjeetNappi {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 30px;
  height: 30px;
  background: #ff0000;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  font-size: 22px;
}

#naytaOhjeetNappi{
  background-color: #FFFFFF;
  color: #6d6e70;
  margin: 0px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 5px;
}

#myDIV {
  width: 100%;
  padding: 10px 0;
  text-align: left;
  background-color: #fff;
  margin-top: 0px;
  height: 100%;
  overflow-y: scroll;
}

#info {
  position: absolute;
  left: calc(50% - 200px);
  top: calc(50% - 125px);
  width: 400px;
  height: 250px;
  background: #FFF;
  padding: 20px;
  border: 1px solid #000;
  display: none;
}
#info h3 {
  font-size: 24px;
}
#info p {
  font-size: 18px;
}
#info .CTA {
  margin-top: 40px;
  display: block; height: 40px; width: 100%;
  background: #606060; color: #ffffff;
  text-align: center; font-weight: bold;
  font-size: 22px; line-height: 40px; font-family: Arial;
  border-radius: 20px; text-decoration: none;
}
#info #piilotabtn {
  float: right;
}

.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
  line-height: 24px;
  border-radius: 4px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#otayhteyttabtn{
  background: #ff0000;
  color: #FFFFFF;
  margin: 20px 0px 10px 0px;
  padding: 5px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 15px;
  text-decoration: none;
  font-weight: bold;
}

.hinnattxt{
  font-weight: bold;
  padding: 10px;
}