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