body {
    font-family: 'Noto Sans TC', sans-serif;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #cfe2ff !important;
}

td.col{
    width: 5rem;
    min-height: 40px;
}
th.tcol {
    display: table-cell;
    vertical-align: middle;
}
p{
    border: 1px solid transparent;
    padding-top: 1px;
}

.mt-c {
    background-color: #cfe2ff;
}

a { 
    text-decoration: none;
}
a.lst{
    color:#222b22 !important;
    cursor: pointer;
}

a:link,
a:visited {
    text-decoration:none;
    color: blue;
}

p.lst:hover {
    cursor: pointer;
    color: red;
    position: sticky;
    border-width:.5px; 
    border-style:solid; 
    border-color:#FF0000;
    /* padding: 1em; */
}

b{
    color: red;
}

.checkNum{
    width: 3rem;
    height: auto;
    margin: auto;
}

div.con-center{
    margin: auto;
}

@media screen and( max-width: 470px){
    .protable{
        width: 28rem;
    }
    td.col{
        padding:0px;
    }

}