body.woocommerce-account .my-account .account-user .image.mr-half,
body.woocommerce-account .my-account .account-user .user-name .user-id{
	display: none;
}
body.woocommerce-account .my-account #my-account-nav li{
	border: none;
}
body.woocommerce-account .my-account #my-account-nav li a{
	font-size: 16px;
	font-weight: normal;
}
body.woocommerce-account .my-account #my-account-nav li.is-active a{
	font-weight: bold;
}
body.woocommerce-account .my-account #my-account-nav li.is-active a::before,
body.woocommerce-account .my-account #my-account-nav li:hover a::before{
	content: none;
}
body.woocommerce-account .lll-account-title{
	font-size: 40px;
	padding-bottom: 10px;
	border-bottom: 2px solid currentColor;
}
.lll-address-wrap{
	display: flex;
	justify-content: space-between;
}
.lll-address-wrap > a{
	align-self: baseline;
	text-decoration: underline;
}
.lll-ewa{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #DEDEDE;
}
.lll-ewa:last-child{
	border-bottom: none;
}
.lll-noorder-notice{
	text-align: center;
	background: #f8f8f8;
	padding: 50px 0;
}
.woocommerce-orders-table__cell-order-actions a{
	margin-right: 0;
}
.lll-account-logout{
	background: #3a3a3a;
	align-self: baseline;
    margin-top: 30px !important;
}
.lll-account-logout a{
	color: #fff !important;
	justify-content: center;

}