.clear_both{
	clear: both;
}
.order_number {
    float: left;
    width: 30px;
    margin-top: 6px;
}
.order_number:before {
    font-family: 'Glyphicons Halflings';
    content: "\e119";
}
.instruction{
	float: right;
	font-family: 'Glyphicons Halflings';
}
.instruction:before{
	content: "\e043";
	padding: 0 10px 0 0;
}
.instruction a{
	color: #000;
}
