
body {

	background-color: #bbb;
	background-image: none;
	color: #111;
	font-family: Courier New, monospace;
	font-size: 100%;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	padding-top: 24px;
	
	
	/*
	width: 130%;
	background-color: rgb(0,220,0);
	line-height: 150%;
	 */
}

a {
	text-decoration: none;
	color: #333;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 300%;
	color: #333;
	font-family: Courier New, monospace;
	text-align: center;
	text-shadow: -2px -2px 0 #ddd, 2px -2px 0 #ddd, -2px 2px 0 #ddd, 2px 2px 0 #ddd;
}

.mtx_wrap {
	min-width: 2112px;
	
	margin: 0px auto;
}


* {
	box-sizing: border-box;
}

.mtx_menu {
	
	position: fixed;
	z-index: 30;
	font-family: Tahoma, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	border: 1px solid #ddd;
	
	opacity: 0.5;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
	font-weight: bold;
	height: 28px;
	overflow: hidden;
	
}

.mtx_menu_grids {
	left: 2px;	
	top: 1px;
}

.mtx_menu_chars {
	top: 1px;
	right: 2px;
	text-align: right;
}

.mtx_render_opts {
	position: fixed;
	z-index: 30;
	font-family: Tahoma, sans-serif;
	font-size: 70%;
	border: 1px solid #ddd;
	background-color: rgba(180,180,180,0.7);
	padding: 4px 4px 8px 4px;
	bottom: 2px;
	left: 2px;
	height: 26px;
	border-radius: 0 4px 0 0;
}

.mtx_render_opts input[type=checkbox] {
	vertical-align: top;
}
.mtx_render_opts input[type=submit] {
	font-size: 85%;
	border: 1px solid #888;
	border-radius: 4px;
	margin: 0 1px 0 8px;
	padding: 3px 4px 1px 4px;
	background-color: #ddd;
	color: #333;
	font-weight: bold;
}
.mtx_render_opts input[type=submit]:hover {
	background-color: #fff;
	color: #555;
}
.mtx_menu:hover {
	opacity: 1;
	height: auto;
}

.mtx_menu a, .mtx_menu_head, .mtx_charset_custom {
	display: block;
	padding: 4px 8px 4px 8px;
	color: #555;
	background-color: #eee;
	text-decoration: none;
	border-bottom: 1px solid #bbb;
	border-left: 8px solid #888;
}

.mtx_menu a:hover {
	background-color: #444;
	color: #eee;
	border-left: 8px solid #bbb;	
}

.mtx_menu_chars a, .mtx_charset_custom, .mtx_menu_chars .mtx_menu_head  {
	border-left: none;
	border-right: 8px solid #888;
}
.mtx_menu_chars a:hover {
	border-left: none;
	border-right: 8px solid #bbb;
}

.mtx_menu_head {
	background-color: #fafafa;
}

.mtx_charset_custom {
	background-color: #fafafa;
	border-top-width: 0px;
	font-family: Tahoma, sans-serif;
	width: 100px;
	font-size: 100%;
	text-align: center;
}


.s_wrap, .s_subwrap {
	text-align: center;
}

.s_wrap {
	/* background: linear-gradient(to bottom, #555, #777); */
	padding: 0 0 12px 0;

}
.s_subwrap {
	padding-bottom: 12px;
}

.s_wrap:after, .s_subwrap:after {
  content: "";
  display: table;
  clear: both;
}

.s_base {
	display: inline-block;
	margin: 0;
	padding: 6px;
}

.pair_x {
	margin: 0 6px;
}
.pair_0, .pair_1 {
	
}

.pair_0 {
	background-color: #ccc;
	border-radius: 12px 0 0 12px;
	margin-left: 12px;
}
.pair_1 {
	background-color: #ddd;
	border-radius: 0 12px 12px 0;
	margin-right: 12px;
}

.s_head, .s_name {
	text-align: center;
}

.s_head {
	border-top: 3px solid #aaa;
	border-bottom: 3px solid #aaa;
	background-color: #eee;
	color: #333;
	font-size: 24px;
	padding: 7px 0 4px 0;
	margin-top: 24px;
	margin-bottom: 24px;
	font-weight: bold;
}

