From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
/* Pokémon Ranger games */
th.th_pr_ra { background-color: #ff6600; border-color: #000035; color: black; }
th.th_pr_soa { background-color: #000035; border-color: black; color: white; }
th.th_pr_gs { background-color: #00bfff; border-color: white; color: black; }
.t_ranger_wild {
	max-width: 500px;
}

.content-table-wrapper .t_ranger_wild {
	margin: 0;
}

.t_ranger_wild th {
	box-sizing: border-box;
	height: 32px;
}

table.t_ranger_wild th,
.t_ranger_wild td {
	vertical-align: middle;
	text-align: center;
}

.t_ranger_wild_img {
	height: 40px;
	width: 40px;
	border-right: none;
}

.t_ranger_wild .t_ranger_wild_name {
	text-align: left;
	border-left: none;
}

.t_ranger_wild_blank {
	display: none;
}
@media all and ( min-width: 720px ) {
	.t_ranger_wild_blank {
		display: table-row;
	}
}