 
td, th {
    border:1px solid gray;
    height:30px;
    font-family: Arial,'新細明體',Verdana,  Helvetica, sans-serif;
    padding: 2pt;
    vertical-align:middle;
   }
   
th {
    background-color:rgb(204, 203, 203);       
    font-size:10pt;
   }
td{    
    font-size:10pt;
   }   
table {
    table-layout: fixed;
    width: 100%; /* 固定寬度 */
}
   
thead tr.tr-title th {
    position:sticky;
    top:0; /* 列首永遠固定於上 */
   }


div.cond{
    color: red;
}
span.course_name{
    font-size:11pt;
    font-weight: bold;
    color: #631F16;
}
/*課程特殊性質註記*/
.label{
    font-size:8pt;
    font-weight: normal;
    padding: 0.2em !important;
    margin: 0 0.2em;
    line-height: 1.8!important;
    word-break: break-word!important;
}
/*覆蓋bootstrap_ncku.css*/
.breadcrumb{
    /* padding: 0px;
    margin:0em; */
    padding-bottom: 0em;!important;
    margin-bottom:0.5em;
}
#main_content{
	padding:10px!important;
}
.criteria{
    font-family: Arial,'新細明體',Verdana,  Helvetica, sans-serif;
}
@media (max-width: 736px) {
    .table-rwd{min-width: 100%;}
    /*針對tr去做隱藏*/
    tr.tr-only-hide {display: none !important;}
    /*讓tr變成區塊主要讓他有個區塊*/
    .table-rwd tr{
      display: block;
      border: 1px solid #ddd;
      margin-top: 5px;
    }
    .table-rwd td {
      text-align: left;
      font-size: 15px;
      overflow: hidden;
      width: 100%;
      display: block;
      padding: 2px !important;
      }
      .table-rwd td:before {
      /*最重要的就是這串*/
      content: attr(data-th) " : ";
      /*最重要的就是這串*/
      display: inline-block;
      /* text-transform: uppercase; */
      min-width: 20%;
      font-weight: 900;
        margin-right: 10px;
      /* color: rgb(54, 49, 49); */
    }
    /*當RWD縮小的時候.table-bordered 會有兩條線，所以針對.table-bordered去做修正*/
    .table-rwd.table-bordered td,.table-rwd.table-bordered th,.table-rwd.table-bordered{border:0;}
    
    .sm{
        display:'none';
    }
}


.dept_seq{
    font-weight: bold;
    font-size: 12pt;
}
