body.kiesel #content form button {
  background-color: #ff0000;
}
.container.order-overview .orderfilters {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .container.quote-overview table,
  .container.order-overview table {
    border: unset;
  }
  .container.quote-overview table thead,
  .container.order-overview table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .container.quote-overview table tr,
  .container.order-overview table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  .container.quote-overview table tr + tr,
  .container.order-overview table tr + tr {
    margin-top: 35px;
  }
  .container.quote-overview table tr td,
  .container.order-overview table tr td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    background-color: unset;
    border-top: unset;
  }
  .container.quote-overview table tr td::before,
  .container.order-overview table tr td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .container.quote-overview table tr td:last-child,
  .container.order-overview table tr td:last-child {
    border-bottom: unset;
  }
  .container.order-overview .orderfilters div.filter {
    width: 100% !important;
  }
  .container.order-overview .orderfilters div.filter span.refresh {
    margin: 15px 0;
    display: block;
  }
  .container.order-overview table tr:nth-child(even) {
    background-color: #eaeaea;
  }
}
