.mm-divider.button
{
	text-indent: 0 !important;
	padding: 20px 20px 40px 20px !important;
}

pre
{
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
nav:not(.mm-menu)
{
	display: none;
}

.headernv
{
	text-align: center;
}
.headernv
{
	/*background: #777;*/
	/*background: url(/style/images/tile.png);*/
	
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	width: 100%;
	height: 40px;
	padding: 0 50px;
}
.headernv.mm-slideout
{
	position: fixed;
	top: 0;
	left: 0;
	background: url(/style/images/tile.png);
}
.headernv a
{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );

	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	/*left: 20px;*/
	left: 5px;
}
.headernv a.right
{
	left: auto;
	right: 20px;
}
.headernv.mm-fixed + .content
{
	background-position: 25px 55px;
}

html.mm-opened.mm-effect-zoom-menu body
{
	background: #f3f3f3;
}
html.mm-opened.mm-effect-zoom-menu.mm-theme-dark body
{
	 background: #333;
}
html.mm-opened.mm-effect-zoom-menu.mm-theme-black body
{
	background: #000;
}
html.mm-opened.mm-effect-zoom-menu.mm-theme-white body
{
	background: #fff;
}
html.mm-opened.mm-effect-zoom-menu .mm-page
{
	background-color: #fff;
}

.mm-menu li .fa
{
	margin: 0 10px 0 5px;
	font-size: 16px;
	width: 12px;
}
.mm-menu li[class*="mm-tile"] .fa
{
	margin: 0;
	line-height: 0;
}

.mm-menu .buttonbar-item:after
{
	content: none !important;
	display: none !important;
}
.headernv img {
	padding-top:7px;
	display: inline-block;
	height: 25px;
	position: absolute;
	max-width: 100%;
}