
/* Enter Your Custom CSS Here */

.woocommerce-MyAccount-navigation {
		visibility: hidden;
		width: 0px;
		height: 0px;
}

.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
}

.ast-woocommerce-container {
		padding-top: 70px;
		padding-bottom: 40px;
		padding-left: 20px;
		padding-right: 20px;
}

#tablepress-1 {
		border: 1px dotted grey;
}

#tablepress-1 thead th{
	background-color: #154d80;
	color: #ffffff;
}

/* Inserting a dotted line between the first and the second columns in TablePress */
#tablepress-1 th.column-1,
#tablepress-1 td.column-1
{
border-right: 1px dotted grey;
width: 16%;
}

#tablepress-1 th.column-2,
#tablepress-1 td.column-2
{
border-right: 1px dotted grey;
	
}

/* text align for the 1st column */
#tablepress-1 td
{
text-align: center;
vertical-align: middle;
}

.tablepress .column-1 {
text-align: center;
}

.tablepress .column-2 {
text-align: center;
}

.tablepress .column-3 {
text-align: center;
}

ul.members-link {
    visibility: hidden;
}