.table.is-scrollable tbody {
  overflow-y: scroll;
  width: fit-content;
  

}
#countcard {
  padding-top: 30px;
}
.order {
       margin: 0px;
       margin-bottom: 5px !important;
       
}
#pendingtable {
  display: flex;
}
.linecomplete {
  background-color: #48c78e;
  color: #222222;
}
 #closeout {
  display: flex;
  align-items: center;
  justify-content: center;
}

.midish {
  width: fit-content;
  block-size: fit-content;
}
#ordertable 
  {height: 400px}
@media (min-width: 1000px) {
  #ordertable 
  {height: 600px}
}
 @media (min-width: 1000px) {

#closeout {
 
}
}
 .table.order td {
  padding-top: 0px;


}
tr > th {
  color: white;
}


 @media (min-width: 1000px) {
.prod_description {
  min-width: 520px;

}
}
.table.is-scrollable  td {
 padding-left: 0.125em;
  padding-right: 0.125em;

  }

  .table.is-scrollable  th {
 padding-left: 0.25em;
  padding-right: 0.25em;
  }
table.table.order.is-bordered{
  margin: 0px;

}
.tableitems {
  padding-top: 0px;
}
.osmaller {
  font-size: 80%;
}
.colcenter {
  text-align: center !important;
  min-width: 60px;
}
.osbolder {
  font-weight: bolder;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.alignend {
  text-align: end;
}

tbody#pendingbody {
  display: block;
  overflow: auto;
  table-layout: auto;
  max-height: 600px;
}
@media (min-width: 1000px) {
  tbody#orderbody {
     max-height: 400px;
  }
}
tbody#ordertable {
  display: block;
  overflow: auto;
  table-layout: auto;
  max-height: 378px;
}
@media (min-width: 1000px) {
  tbody#ordertable {
     max-height: 400px;
  }
}

.bpanel {
  position: relative;
  top: 270px;
  text-align: center;
  padding: 0px;
}
.fstcol {
  width: 5%;
  
}
.seccol {
  width: 21%;
}
.thrcol {
  width: 50%;
}
.colcounts {
  padding-left: 0.125em;
  padding-right: 0.25em;

}
.table tr.is-selected {
    background-color: #7FC9FF;
}
.lines {
  margin:  0;
}
.aright {
  text-align: right;
}
.pleft {
  padding:  0 0 0 10px;  
   line-height: 1.25rem;
   min-width: 50%;

}
.pright {
      padding: 0 10px 0 0;
      line-height: 1.25rem;
}
.table tr.header {
   background-color: #444444;
   color: white;

}

.table th {
    color: white;
}

.twenty {
  width: 30%;
  
}

.custheader {
  width: 100%;
  text-align: center;
  
}
