/*
Theme Name: HC-IBA
Author: Katsutoshi Matsunaga
Author URI: https://www.greyheron.org/
Description: A theme for HeronConservation.
Version: 1.0
License: GNU General Public License
*/



table#IBA {
    width: 100%;
}

table#IBA tr td:first-child,
table#IBA tr th:first-child {
    width: 10%;
}

table#IBA tr td:nth-child(2),
table#IBA tr th:nth-child(2) {
    width: 20%;
}

table#IBA tr td:nth-child(3),
table#IBA tr th:nth-child(3) {
    width: 45%;
}

table#IBA tr td:nth-child(4),
table#IBA tr th:nth-child(4) {
    width: 25%;
}

table#IBA tr td:first-child,
table#IBA tr td:nth-child(2) {
    border-top: none;
}

table#IBA tr.iba-region td:first-child,
table#IBA tr.iba-region td:nth-child(2) {
    border-top: 1px #bbb solid;
}

table#IBA tr.iba-country td:nth-child(2) {
    border-top: 1px #bbb solid;
}

table#IBA tr td {
    border-top: 1px #bbb solid;
}


@media screen and (max-width:1024px) {
    table#IBA {
        width: 100%;
        margin: 1.8rem auto 0;
    }
}