@charset "utf-8";
/* CSS Document */

html
{
	background-color: #F7F2F7;
}

body
{
	font-family:source-han-sans-korean;
	font-size:small;
	line-height:200%;
}

h1
{
	text-align: center;
	color: #06C;
	font-weight: bold;
}

h2
{
	border-bottom:inset;
	border-bottom-color:#06C;
	color: #06C;
	font-weight: bold;
	font-size:medium;
}

h3
{
	border-top-style:inherit;
	color: #06C;
	font-weight: bold;
}


em
{
	color: #06C;
	font-style:normal;
}

.rules-header
{
	text-align: center;
	color: #06C;
	font-weight: bold;
}

.tab
{
	vertical-align:middle;
	text-align:center;
}

.btn
{
	font-size: small;
	white-space: nowrap;
	width: 15%;
	padding: .8em 1.5em;
	line-height: 12px;
	display: inline-block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	/*transition: border .25s linear, color .25s linear, background-color .25s linear;*/
	background-color: #006699;
	border-color: #006699;
	box-shadow: 0 3px 0 #003366;
	border-radius:5px;
}

.gamerules-head
{
	font-size: small;
	width: 100%;
	padding: .4em .8em;
	display: inline-block;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	background-color: #006699;
	border-color: #006699;
	border-bottom:none;
}

th
{
	background-color:#CCC;
}

td
{
	text-align:center;
}