@charset "utf-8";
/* CSS Document */

ul.linux_List {
    list-style: none;
}

ul.linux_List > li{
  padding: 10px 10px;
  /* border: 2px dashed #ffffff; */
  /* border-radius: 8px; */
  margin-bottom: 6px;
  background: #cf000c;
  border-radius: 4px;
  }

ul.linux_List li h3{
  padding: 0px 5px;
  cursor: pointer;
  position: relative;
  font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  }

ul.linux_List li h3 b{
  display:inline-block;
  vertical-align:middle;
  font-size:18px;
  font-style:italic;
  margin-right:10px;}

ul.linux_List li h3 a.toggleOpen{
  cursor:pointer;
  display: inline-block;
  padding: 5px 46px;
  background: #ffffff;
  font-size: 14px;
  position: relative;
  text-align: center;
  float: right;
  border-radius: 4px;
  }

ul.linux_List li .definition{
  display:none;
  margin-top: 10px;
  padding: 15px;
  background: #FFFFFF;
  font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 1.8;
  margin-bottom: 0px;
  float: none;
  width: auto;
  }

.table-responsive{
  min-height:.01%;
  overflow-x:auto;

}

ul.linux_List .table {
    width: 100%;
}

ul.linux_List .table th {
    text-align: left;
    background: #ffffff;
    color: #000;
    border: 1px solid #f1f1f1;
}

.contentBox .leftBox h3.linux_List_h3 {
    color: #ffffff;
    width: 100%;
}

ul.linux_List .table >tbody >tr {border-bottom: 1px solid #F5F5F5;}
ul.linux_List .table >tbody >tr:hover {
    background: #f9f9f9;
}

@media (max-width: 640px){
  
  ul.linux_List li h3 a.toggleOpen{
    display: inline-block;
    margin-top:10px;
    padding:10px 0;
    text-align:center;
    width: 100%;
    }

.contentBox .leftBox h3.linux_List_h3 {
    display: inline-block;
}    
  
}
