@import url("/styles/pokemon/pokemon.css");

body {
    background-image: url("/views/pokemon/gen3/images/background_gen3.png");
}

/* Pokemon sprite */
.pokemon_card img {
    margin: 1px auto 0;
    width: 64px;
    height: 64px;
}

#pokedex.small .pokemon_card {
    padding: 2px;
}

#pokedex.small img {
    width: 48px;
    height: 48px;
}

/* Pokédex small boxes */
#pokedex.small .pokedex_box {
    grid-template-columns: repeat(6, 1fr);
}

/* Colosseum and XD info */
#location_detail h2.colosseum + table .col_location,
#location_detail h2.xd + table .col_location {
    width: 190px;
}

/* Extra info tables */
#gen3_balls tr td:first-child > :first-child {
    display: flex;
    align-items: center;
}

#gen3_balls img {
    margin-right: 4px;
}

#gen3_abilities td:nth-child(3) {
    max-width: 310px;
}
