.controls-table {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.controls-table td:first-child {
  text-align: left;
  padding-left: 30px;
}
.results-table {
  width: 100%;
  margin: 10px 10px 0 10px;
  border: 1px solid #eee;
}
.results-table tr:first-child {
  background-color: #f4f5f9;
}
