/* Move down content because we have a fixed navbar that is 50px tall */
body {
	padding-top: 50px;
	padding-bottom: 20px;
}

dl dd {
	padding-left: 1em;
}

h2 {
	text-align: center;
	margin-top: 1em;
	padding-top: 2px;
	border-top: 3px double #CCC;
	padding-bottom: 2px;
	border-bottom: 3px double #CCC;
}

h3 {
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
}

h4:before {
	content: "■";
	padding-right: 3px;
}

.yaku-list li:after{
	content: "/";
	padding-left: 1em;
}
