body {
  width: 10000px;
}

#totals {
  left:0;
  
}

.column {
  width: auto;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  float: left;
  flex-flow: column-reverse;
  height: 100%;
  align-content: stretch;
}

.columnHeader {
  color: white;
  width: auto;
  margin-top: 10px;
  font-size: 11px;
  order:8;
}

.columnDate {
  color: #777;
  font-size:18px;
}

.columnResale {
  font-size: 24px;
}

.pod {

  color: white;
  margin-top: 1px;
  height: 3px;
  width: auto;
}

.pod:hover {
}

.resale {
  font-size: 12px;
  display: none;
}
.customer,
.orderNum {
  font-size: 0.6em;
  display: none;
}

.orderNum a {
  color: white;
}

@media only screen and (max-width: 1000px) {

  body {
    height:80vh;

  }

  .column {

  }

  #totals {
    display: none;
    
  }

  #controls {
    left:10px;
    width:160px;    
  }

}