.vmap-container {
  position: relative;
  padding: 20px;
  background: #a5bfdd;
  border-radius: 8px;
}
.vmap-container .jqvmap-region {
  cursor: pointer;
}
#vmap-back-button {
  position: absolute;
  z-index: 7;
  top: 14px;
  right: 12px;
}
#vmap-back-button a {
  font-weight: 400;
  border-radius: 8px;
  padding: 4px 12px;
  text-decoration: none;
  background: #fff;
  color: #5e5e5e;
}
#vmap-back-button a:hover {
  background: #818181;
  color: #fff;
}
#vmap {
  width: auto;
  height: 750px;
  overflow: auto;
  background: #a5bfdd !important;
}
#vmap text {
  /* WARNING:
    Final font-size is calculated with scaling parameter
    during map initialization.
    Please, do NOT put a font-size property on SVG texts in CSS. */
  cursor: pointer;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px  1px 0 #fff,
    1px  1px 0 #fff;
}

/* region listing */
a, a:hover {
  color: #333;
}
h1 {
  font-size: 24px;
  margin: 20px 0 20px 0;
  border-bottom: 7px solid #e0e0e0;
  padding-bottom: 25px;
}
.list-title {
  font-size: 15px;
  font-weight: 400;
  display: block;
  /* border-top: 7px solid #e0e0e0;
  padding-top: 7px; */
}
.list-items {
  list-style: none;
  margin: 10px 0 25px 0;
  padding: 0;
}
.list-items li {
  font-size: 14px;
  line-height: 22px!important;
}