.m_ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: fixed;
	background-color: rgb(0, 107, 228);
	position: fixed;
	right:0px;
	top:65px;
	height: 32;
	overflow:hidden;
}
.selectBut {
	top:0px;
	position:fixed;
	right: 0px;
	padding:8px;
	width:120px
}	
body {
	color:rgb(51, 255, 157);	
	margin:0px;
}
th {
color:red;
}
.pos_absol {
	position: fixed;
	bottom: 0px;
	right: 0px;	
	border:4px green solid;
	padding: 3px;
	background-color: lightblue;
}
.pos-rel {
	position:relative;
	margin:0px;
	padding:0px;
}
.input {
	background-color: lightblue;
	color:blue;
	border: none;
	text-decoration: none;
	display: inline-block;
	padding: 10px 0px;	
}
button {
	background-color: green;
	border: none;
	color: lime;	
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	padding: 2px;
	font-size:20px;
}
.guide {
	position: fixed;
	right:0px;
	top:40px;
	background-color: black;
	max-height:300px;
	padding: 0px;
}
.SI {
	background-color:green;
}
.USI {
	background-color:red;
}
.darkBG {
	background-color:black;
	position:relative;
	font-size:24px;
}
.warn {
	background-color:black;
	position:fixed;
	top:110px;
	right:50px;
	left:50px;
	font-size:32px;
	color:red;
	padding:0px;
	text-align:center;
}
.v1 td {
	font-size: 14px;
	padding:0px;
	cursor: pointer;
	text-align: center;
}