header {
  background-color: #333;
  color: #ccc;
}
footer {
  background-color: #222;
  color: #ccc;
}
section {
  padding-top: 2.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 3.5rem;
}
.container-fluid.section {
  background-color: #eee;
}
.ascii {
  background-color: #333;
  color: #fc3;
}
  
.table img {
  max-height: 48px !important;
}
.table td {
  vertical-align: middle;
}
.table td button {
  //float right;
//  max-width: 100%;
}
th#brands, th#models, td.brand, td.model {
  min-width: 24%;
}
td input {
  max-width: 140px;
}
#brands, #models, #operatingSystem, #screensizes {
  cursor: pointer;
}
