.oct-map-container {
  position: relative;
}
#map_canvas {
  width: 100%;
  height: 450px;
}

.oct-map-overlay {
  display: none;
  padding: 10px;
  position: absolute;
  top: 30px;
  right: 10px;
  background: #ffffff;
  opacity: 0.9;
}
.oct-map-overlay h3 {
  font-size: 16px;
  color: #004598;
  font-weight: bold;
}
.oct-map-overlay ul {
  display: block;
  float: left;
  vertical-align: top;
}
.oct-map-overlay ul li {
  font-size: 14px;
  color: #004598;
  padding-right: 10px;
  padding-left: 20px;
  padding-bottom: 5px;
  background: url('../images/ol_li.png') 0 4px no-repeat;
}
.oct-map-overlay ul li a {
  font-size: 14px;
  line-height: 18px;
  color: #004598;
  text-decoration: none;
}
.oct-map-overlay ul li a:hover {
  text-decoration: underline;
}

/*
.gmnoprint.gm-style-cc,
.gmnoprint.gm-style-cc div {
	z-index: 1000 !important;	
}

.oct-choose-country {
	z-index: 1 !important;
	margin-bottom: 50px !important;	
}*/

#map_canvas {
	height: 470px !important;
}
