/*
.page-myaccount.woocommerce-account .entry-title {
    display: none;
}
*/
.entry-content a {
    box-shadow: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a{
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 100%;
    background: #bcbcbc;
	margin-bottom: 38px;    
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
	color: white;
}
.woocommerce-MyAccount-navigation li:hover,
.woocommerce-MyAccount-navigation-link.is-active {

    background: #a6a6a6;
}
.woocommerce-account .woocommerce-MyAccount-content {
    /* margin-top: 62px; */
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}
.woocommerce-variation.single_variation {
    font-size: 22px;
    font-weight: 400;
    width: fit-content;
    display: inline-block;
}

.posts-table,
.posts-table th,
.posts-table td {
	border: none;
}
table, th, td {
    border: none;
}
table {
    border-radius: 0 !important;
}
/* Listings Table */
th.post_list_title {
    width: 30%;
}
th.post_list_actions {
    width: 64px;
	width: 10%;
}
.posts-list-header th {
    border-bottom: 1px solid #b2b2b2;
    text-transform: uppercase;
}
tr.posts-list-row {
    height: 64px;
}
.woocommerce a.post-edit-link {
    background: whitesmoke;
    text-transform: uppercase;
    color: black;
    border: 1px solid black;
}

.woocommerce ul {
    list-style: none;
    text-decoration: none;
    margin: 0;
}

nav.woocommerce-MyAccount-navigation li {
    width: fit-content;
    display: inline-block;
    padding: 8px 15px;
    min-width: 120px;
    float: left; 
    text-align: center;       
}
/*
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--listings.is-active a {
    color: black;
}
*/