html,
body {
  overflow: hidden;
  height: 100%;
}
body {
  margin: 0;
  font-size: 12px;
  font-family: 'Open Sans', verdana, sans-serif;
}
#container {
  width: 100%;
  position: relative;
}
#sidebar {
  top: 0;
  left: 0;
  bottom: 0;
  width: 459px;
  cursor: default;
  z-index: 101;
  position: absolute;
  background: #fff;
  overflow: hidden;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.39);
}
#sidebar-content {
  padding: 0 15px;
}
#header {
  height: 51px;
  background: #000a0f;
  border-bottom: 1px solid #78d2fb;
  box-sizing: border-box;
}
#hLogo {
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  z-index: 10;
  padding: 12px 0 9px;
}
#hLogo img {
  display: block;
  height: 30px;
}
a {
  color: #0292d4;
  text-decoration: none;
  cursor: pointer;
}
#map {
  position: absolute;
  left: 459px;
  top: 0;
  bottom: 0;
  right: 0;
}
h1 {
  line-height: 34px;
  font-size: 23px;
  font-weight: 500;
  margin: 20px 0;
}
#countries-label {
  margin: 10px 0;
}
#countries-label,
.country {
  font-size: 20px;
}
.country {
  margin: 5px 0;
}
#coming-soon {
  font-size: 20px;
}
@media (max-width: 724px) {
  #map {
    display: none;
  }
  #sidebar {
    width: auto;
    right: 0;
  }
  #sidebar-content {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */