
html {
  height: 100%;
}

body {
  height: 100%;
}

#map-canvas {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}

#world-score {
  position: fixed;
  width: 280px;
  height: 25px;
  left: 50%;
  vertical-align: middle;
  text-align: center;
  z-index: 101;
  margin-left: -140px;
  margin-top: 50px;
  background-color: #000000;
  border-style: solid;
  border-width: 0px 2px 2px 2px;
  border-color: #2DAD2D;
}

#city-overlay {
  position: fixed;
  width: 800px;
  height: 100%;
  left: 50%;
  vertical-align: middle;
  text-align: center;
  z-index: 101;
  margin-left: -400px;
  margin-top: 50px;
  background-color: #000000;
  border-style: solid;
  border-width: 0px 2px 2px 2px;
  border-color: #2DAD2D;
}

#city-overlay-name {
  margin-top: 200px;
  width: 100%;
  font-size: 120px;
}

#city-overlay-name a {
  height: 150px;
  text-decoration: none;
  color: #2DAD2D;
}

#city-info-table {
  width: 700px;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: -30px;
}

#city-info-table tr td {

  font-size: 35px;
  color: #ffffff;
}
