.woocommerce-MyAccount-navigation-link--customer-orders a {
	background: url('../images/ac-icon3.png') no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
}
.woocommerce-MyAccount-navigation-link--assigned-users a {
	background: url('../images/ac-icon6.png') no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
}
.table-customer-orders td, .table-assigned-user td{
	padding: 10px 0 20px !important;
	vertical-align: top;
	border-bottom: 1px solid #f7f7f7 !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #38353e !important;
}
.table-customer-orders td a, .table-assigned-user td a{
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #38353e !important;
}
.customer-orders h3, .assigned-user h3 {
	font-size: 20px;
	font-weight: 500;
}