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



table#HRL {
    width: 100%;
}

table#HRL tr th:first-child,
table#HRL tr td:first-child {
    width: 22%;
}

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

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

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

table#HRL tr th:nth-child(5),
table#HRL tr td:nth-child(5) {
    width: 16%;
}

table#HRL tr th {
    text-align: center;
}

table#HRL tr td {
    text-indent: 2rem;
}

table#HRL tr td:nth-child(2) {
    text-indent: 0.5rem;
}

table#HRL tr td:nth-child(4) {
    text-indent: 4rem;
}

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

table#HRL tr td.hrl-status,
table#HRL tr td.hrl-trend,
table#HRL tr td.hrl-trend~td {
    border-top: solid 1px #ccc;
}

table#HRL tr:last-child {
    border-bottom: solid 1px #444;
}


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

    table#HRL tr td:nth-child(1),
    table#HRL tr td:nth-child(2),
    table#HRL tr td:nth-child(3),
    table#HRL tr td:nth-child(4),
    table#HRL tr td:nth-child(5) {
        text-indent: 0;
    }
}