/*
2025 miffyptmail@gmail.com 註解的，因為會影響按鈕縮排

section {
    text-indent: 2rem;
} */

/*
    上色 於 榜單
 */
table.custom tr:first-child {
    background-color: rgb(14,127,131);
    color: white;
}
table.custom tr:not(:first-child) td:last-child {
    /*background-color: #E2EFF1;*/
    background-color: rgba(14,127,131,0.3);
}
table.custom td[rowspan] {
    /*background-color: #B6D5E1;*/
    background-color: rgba(14,127,131,0.5);
    font: 18px;
}
table.custom td[rowspan]>a {
    font-size: 16px;
    /*color: #3D84A8;*/
}
/*
	上色 於 按鈕 的 (最後三個按鈕 以外的所有按鈕)
*/
/*
input.link+label:nth-of-type(-n+6) {
    background-color: white;
}
*/
