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



table#HOTW-IOC {
    width: 100%;
}

table#HOTW-IOC tr td:first-child,
table#HOTW-IOC tr th:first-child {
    width: 20%;
}

table#HOTW-IOC tr td:nth-child(2),
table#HOTW-IOC tr th:nth-child(2) {
    width: 0%;
}

table#HOTW-IOC tr td:nth-child(3),
table#HOTW-IOC tr th:nth-child(3) {
    width: 22%;
}

table#HOTW-IOC tr td:nth-child(4),
table#HOTW-IOC tr th:nth-child(4) {
    width: 58%;
}

table#HOTW-IOC tr td {
    border-bottom: 1px #ddd solid;
    line-height: 1.4;
}

table#HOTW-IOC tr td ul {
    width: 0px;
}

table#HOTW-IOC tr.species-div:last-child td {
    border-bottom: 2px #bbb solid;
}

table#HOTW-IOC tr.species-div td.RP ul li {
    display: inline-block;
    white-space: nowrap;
    color: #999;
}

table#HOTW-IOC tr.species-div td.RP ul li i {
    padding-right: 1.5rem;
}

table#HOTW-IOC .extinct-species {
    color: red;
}



/* --------------------------------------------------------------
    Accordion for Heron Lists
-------------------------------------------------------------- */

.RP {
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
}

.RP label {
    display: block;
    color: #3b87d9;
    cursor: pointer;
}

.RP input {
    display: none;
}

.RP ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.RP li {
    margin: 0.35rem 0;
}

.RP li:first-child {
    margin-top: 0.7rem;
}

.RP input:checked~ul {
    display: block;
}

.RP p {
    margin: 0 auto;
}



/* --------------------------------------------------------------
    Media Query
-------------------------------------------------------------- */

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