body > .button-toggleFullScreen {
	transition: color 0.3s ease-out;

	position: absolute;
	bottom: 5px;
	left: 5px;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.95);
	cursor: pointer;
	color: #ddd;
	z-index: 10;
}
body > .button-toggleFullScreen:hover {
	color: #fff;
}


