
	.versionhl 
	{ 
		color:white;
		font-weight:bold;
		background-color:#3D9970;
		padding:5px;
		border-radius:5px;
	}
	
	button.navigation {
		display: block;
		position: fixed;
		outline: none;
		right: 5px;
		border: 1px;
		border-color: var(--sidebar-toggle-border-color);
		background:var(--sidebar-toggle-background, transparent);	
		border-radius: 5px;				
		cursor: pointer;
		z-index: 100;
		width: 30px;
		height: 30px;
		background-size: 50% 50%;
		background-repeat: no-repeat;
		background-position: center;		
	}
	
	button.gotop {
		bottom: 5px;
		background-image: url(../img/chevron-up.svg);
	}	
	
	button.print {	
		top: 5px;
		background-image: url(../img/print.svg);
	}

	button.adjust {	
		top: 40px;
		background-image: url(../img/adjust.svg);
	}	
	