/* Circuitron */
.search-bar {
  padding-top: 10px;
  padding-left: 10px;
}
.search-content {
  padding-top: 10px;
  background-color: #eee;
}
.search-form > .columns {
  margin-top: 0;
  margin-bottom: 0;
}
.search-table {
  padding-top: 30px;
}
.search-pagination{
  padding-bottom: 15px;
}

.table-img {
  height: 64px;
}
.table-tier-prices {
  line-height: 1;
  border-width: 0px;
  border: 0;
}

.table-imported {
  padding-top: 10px;
}

.cart-notifcation {
  padding-top: 30px;
}
.cart-form {
  padding-top: 30px;
}
.order-summary {
  padding-bottom: 30px;
}
.table-summary {
  background-color: transparent;
}

/* Bulma overrides */
.field-body > .field:not(:last-child) {
  margin-right: .25rem;
}
