@charset "UTF-8";
.orderstable table {
  width: 100%; }
  .orderstable table tr {
    background: #fff; }
    .orderstable table tr td {
      width: 17%;
      color: #000;
      vertical-align: inherit;
      padding: 0.8rem 0rem;
      text-align: center;
      border-bottom: 1px solid #BBBDBF; }
      .orderstable table tr td:nth-of-type(2) {
        width: 21%; }
      .orderstable table tr td span.textred a {
        color: #EEAA96;
        text-decoration: underline; }
      .orderstable table tr td button[type="cancelmenu"] {
        background: #ffffff;
        border: 1px solid #707070;
        color: #000000;
        outline: none !important;
        padding: 0.5rem;
        text-align: center; }
        .orderstable table tr td button[type="cancelmenu"]:hover {
          background: #000;
          border-color: #000;
          color: #fff; }
      .orderstable table tr td .cancelmenu {
        background: #ffffff;
        border: 1px solid #707070;
        color: #000000;
        outline: none !important;
        padding: 0.5rem;
        text-align: center; }
        .orderstable table tr td .cancelmenu:hover {
          background: #000;
          border-color: #000;
          color: #fff; }
    .orderstable table tr:nth-of-type(even) {
      background: #F8F8F8; }
  .orderstable table tr.table-headbg {
    background-color: #570208; }
    .orderstable table tr.table-headbg td, .orderstable table tr.table-headbg th {
      vertical-align: inherit;
      color: #fff;
      padding: 0.8rem 0rem;
      font-weight: 400;
      text-align: center; }

@media screen and (max-width: 667px) {
  .orderstable table {
    width: 100%;
    border: 1px solid #BBBDBF; }
    .orderstable table tr {
      border-bottom: 1px solid #BBBDBF; }
      .orderstable table tr td {
        width: 100%;
        border-bottom: none;
        display: flex;
        text-align: center;
        padding: 0; }
        .orderstable table tr td:before {
          content: attr(data-th) "";
          font-weight: 400;
          width: 110px;
          display: inline-block;
          margin-right: 0;
          margin-left: 0;
          color: #000;
          padding-top: 0.5rem;
          padding-bottom: 0.5rem; }
        .orderstable table tr td:nth-of-type(2) {
          width: 100%; }
      .orderstable table tr:nth-of-type(even) {
        background: #fff; }
      .orderstable table tr .tbox div {
        width: calc(100% - 110px);
        padding: 0.5rem; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .orderstable table td {
    font-size: 0.9rem; }
    .orderstable table td button[type="cancelmenu"] {
      font-size: 0.8rem;
      padding: 0.3rem !important; }
    .orderstable table td .cancelmenu {
      font-size: 0.8rem;
      padding: 0.3rem !important; }
  .orderstable table .table-headbg td, .orderstable table .table-headbg th {
    font-size: 0.9rem; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .orderstable table tr td {
    font-size: 0.9rem; }
  .orderstable table tr button[type="cancelmenu"] {
    font-size: 0.9rem; }
  .orderstable table tr .cancelmenu {
    font-size: 0.9rem; }
  .orderstable table .table-headbg td, .orderstable table .table-headbg th {
    font-size: 0.9rem; } }