/*===========================================
Specialty
===========================================*/
#content{
    min-height:500px;
}
.tab-switch a,
.tab-switch [type="submit"]{
    padding-left:5px; padding-right:5px;
}
/*-------------------------------------------
Information
-------------------------------------------*/
.information ul{
    background-color:#fff;
    list-style:none;
    margin:-20px 0 0;
    padding:0;
}
    .information ul li{
        border-bottom:1px solid #ddd;
        margin:0;
        padding:20px 15px;
        position:relative;
    }
    .information ul li:nth-child(even){
        background-color:#f7f7f7;
    }
@media screen and (max-width:440px){/* i16 Pro Max */
    .information ul li{
        padding:15px 10px;
    }
}

/*-------------------------------------------
clause 專科甄審原則條文
-------------------------------------------*/
.clause .modify-date{
    color:#999;
    font-size:.75rem;
    line-height:16px;
    text-align:right;
}
.clause dl{
    margin:0;
    display:flex;
    flex-wrap:wrap;
    --dt-width:100px;
}
    .clause dt{
        width:var(--dt-width);
        color:var(--primary-color);
        padding:8px 0;
    }
    .clause dd{
        margin:0;
        width:calc(100% - var(--dt-width));
        border-left:1px solid rgba(var(--primary-rgb),.3);
        border-top:1px dotted #ddd;
        padding:8px 5px 8px 15px;
        min-height:45px;
    }
    .clause dd:first-of-type{
        border-top:none;
    }
        .list-chinese{
            list-style:none;
            margin:0;
            padding:0;
        }
            .list-chinese > div{
                padding-left:2em;
                text-indent:-2em;
            }
                .list-chinese > div > div{
                    text-indent:0;
                }
        .list-chinese-brackets{
            list-style:none;
            margin:0;
            padding:0;
        }
            .list-chinese-brackets > div{
                padding-left:3em;
                text-indent:-3em;
            }
                .list-chinese-brackets > div > div{
                    text-indent:0;
                }
    .clause .attachment{
        border:1px solid rgba(0,0,0,.1);
    }
@media screen and (max-width:576px){
    .clause .part-title{
        margin-bottom:5px;
    }
    .clause dt,
    .clause dd{
        width:100%;
    }
    .clause dt{
        border-top:1px dotted #ddd;
    }
    .clause dt:first-of-type{
        border-top:none;
    }
    .clause dd{
        margin-left:8px;
        border-top:none;
    }
}

/*-------------------------------------------
score 教育積分認定及申請辦法辦法
-------------------------------------------*/
.score-desc ol{
    padding-left:1.4em;
}
    .score-desc li{
        margin-bottom:10px;
    }

/*-------------------------------------------
Rosters
-------------------------------------------*/
.rosters{
    margin-top:15px;
}
    .rosters > div:first-of-type strong{
        color:var(--primary-color);
    }
    .rosters .list{
        margin-top:5px;
    }
        .rosters .list colgroup{
            display:none;
        }
        .rosters .list tbody td{
            text-align:center;
            white-space:nowrap;
        }
@media screen and (max-width:440px){/* i16 Pro Max */
    .rosters > div:first-of-type{
        position:relative;
        padding-top:1.3em;
        text-indent:-1em;
    }
        .rosters > div:first-of-type strong{
            position:absolute; top:0; left:1em;
        }
    .rosters .list thead th{
        font-size:.75rem;
        white-space:nowrap;
    }
    .rosters .list tbody td:first-child{
        font-size:.875rem; font-weight:700;
    }
    .rosters .list tbody td:nth-child(2){
        width:85px;
    }
    .rosters .list tbody td:last-child{
        color:#666;
        font-size:.875rem;
        text-align:left;
    }
}
@media screen and (max-width:320px){/* i5, SE */
    .rosters .list tbody td:first-child,
    .rosters .list tbody td:last-child{
        font-size:.75rem;
    }
}
