header h1 {
	text-align: center;
}


.woocommerce-MyAccount-navigation ul, .woocommerce-MyAccount-navigation ul li {
	list-style-type: none;
	margin: 0px !important;
}

.woocommerce-MyAccount-content table.wm-crm-table {
	width:100% !important;
	margin:20px 0px !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.woocommerce-MyAccount-navigation ul {
	width: 100%;
	float: left;
}

.woocommerce-MyAccount-content {
	background: #f8f8f8;
}

.woocommerce-MyAccount-content p, .woocommerce-MyAccount-content .u-columns {
	padding:5px 20px;
	box-sizing: border-box;
}

.woocommerce-MyAccount-content .u-column2.col-2 {
	display: none;
}

.woocommerce-MyAccount-navigation ul li {
	width:auto !important;
	float: left;
	border-right:1px solid #fff;
	background: #f8f8f8;
}

.woocommerce-MyAccount-navigation ul li a {
	padding:5px 20px;
	float: left;
	color: #666;
}

.woocommerce-MyAccount-navigation ul li.is-active {
	/*border:1px solid #999 !important;*/
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #000;
	text-decoration: underline;
}

.woocommerce-MyAccount-navigation ul li:nth-child(2) a::after {
	content:"TIP!";
	font-size: 9px;
	background: #fc6000;
	text-decoration: none !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	line-height: 20px;
	width:20px;
	text-align: center;
	padding:3px;
	position: absolute;
	margin-top:-20px;
	font-weight: bold;
	border:2px solid #fff;
	color: #fff;
}

.pricerange td {
	padding:0px;
	vertical-align: middle;
}

