body {
  background-color: #DCDCDC;
  font: medium black Verdana, sans-serif;
}

select {
  margin: 5px;
}

.container {
  position: absolute;
  top: 50px;
  width: 640px;
}

#highlvl, #gas, #info, #electric {
  border: thin black solid;
  position: absolute;
  top: 480px;
  margin: 5px;
  background-color: #66BBFF;
  padding: 0px 0px 0px 15px;
  max-width: 350px;
}

#gas {
 right: 0px; 
}

#info {
  top: 575px;
}

#electric {
  top: 610px;
  right: 0px;
}

.gas, .info, .electric{
  margin: 15px;
}