/*
    可以使用的顏色有
    default   深藍底 黃標題
    darkred   深紅底 黃標題
    purple    淺紫底 深黃標題
    lightblue 淺藍底 淺藍標題
*/

/* 
==================================================
RWD table 版型
================================================== 
*/
.rwd-table {
    margin: 1em 0;
    min-width: 100%;
	font-family: Arial,Microsoft JhengHei,Helvetica,sans-serif,Arial,sans-serif;
    font-size:1.2rem;
}
.rwd-table tr {
  border-top: 1px solid black;
  border-bottom: 1px solid #ddd;
  border-right:1px solid black;
  border-left:1px solid black;
}
.rwd-table tr:last-child {
  border-bottom: 1px solid black;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}


.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
 /* width: 6.5em;*/
  display: inline-block;
}

.rwd-table-data-none td:before {
  display: none;
}

@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th, .rwd-table td {
    text-align: left;
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    border-left: 1px solid black;
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    border-right: 1px solid black;
    padding-right: 0;
  }
}

@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: .5em !important;
  }
}

/* default */
.rwd-table-default {
    background: #004A7D;
    color: #fff;
}
.rwd-table-default a{
    color: #fff;
}
.rwd-table-default tr {
    border-color: #46637f;
}
.rwd-table-default th, .rwd-table-default td:before {
    color: #dd5;
}

/* darkred */
.rwd-table-darkred , .rwd-table-darkred a {
    background: #7d0000;
    color: #fff;
}
.rwd-table-darkred tr {
    border-color: #46637f;
}
.rwd-table-darkred th, .rwd-table-darkred td:before {
    color: #dd5;
}

/* purple */
.rwd-table-purple ,.rwd-table-purple a {
    background: #fcf2ff;
    color: #222;
}
.rwd-table-purple tr {
    border-color: #46637f;
}
.rwd-table-purple th, .rwd-table-purple td:before {
    color: #9c64a6;
}


/* lightblue */
.rwd-table-lightblue ,.rwd-table-lightblue a {
    background: #daf3ff;
    color: #222;
}
.rwd-table-lightblue tr {
    border-color: #46637f;
}
.rwd-table-lightblue th, .rwd-table-lightbluetd:before {
    color: #0070a1;
}

/* blue */
.rwd-table-blue > thead > tr {
    background: #3270de;
    color: #ffffff;
}
.rwd-table-blue  > tbody > tr:nth-child(even) {
    background: #ebeef1;
}






/*
     FILE ARCHIVED ON 6:39:24 一月 24, 2019 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 8:05:45 五月 14, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
