body {
  padding: 20px 20px;
}

.results tr[visible='false'], .no-result {
  display: none;
}

.results tr[visible='true'] {
  display: table-row;
}

.counter {
  padding: 8px;
  color: #ccc;
}

@media (min-width: 769px) {
  #pricetable {
    font-size: 100%;
    margin-left: 25%;
    margin-right: 25%;
  }
}

@media (max-width: 768px) {
  #pricetable {
    font-size: 77%;
  }
}

