
ol{
  list-style: decimal; 
}

ul{
  list-style: disc; 
}

ol, ul{
  float: left;
  width: 100%;
  padding: 0 0 0 30px;
}

/*TABLE樣式*/

table {
  margin: 0% 0 0 0;
  float: left;
  width: 100%;
  border:0px solid #e1e1e1; 
  font-size: 15px;
  min-width: 100%;
  word-break: break-all;
  width: 100%!important;
}

table thead {
  background-color: #fff;
  color: #666;
  border-bottom: 1px solid #ddd;
}

table th{
  font-weight: 600;
  display: none;
}

th, td {
  padding: 13px 20px;
  text-align: center;
  vertical-align: middle;
  color:unset;
}

td{
  line-height: 25px;
  padding: 5px 10px;
}




th:first-child,td:first-child{
  text-align: center;
}
table thead th:nth-child(1), table tbody tr td:nth-child(1),
table thead th:nth-child(4), table tbody tr td:nth-child(4),
table thead th:nth-child(3), table tbody tr td:nth-child(3),
table thead th:nth-child(2), table tbody tr td:nth-child(2),
table thead th:nth-child(5), table tbody tr td:nth-child(5),
table thead th:nth-child(6), table tbody tr td:nth-child(6){
  text-align: unset;
}

table tbody tr:nth-child(even) {
    background-color: unset;
}
table tbody tr:nth-child(odd) {
   background-color:unset;
}
table tbody tr{
  border-bottom: 0px solid #ccc;
  width: auto;
  float: none;
  margin: unset;
}
table tbody tr:last-child{
  border-bottom: 0px;
}

table tbody tr:hover{
  background: #f5f5f5;
}

table tbody tr td{
  display: table-cell;
  /* margin: -1px 0 0 0; */
  border: 1px solid #ccc;
  float: unset;
  width: unset;
}


table td:before {
  display: none;
}





@media (min-width: 600px) {



}

/*------------------------------------------*/

@media (min-width: 1000px) {
  table {
    border:1px solid #e1e1e1; 
    font-size: 15px;
    min-width: 100%;
    width: 100%!important;
  }
 
  table th ,table tbody tr td{
    display: table-cell;
    float: none;
    /*width: auto;*/
  }
  table tbody tr td{
    border:1px solid #ccc;
    margin: 0px 0 0 0;
    float: none;
    width: auto;
  }
  td{
    padding: 5px 5px;
  }
  table tbody tr{
    width: auto;
    float: none;
    border-bottom: 1px solid #ccc;
  }





}