h1, h2, h3 { padding: 4px 0 4px 4px; }
caption {
	caption-side: bottom;
	text-align: left;
	font-size: 10pt;
	padding-top: 0.3em;
}
table {
	border-collapse: collapse;
	margin-bottom: 2em;
	width: 100%;
	white-space: nowrap;
}
th {
	padding: 4px 9px;
	border-bottom: 1px solid #000;
}
th:first-child { text-align: left; }
tr:nth-child(2n) {
	background: #f0f0f0;
}
td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
td:first-child { text-align: left; }
td img {
	height: 1.3em;
	vertical-align: middle;
}
li { padding-bottom: 0.3em; }
.fixture { position: fixed; }
.highlight { background: #e8f8fd !important; }
.dungeon { width: 300px; }
.stam { width: 80px; }
.coop { width: 60px; }
#params {
	font-weight: bold;
	padding: 0.5em 1em;
	margin-bottom: 1em;
	color: #FFF;
	background-color: #333;
	top: 0px;
	left: 0px;
}
#rank {
	width: 60px;
	text-align: center;
}
#rank[value="999"] ~ #rank999 { display: none; }

@media (max-width:480px) {
	form {
		margin: 2em auto 1em;
		text-align: center;
	}
	.usage { display: none; }
}

@media (min-width:600px) {
	.col, #Normal, #Technical, #Special, #Descended, #Co-op { width: 420px; }
	.col {
		float: left;
		padding-right: 0.5em;
	}
	#sources { clear: both; }
	#jumpnav { display: none; }
}
