@charset "utf-8";
/* CSS Document */
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-size:0.9rem;
 
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background: #efefef;
  border: 1px solid #fff;
  padding: .35em;
  
}

table th,
table td {
  padding: .425em;
  text-align: center;
  border: 1px solid #fff;
 /* border:solid thin #F70307;  */
}

table th {
  font-size: 1.0em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.setas img {
   padding-left: 25%;
   
}

.setasl img {
   padding-left: 25%;
   
}

#pedido {
    width: 15%;
}

#pagamento {
    width: 30%;
}

#data {
    width: 25%;
}

#status {
    width: 25%;
}

#ver {
    width: 5%;
}



@media screen and (max-width: 600px) {
  table {
    border: 0;
    
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .10em;
    
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
  
  #pedido {
    width: 100%;
}

#pagamento {
    width: 100%;
}

#data {
    width: 100%;
}

#status {
    width: 100%;
}

#ver {
    width: 100%;
}
  

}
