body{
  margin: 0;
  padding: 0;
}

a {
  color: #70e0b6;
}

div#city {
  min-height: 600px;
  overflow: auto;

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #3e0860, #fdd4d7);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #3e0860, #fdd4d7);

  /* IE 10 */
  background: -ms-linear-gradient(top, #3e0860, #fdd4d7);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #3e0860, #fdd4d7);
}

div.city-container {
  height: 100%;
  width: auto;
  white-space: nowrap;
  padding-top: 10px;
}

div.building-container {
  display: table-cell;
  height: 600px;
  vertical-align: bottom;
}

div.building {
  display: inline-block;
  background-color: #000000;
  margin: 0 5px;
  padding: 5px;
}

div.city-controls {
  position: absolute;
  top: 10px;
  right: 0;
}

div.city-controls a {
  text-decoration: none;
  display: inline-block;
  background-color: #70e0b6;
  color: #ffffff;
  padding: 5px;
}

a.add-floor {
  display: block;
  height: 20px;
  background-color: #0f0f0f;
  color: #0f0f0f;
  text-align: center;
  text-decoration: none;
}

a.add-floor:hover {
  color: #ffffff;
}

div.floor {
  height: 20px;
}

div.floor:hover {
  background-color: #aaaaaa;
}
span.room {
  height: 20px;
  width: 20px;
  display: inline-block;
}

a.window {
  display: block;
  display: block;
  margin: 5px;
  height: 10px;
  width: 10px;
}

.light-on {
  background-color: #f0c802;
}

.light-off {
  background-color: #888888;
}

#description {
  margin: 40px 10px 10px;
  color: #333;
  font-family: Helvetica Neue;
  font-size: 14px;
  line-height: 18px;
}
