.pokemon-table{
	margin: 32px auto;
	border-collapse: collapse;
	table-layout: fixed;
}
.pokemon-table thead{
	background-color: #f08080;
	color: #ffffff;
	border: 2px solid #f08080;
}
.pokemon-table th + th{
	border-left: 2px solid #ffffff;

}
.pokemon-table tbody{
	border: 2px solid #87cefa;
}
.pokemon-table tbody tr:nth-of-type(8n+1),
.pokemon-table tbody tr:nth-of-type(8n+2),
.pokemon-table tbody tr:nth-of-type(8n+3),
.pokemon-table tbody tr:nth-of-type(8n+4){
	background-color: #ffffff;
}
.pokemon-table tbody tr:nth-of-type(8n+1) td,
.pokemon-table tbody tr:nth-of-type(8n+2) td,
.pokemon-table tbody tr:nth-of-type(8n+3) td,
.pokemon-table tbody tr:nth-of-type(8n+4) td{
	border: 2px #87cefa;
	border-style: none solid;
}
.pokemon-table tbody tr:nth-of-type(8n+1) td:first-of-type,
.pokemon-table tbody tr:nth-of-type(8n+1) td:last-of-type,
.pokemon-table tbody tr:nth-of-type(8n+5) td:first-of-type,
.pokemon-table tbody tr:nth-of-type(8n+5) td:last-of-type{
	border: none;
}
.pokemon-table tbody tr:nth-of-type(8n+2) td,
.pokemon-table tbody tr:nth-of-type(8n+3) td,
.pokemon-table tbody tr:nth-of-type(8n+4) td{
	border-top: 2px dashed #87cefa;
}
.pokemon-table tbody tr:nth-of-type(8n+5),
.pokemon-table tbody tr:nth-of-type(8n+6),
.pokemon-table tbody tr:nth-of-type(8n+7),
.pokemon-table tbody tr:nth-of-type(8n+8){
	background-color: #87cefa;
}
.pokemon-table tbody tr:nth-of-type(8n+5) td,
.pokemon-table tbody tr:nth-of-type(8n+6) td,
.pokemon-table tbody tr:nth-of-type(8n+7) td,
.pokemon-table tbody tr:nth-of-type(8n+8) td{
	border: 2px #ffffff;
	border-style: none solid;
}
.pokemon-table tbody tr:nth-of-type(8n+6) td,
.pokemon-table tbody tr:nth-of-type(8n+7) td,
.pokemon-table tbody tr:nth-of-type(8n+8) td{
	border-top: 2px dashed #ffffff;
}
.pokemon-table-no{
	width: 64px;
	height: 32px;
}
.pokemon-table-pokemon{
	min-width: 160px;
}
.pokemon-table-item{
	width: 160px;
}
.pokemon-table-ability{
	width: 160px;
}
.pokemon-table-hidden_ability{
	width: 160px;
}
.pokemon-table-move{
	width: 160px;
}
.pokemon-table-nature{
	width: 128px;
}
.pokemon-table-status{
	width: 440px;
}
.pokemon-table tbody{
	text-align: center;
}
.form_name{
	font-size: 14px;
}