
.cust-orders .user-orders table {
	width:100%;
	margin-bottom:17px;
	border-bottom: 1px solid gray;
}

@media only screen and (min-width : 320px) and (max-width : 768px) { /* media mobile */

	.user-orders td.lbl {width: 50%;color: #616161;line-height: 27px;font-size: 14px;font-weight: bold;}
	.user-orders td.txr {width:50%}
	
	.orderitems {margin-top:17px}
	.orderitems .item {border-top:1px solid lightgray;border-bottom:1px solid lightgray;overflow:auto;padding:17px 0 17px 0}
	.orderitems .photo {max-width:90%;margin-top:9px}
	.orderitems .lx {width:30%;float:left}
	.orderitems .rx {width:70%;float:left}
	.orderitems .item p {line-height:10px}
	.orderitems .item .title {font-size:14px;color:#303C9B;font-family: "Roboto",sans-serif;color:#e51d1f;}
	.orderitems table {width:100%}
	.orderitems td.lbl {width:50%;color:gray;line-height:27px;font-size:13px}
	.orderitems td.txr {width:50%}

}