.pokemon-table-parent{
	overflow: scroll;
}
.pokemon-table-parent::-webkit-scrollbar{
	display: none;
}

.pokemon-table{
	width: 95%;
	/*min-width: max-content;*/
	margin: 0 auto;
	border-collapse: collapse;
	border:	1px solid #000000;
}

.pokemon-table-header{
	text-align: center;
	background-color: #e0ffff;
}
.pokemon-table .no{
	min-width: 45px;
}
.pokemon-table .name{
	min-width: 140px;
	flex-grow: 1;
}
.pokemon-table .style, .speed, .speed_mega{
	min-width: 60px;
}
.pokemon-table thead .name{
	width: 100px;
}
.pokemon-table .ability, .ability_hidden, .move, .item{
	min-width: 160px;
}
.pokemon-table .ev{
	min-width: 60px;
}
.pokemon-table .nature{
	min-width: 90px;
}
.pokemon-table th{
	border: 1px solid #000000;
}

.pokemon-table tbody{
	background-color: #ffffff;
}
[class^="pokemon-table-row-"]{
	text-align: center;
	height: 32px;
}
.pokemon-table td{
	border: 1px solid #000000;
}
