body {
	cursor: default;
}

div.video360Player > canvas.glcanvas {
}

div.video360Player > div.subtitleOverlay {
	width: 100%;
	text-align: center;
	white-space: nowrap;
	color: white;
	text-shadow: 0px 0px 2px black;
	position: absolute;
	pointer-events: none;
}

div.video360Player > img.crosshairs {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
div.video360Player > div.tableBacking {
	position: absolute;
	text-align: center;
	width: 100%;
	pointer-events: none;
}
div.video360Player > div.tableBacking > table.table {
    margin: 0 auto; 
	width: 200px;
	color: white;
	background: rgba(0,0,63,0.7);
	border: 1px solid white;
	text-align: center;
	pointer-events: auto;
}
div.video360Player > div.tableBacking > table.table > tr > td.left {
	text-align: left;
}
div.video360Player > div.tableBacking > table.table > tr > td.right {
	text-align: right;
}

div.video360Player > div.controlBacking {
	position: absolute;
	white-space: nowrap;
	background: rgba(0,0,0,0.7);
}

div.video360Player > div.controlBacking > .controlElement {
	top: 0px;
    color: white;
	display: inline-block;
}

div.video360Player > div.controlBacking > .overlayBacking {
	position: absolute;
	background: rgba(0,0,0,1);
}

#mycursor {
 	cursor: none;
 	width: 28px;
 	height: 28px;
 	position: absolute;
 	display: none;
 	top: 0;
 	left: 0;
}

div.video360Player > ul.devPanel {
	position: absolute;
    list-style: none;
	margin:0px;
    padding:8px;
	width: 150px;
	top: 0px;
	right: 0px;
	background: rgba(0,0,63,0.7);
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	
	overflow-x: hidden;
	overflow-y: auto;
}

div.video360Player > ul.devPanel > li {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	line-height: 20px;
	padding: 4px 0px 4px 0px;
}
div.video360Player > ul.devPanel > li.controlDevTitle {
	border-bottom: 1px solid rgb(127,127,127);
	border-top: 1px solid rgb(127,127,127);
}
div.video360Player > ul.devPanel > li.controlDevTitle > div.title {
	text-align: center;
	width: 100%;
	color: white;
}
div.video360Player > ul.devPanel > li > div.label {
	float: left;
	color: white;
}
div.video360Player > ul.devPanel > li > .control {
	float: right;
}
div.video360Player > ul.devPanel > li > .controlSingle {
	text-align: center;
	width: 100%;
}

div.video360Player > img.overlay {
	position: absolute;
}

div.video360Player > canvas.credits {
	position: absolute;
	pointer-events: none;
}