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



table#CSHP {
    width: 100%;
}

table#CSHP tr td:first-child {
    width: 33%;
}

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

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

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


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