div#inputs {
  width: 300px;
  float: left;
}

div#output {
  width: 600px;
  float: left;
}

div#key {
  clear: both;
}

div.stickerType {
  width: 300px;
  float: left;
}

input.queryType {
  margin-right: 10px;
  display: block;
  float: left;
}

span.queryOption {
  display: block;
  float: left;
  font-size: 0.75em;
}

p.queryDesc {
  width: 270px;
  display: block;
  float: left;
  margin: 5px 30px 15px 5px;
  clear: both;
}

div.optionDivider {
  width: 270px;
  margin: 0 30px 15px 0;
  border-bottom: 1px solid #ddd;
  float: left;
}

div.stickerGroup {
  width: 120px;
  padding: 0;
  margin: 0 30px 15px 0;
  float: left;
}

div.inputSpacer {
  width: 30px;
  float: left;
  border: 1px solid #f00;
}

label.stickerLabel {
  width: 115px;
  margin: 0 0 5px 5px;
  display: block;
  font-size: 75%;
}

input.stickerInput {
  width: 108px;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: block;
}

div#result, div#graph {
  display: none;
}

button {
  float: left;
  clear: both;
}

div#result {
  margin-left: 33px;
}

table.plain tbody tr td {
  padding-right: 1em;
}

/* -------------------------------------
   For narrow displays
   Note that the container div can only
   range between 694px and 1214px
   ------------------------------------- */

@media screen and (max-width: 982px) {
  div#inputs {
    width: 600px;
  }

  div.stickerType {
    width: 200px;
  }

  p.queryDesc {
    width: 170px;
  }

  div.optionDivider {
    width: 570px;
  }

  div#result {
    margin-left: 0px;
  }
}
