/* ---------------------------------------------- Adjust the following definitions to your needs ---------------------------------------------------------------------- */
#wrapperMz3 {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	position:relative;
}

#mz3CustomLogo {
	position:absolute;
	z-index:100;
}

#thumbWrapperContainer {
	position:absolute;
	padding-top:1em;
	padding-bottom: 0.5em;
	bottom:0;
}

#pageNbrLeft, #pageNbrTotal {
	bottom: 0.5em;
	position: absolute;
	left: 0.1em;
	z-index: 10;
	height: unset;
	display: block;
	width: 3em;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	line-height: 0;
	color: #e0e0e0;
	background-color: rgba(0, 0, 0, 0);
}

#pgNbrInput {
	width:  inherit;
	border: none;
	background-color: inherit;
	font-size: 1em;
	color: #f0f0f0;
	padding-left:4px;
}

#mz3Logo {
	bottom: 0.5em;
	position: absolute;
	right: 0.1em;
	z-index: 10;
	height: unset;
}

#wrapperBurgerMenuList {
	display:none;	/* default is 'hide menu after start/reset */
}

.mz3-anchor {
	cursor:pointer;
}

.mz3-url {
	cursor:pointer;
}

.mz3mail {
	cursor:pointer;
}

.mz3-default {
	cursor:pointer;
}


