/* General font styles */.fullscreen-icon{	position:absolute;	z-index:1010;	top:10px;	left:10px;}/* Fullscreen */html:-moz-full-screen {    background: #FFF;}html:-webkit-full-screen {    background: #FFF;}html:-ms-fullscreen {    background: #FFF;    width: 100%; /* needed to center contents in IE */}html:fullscreen {    background: #FFF;}