.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads
{
	display: none !important;
}

.woocommerce-Button.button,
.woocommerce-orders-table__cell-order-actions a,
.woocommerce-form-register__submit,
.woocommerce-form-login__submit,
.woocommerce-MyAccount-navigation-link a 
{
    background: none !important;
    color: white !important;
    border: 1px solid white !important;
    margin-bottom: 1em !important;
}

.woocommerce-Button.button,
.woocommerce-orders-table__cell-order-actions a 
{ 
	margin-bottom: 0 !important; 
}

.woocommerce-Button.button:hover,
.woocommerce-orders-table__cell-order-actions a:hover, 
.woocommerce-form-register__submit:hover,
.woocommerce-form-login__submit:hover,
.woocommerce-MyAccount-navigation-link.is-active a, 
.woocommerce-MyAccount-navigation-link a:hover 
{
    background: white !important;
    color: black !important;
}

mark { color: white; }

.account-orders-table th
{
	background: none;
	color: white;
}