<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, h1, h2, p, ol, ul, li, table, tr, td, form, img, object, iframe{
	margin: 0;
	border: 0;
	padding: 0;
}

/* A font by Jos Buivenga (exljbris) -&gt; www.exljbris.com */
@font-face{
	font-family: "Fontin";
	src: url("../font/fontin-bold.ttf");
	font-weight: bold;
	font-style: normal;
}

html{
	background-color: #f6f8e8;
	width: 100%;
}
a{
	color: #184470;
	text-decoration: none;
	font-weight: bold;
	outline-style: none;
}
a:link    { color: #184470; }
a:visited { color: #184470; }
a:hover   { color: #aa0070; }
a:active  { color: #aa0070; }
body{
	background-color: #f6f8e8;
	text-align: center;
	overflow : auto;
}
em{
	font-weight: bold;
	font-style: normal;
}
.cosumi{
	color: #aa382d;
	font-weight: bold;
}
#all{
	overflow: hidden;
	width: 728px;
	margin: 0px auto;
	padding: 0;
	font-family: sans-serif;
	color: #423220;
	line-height: 170%;
	text-align: left;
}
#left{
	float: left;
	width: 728px;
	margin: 0;
}
#button{
	position: relative;
	margin: 14px auto 0px;
	width: 692px;
	height: 50px;
}
#button a{
	display: block;
}
#button a:link   , #button div.active:link    { opacity: 1;    }
#button a:visited, #button div.active:visited { opacity: 1;    }
#button a:hover  , #button div.active:hover   { opacity: 0.75; }
#button a:active , #button div.active:active  { opacity: 0.75; }
#button div{
	position: absolute;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	border-radius: 18px;
	margin: 0;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-touch-callout: none;
}
#twitter {
	right: 10px;
	width: 180px;
	box-Shadow: 0px 0px 14px 0px rgba(0, 0, 0, 1.0) inset;
	background:#333333;
	color: #ffffff;
}
#thearea, #replaythearea{
	clear: both;
	position: relative;
	width: 692px;
	margin: 10px auto 70px;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-touch-callout: none;
}
#thearea{
	height: 828px;
}
#replaythearea{
	height: 868px;
}
#thearea *, #replaythearea *{
	position: absolute;
	font-family: Fontin, serif;
	font-weight: bold;
	text-align: center;
}
#info{
	border-radius: 5px;
	background-color: #f2f2e4;
	color: #504838;
	font-size: 20px;
	text-align: center;
	padding: 18px 12px 18px;
	border-width: 1px;
	border-style: dashed;
	border-color: #e0ccb4;
	margin: 0px 15px 15px;
}
#info p{
	margin: 0px 5px 35px;
	font-size: 16px;
	text-align: left;
	line-height: 150%;
}
#info #rule{
	font-family: sans-serif;
	font-size: 20px;
}
#info #rule table{
	margin: 15px auto 35px;
}
#info #rule table td{
	padding: 4px 5px;
	text-align: left;
	line-height: 110%;
}
#info #rule table td.boardsize{
	font-weight: bold;
	text-align: center;
}
#info #difficulty{
	width: 608px;
	height: 536px;
	margin: 25px auto 25px;
	border: solid 1px #ddddd8;
}
#info #lost{
	color: #68924b;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin: 30px 5px 10px;
	line-height: 100%;
	text-align: center;
}
#info #lostnumber{
	color: #d08000;
	font-size: 24px;
}
#info #gameinfo{
	color: #506050;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
	font-style: italic;
	margin: 0;
}
#info #gameinfo table{
	margin: 5px auto 15px;
}
#info #gameinfo td{
	font-size: 20px;
	padding: 1px 4px;
	line-height: 120%;
}
#info #gameinfo td.title{
	color: #806630;
	font-style: normal;
	text-align: right;
}
#info #gameinfo td.separator{
	color: #665544;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
#info #gameinfo td.right{
	color: #506050;
	font-style: italic;
	text-align: left;
}
#info #sgf{
	resize: none;
	overflow: auto;
	box-sizing: border-box;
	background-color: #f8f8f6;
	width: 100%;
	height: 150px;
	font-family: 'Courier New', Courier, monospace;
	font-size: 16px;
	color: #556655;
	text-align: left;
	line-height: 110%;
	padding: 8px 10px;
	border: solid 1px #dddddd;
	margin: 0px 0px 3px;
}
#info #sgf2clipboard:link    { opacity: 1; }
#info #sgf2clipboard:visited { opacity: 1; }
#info #sgf2clipboard:hover   { opacity: 0.75; }
#info #sgf2clipboard:active  { opacity: 0.5; }
#info #sgf2clipboard{
	display: block;
	background-color: #30b238;
	line-height: 36px;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-radius: 18px;
	border: 0;
	margin: 5px auto 35px;
	color: #ffffff;
	width: 240px;
	height: 36px;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.30) inset;
}
#info #newgame{
	clear: left;
	margin: 30px 0px 12px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 24px;
	text-align: center;
	text-shadow: 1px 1px 4px #888888;
	line-height: 110%;
}
.mobileadsense{
	width: 692px;
	margin: 70px auto 40px;
}
.adsense{
	width: 300px;
	height: 600px;
	margin: 0px 0px 45px;
}
#right{
	float: left;
	width: 300px;
	margin: 63px 0px 0px;
}
#otherlanguage{
	margin: 0px 0px 25px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #aa0070;
	text-align: center;
	word-spacing: 32px;
}
#otherlanguage a{
	text-decoration: underline;
}
</pre></body></html>