.wl-my-account-left .woocommerce {
	margin: 0 !important;
	padding: 0 !important;
}
.woocommerce-MyAccount-navigation{
	width: 100%;
}
.woocommerce-MyAccount-navigation ul{
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
	padding: 10px 12px;
	margin: 0;
}
.woocommerce-MyAccount-navigation ul li a{}
.woocommerce-MyAccount-navigation ul li.is-active{}

.wl-my-account-top .woocommerce-MyAccount-content{
	width: 100%;
}
.wl-my-account-top .woocommerce-MyAccount-navigation{
	width: 100%;
	margin-bottom: 35px;
}
.wl-my-account-top .woocommerce-MyAccount-navigation ul li {
	float: left;			
}
.wl-my-account-top .woocommerce-MyAccount-navigation ul li.is-active {}

.wl-my-account-left .woocommerce-MyAccount-navigation{
	width: 25%;
	margin-bottom: 35px;
	margin-right: 0px;
}
.wl-my-account-left .woocommerce-MyAccount-content{
	width: 70%;
}