.price_table {
  font-size: 12px;
}
.price_table .header_block {
  padding-left: 10px;
  padding-right: 20px;
}
.price_table .header_block .logo_block {
  display: block;
  width: 30%;
  float: left;
}
.price_table .header_block .contact_text {
  display: block;
  text-align: right;
  float: left;
  width: 45%;
}
.price_table .header_block .qr {
  display: block;
  float: left;
  width: 25%;
}
.price_table .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #808080 !important;
}
.price_table table {
  margin-top: 20px;
}
.price_table table .price {
  min-width: 200px;
}
.price_table table .desc {
  max-width: 400px;
}
.price_table table td {
  padding: 10px;
  border: 1px solid #808080;
}
.price_table table thead {
  text-align: center;
  vertical-align: middle;
}
.price_table table thead tr th {
  background: #ffeb9c;
  border: 1px solid #808080;
}
.price_table table .category td {
  text-transform: uppercase;
  background: #ce9f6f;
}
/*# sourceMappingURL=price_table.css.map */