.referencia, .estado  {
    width:100px !important;
    max-width:100px !important;
    }
.cliente {
	width:200px !important;
	max-width:200px !important;
	text-align: justify;
}
.tel {
	width:150px !important;
	max-width:150px !important;
	text-align: justify;
}
.pedido {
	width:320px !important;
	max-width:320px !important;
}
.pedido ul {
	list-style: none;
}
.pago {
	width:50px !important;
	max-width:50px !important;
}
.cod {
	display: inline-block;
    width: 60px;
    text-align: left;
    float: left;
}
.des {
	display: inline-block;
    width: 200px;
    text-align: left;
    float: left;
}   
.pre {
	display: inline-block;
    width: 60px;
    text-align: right;
    float: right;
} 
.total {
	margin-top:4px;
	display: block;
    width: 320px;
    text-align: right;
    float: right;
} 