#main-container {
  min-width: 1250px;
}

#left-area {
  width: 800px;
  height: 820px;
  position: absolute;
}

#right-area {
  margin-left: 850px;
  width: 300px;
  height: 820px;
}

#build-menu div {
  margin-bottom: 10px;
  display: inline-block;
}

#canvas-container {
  height:400px;
  width: 800px;
}

#info-panel {
  width: 300px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#info-panel-data {
  height:150px;
  outline: 1px solid black;
}

canvas {
  position: absolute;
  left: 0px;
  top: 0px;
  display:block;
}

.grey {
  background:#EEE;
}

#start-prompt, #game-over-message {
  display: none;
  position: absolute;
  top: 10%;
  z-index: 2;
  width:400px;
  margin-left:-200px;
  left:50%;
  text-align: center;
  background-color:rgba(250,250,250,0.8);
}

#start-prompt button {
  font-size: 4em;
}

#game-over-message h1 {
  font-size: 5em;
  text-align: center;
  margin: 0;
}

#main-time {
  margin-top: 0;
}

.selected-building {
  background-color: #efe;
}

.building-container {
  width:200px;
}

#status-messages {
  height: 80px;
  overflow: hidden;
}
