
 .article-content ul {
  list-style: disc;
  padding-left: 1.5em;
}

.article-content ol {
  list-style: decimal;
  padding-left: 1.5em;
}

.rwd-table {
  overflow-x: auto;
  width: 100%;
}

.rwd-table table {
  /*min-width: 600px;*/
  width: 100%;
  border-collapse: collapse;
}

.article-content table[style*="width"] {
  width: 100% !important;
  /*min-width: 600px;*/
}
/* 滾動條美化可留也可刪 */
.rwd-table::-webkit-scrollbar {
  height: 8px;
}
.rwd-table::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

/* 讓外層 div 滾動，而不是 table */
.rwd-table {
  overflow-x: auto;
  width: 100%;
}

.rwd-table table {
  /*9min-width: 600px;*/
  width: 100%;
  border-collapse: collapse;
}
