.personalInformation{
	width: 100%;
	height: 100px;
}
.personalAvatar{
	width: 20%;
	float: left;
}
.personalAvatar>img{
	width: 86%;
	border-radius:66px;
	margin: 20px 20px 0;
}
.personalText{
	width: 53%;
	float: left;
	padding: 25px 0 0 30px;
}
.personalText>h1{
	font-size: 15px;
	
}
.personalText>p{
	font-size: 15px;
	color: #b0b0b0;
	margin-top: 10px;
}
.personalSettings{
	display: block;
	margin: auto;
	padding-top: 40px;
}
.myOrder{
	background: #fff;
	margin-bottom: 10px;
}
.myOrderHeader{
	width: 100%;
	height: 50px;
	border-bottom: 3px solid #f0f0f0;
}
.myOrderName{
	width:50%;
	height: 50px;
	float: left;
}
.myOrderName>img{
	float: left;
	width: 30px;
	padding-top: 12px;
	margin: 0 5px 0 15px;
}
.myOrderName>p{
	height: 50px;
	line-height: 50px;
	font-size: 15px;
}
.allOrders{
	float: right;
	width: 50%;
}
.allOrders>p{
	line-height: 50px;
	float: right;
	font-size: 15px;
	margin-right: 15px;
}
/*.Orders{
	width: 95%;
	height: 80px;
	display: block;
	margin: auto;
}
.Orders ul li{
	width: 25%;
	float: left;
	text-align: center;
}
.Orders ul li img{
	width: 30px;
	display: block;
	margin:10px auto;
}
.Orders ul li p{
	font-size: 15px;
	
}*/
.Orders{
	width: 100%;
	display: block;
	margin: auto;
}
.Orders ul li{
	width: 100%;
	height: 50px;
	border-bottom: 3px solid #f0f0f0;
	margin: auto;
}
.Orders ul li:last-child{
	border-bottom: none;
}
.Orders ul li img{
	width: 30px;
	display: block;
	margin:10px 30px 0 20px;
	float: left;
}
.Orders ul li p{
	font-size: 15px;
	line-height: 50px;
}

.orderList{
	width: 100%;
	height: 50px;
	border-bottom: 3px solid #f0f0f0;
	background: #ffffff;
}


























