.order_list{
	margin-top:15px;
	margin-left:0px;
}
.order_list p{
	word-break: break-all;
}
.order_list .user{
	width:228px;
}
.order_list .rebate{
	width:130px;
}
.order_list .cashed{
	width:130px;
}
img.reward{
	width:100%;
}
img.instruction{
	width:65%;
	margin:0 auto;
	display: block;
}
@media only screen and (max-device-width: 720px) ,only screen and (max-width: 720px){
	.order_list .time{
		display:none;
	}
	.order_list .header b.time{
		display:none;
	}
	.order_list .header b,.order_list .user, .order_list .rebate, .order_list .cashed{
		width:31%;
	}
	.order_list li{
		width:98%;
	}
	.rbox.help{
		width:100%;
		margin:0;
		padding:0;
	}
	.help .center{
		padding:20px 20px 20px 20px;
	}
	.help .directions p {
		font-size: 16px;
	}
	img.instruction{
		width:100%;
	}
}
