<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#bv{
	display: block;
	position: absolute;
	left: 36px;
	top: 44px;
	width:400px;
	height:400px;
	background-color:rgba(98,98,98,1)#999999;
	/*color:rgba(102,102,102,1)*/
	box-shadow: 
  0px 0px 5px 5px #CCC, /*bottom external highlight*/
  5px 5px 1px 1px rgba(98,98,98,.8), /*top external shadow*/ 
  inset 0px 0px 0px 0px rgba(0,0,0,0.5), /*bottom internal shadow*/ 
  inset 0px 0px 1px 1px rgba(102,102,102,0.8); /*top internal highlight*/
}
#test1{
	display:none;
}
#debug{
	display: block;
	position: absolute;
	font-size:10px;
	left: 36px;
	top: 654px;
	width:900px;
}
body{
	-webkit-user-select:none; 
	-webkit-touch-callout:none;
	padding:0px;
	margin:0px;
}
#wh{
	position: absolute;
	display: none;
	font-weight:600;
	top: 12px;
	left: 400px;
	color:white;
}
	
.cbDiv{
	width:420px;
	cursor: pointer;
}
.cbText{
	left: 0px;
	width: 400px;
    padding: 3px;
    padding-left: 24px;
	white-space: nowrap;
	letter-spacing: -.2px;
}
.checkClass{
	width: 16px;
    height: 16px;
}
.checkClassD{
	width: 16px;
    height: 16px;
	opacity: 0.7;
}
#tx0 {
    top: 1px;
}
#cb0 {
    width: 90px;
    height: 20px;
	left: 480px;
}
#b0 {
	top: 0;
}
.rbText {
    left: 24px;
}
#r33 {
    top: -1px;
	width: 16px;
    height: 16px;
}
#r34 {
    top: -1px;
	width: 16px;
    height: 16px;
}
#r35 {
    top: -1px;
	width: 16px;
    height: 16px;
}
#rb33 {
	height:20px;
	width: 160px;
}
#rb34 {
	height:20px;
	width: 140px;
}
#rb35 {
	display: block;
    position: absolute;
    left: 240px;
    top: 481px;
}
#btnAe{
	left: 285px;
	top: 220px;
}
#btnBe{
	left: 160px;
	top: 220px;
}

</pre></body></html>