.s_head_blank {
	height: 12px;
	margin-bottom: 24px;
}

.s_name {
	margin-top: 12px;
	margin-bottom: 6px;
}
.s1 {
}

.s2 {
}
.s3 {
}







.s_top, .s_mid, .s_bot {
	text-align: center;
	margin: 3px 0;
	width: 100px;
}


.s_top {
	border-radius: 100px 100px 4px 4px;
	height: 54px;
	padding-top: 15px;
}

.s_mid {
	border-radius: 4px;
	height: 48px;
	padding-top: 7px;
}
.s_bot {
	border-radius: 4px 4px 100px 100px;
	height: 54px;
	padding-top: 6px;
}

.s_join {
	height: 12px;
	width: 90%;
	margin: 2px auto 2px auto;
	border: 1px solid #999;
	/* border-radius: 20px 2px 20px 2px; */
	border-radius: 16px;
	background-color: rgba(0,0,0,0.1);
}

.s_join:hover {
	background-color: rgba(0,0,0,0.3);
}
.s_join:active {
	display: none;
}

.s_0.s_mid {
	height: 140px;
	width: 140px;
	padding-top: 54px;
	border-radius: 140px;

}

.s_1.s_mid {
	height: 120px;
	width: 120px;
	padding-top: 44px;
	border-radius: 120px;
}


.s_2.s_top, .s_2.s_bot {

}

.s_2.s_top {

}


.s_4.s_top, .s_6.s_top, .s_4.s_mid, .s_6.s_mid, .s_4.s_bot, .s_6.s_bot {
	width: 100px;
}

.s_4.s_top, .s_6.s_top {
	border-radius: 100px 100px 4px 4px;
	height: 44px;
	padding-top: 8px;
}

.s_4.s_mid, .s_6.s_mid {
	border-radius: 4px;
	height: 40px;
	padding-top: 4px;
}
.s_4.s_bot, .s_6.s_bot {
	border-radius: 4px 4px 100px 100px;
	height: 44px;
	padding-top: 3px;
}








.s_vV, .s_vU, .s_v1, .s_v0 {
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	font-size: 32px;
	box-shadow: 2px 2px 6px 4px rgba(0,0,0,0.1);
	position: relative;

}

.s_vV, .s_vU {
	/* font-style: italic; */
	font-size: 32px;
}

.s_vV {

	color: #555;
	text-shadow: -1px -1px 0 #ddd, 1px -1px 0 #ddd, -1px 1px 0 #ddd, 1px 1px 0 #ddd;
	background-color: #fff;
	border-color: #ddd;

	background: repeating-radial-gradient(circle, #ddd, #ddd 8px, #fff 8px, #fff 16px);

}

.s_vU {

	color: #eee;
	text-shadow: -1px -1px 0 #777, 1px -1px 0 #777, -1px 1px 0 #777, 1px 1px 0 #777;
	background-color: #fff;
	border-color: #777;

	background: repeating-radial-gradient(circle, rgba(90,90,90,0.3), rgba(90,90,90,0.3) 8px, rgba(220,220,220,0.2) 8px, rgba(220,220,220,0.2) 16px),
		url('img/yin_yang.svg');

	background-size: 140px;
	background-position: top center;

}


.s_v1 {
	color: #555;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	background-color: #ddd;
	border-color: #555;
	
	/* font-size: 32px; */
	
	
}

.s_v0 {
	color: #ddd;
	text-shadow: -1px -1px 0 #555, 1px -1px 0 #555, -1px 1px 0 #555, 1px 1px 0 #555;
	background-color: #333;
	border-color: #555;

	background: linear-gradient(to right, #333, #333 46.5%, #555 46.5%, #555 48%, #bbb 48%, #bbb 52%, #555 52%, #555 53.5%, #333 53.5%, #333 100%);

	/* font-size: 32px; */
}



.mtx_hidden {
	display: none;
}


/* Charset Specific Styles */



.chset_sunmoon .s_v1 {
	
}
