.disnone{
	display: none;
}
.buttonnew{
	border-radius: 0.28571429rem; 
	border: none; 
	background: #927000; 
	color: #fff; 
	float: right; 
	padding: 10px;
}

.header-main {
	border-top: 5px solid black;
}
#primary-navigation .menu-toggle {
	top: 39px;
} 

a.access-account {
	display: block;
	text-align: center;
	padding: 5px;
	border-bottom: 10px solid black;
	width: 99.3%;
	background-color: #c9a712; 
	border: 1px;
	color: black;
}

a.access-account:hover {
	background-color: #e6c42f;
	color: black;
	font-weight: bold;
}
