.mm-nb-versteek { 
	display: none;
}
.mm-nb {
	position: relative;
	padding: 0;
	margin-bottom: 5px;
	outline: 0;
	width: 100%;
	background-color: #be571e;
	color:#ffffff;
	z-index: 9999;
}
.mm-nb .mm-nb-container { 
	display: flex; 
	justify-content: center;
	padding: 10px 45px 10px 10px;
	font-size: 15px;
}
.mm-nb .mm-nb-text {
	margin-right: 10px;
}
.mm-nb a { 
	color: #381905; 
}
.mm-nb .mm-nb-button { 
	background-color: #381905;
	color: #ffffff;
	-webkit-tap-highlight-color: rgba(0,0,0,0.3);
	display: inline-block;
	text-decoration: none;
	padding: 6px 11px;
	margin: 0 auto;
	border-radius: 4px;
	border: 0;
    cursor: pointer;
    transition: background-color 0.14s ease-in-out;
}
.mm-nb .mm-nb-steekweg, .mm-nb .mm-nb-steekweg:visited {
	position: absolute;
	top: 14px;
	right: 14px;
	font-size: 18px;
	color: #ffffff;
}