.box_area{
	min-height:438px;
	text-align:center;
}

.pedido{
    width: 31%;
    border: 1px solid #eee;
    /*padding: 20px;*/
    margin: 11px 1%;
    display: inline-block;
}  
.skid-row{
  padding: 10px;
  font-size: 20px;
  background: #f2f2f2;
  text-align: left;
}
.row{
  /*padding: 10px;
  font-size: 15px;
  border-bottom:1px solid #eee;
  text-align:left;*/
}
.text-right{
  text-align: right;
} 
.text-bold{
  font-weight: bold;
  color: #555;
  margin-left: 20px;
}
.pedido> .row-data{
  font-size: 12px;
  padding: 10px;
  border-bottom:1px solid #eee;
  text-align:left;
}
.float-left{
  float: left;
}
.clear{
  clear: both;
}
.button-detalhes{
	cursor:pointer;
    margin-left: 20px;
    border: 1px solid;
    padding: 1px 10px;
    border: 1px solid #f1f1f1;
    margin: 10px 20px;
}

