@CHARSET "UTF-8";
/*
 * Resets Browser-Dependencies of Basic HTML Elements to common Default
 */
body, html {
    margin: 0;
    padding: 0;
    /*height: 100%;*/
    /* width: 100%; */
}

body, div, a, p, li, ul, ol, label, img {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

a, p, img, h1, h2, h3, h4, h5, h6, ul, li, ol, label{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    font-size: 100%;
    border: 0px;
    color: #000;
}

a, a:active, a:focus {
    outline: none;
	cursor: pointer;
}

a p{
	cursor:pointer;
}

#yoxview_infoPanel {
	display: none !important;
}

#yoxview, #yoxview > iframe {
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	background: none !important;
}