/* custom.css - 2026-09-12 文章正文表格边框修复 */
/* 根因: list.css 的 #main table th/td 只有 border-color 无 border-style/width, bootstrap reboot 无表格默认边框 */
.col-sm-8 table{ border-collapse:collapse; width:100%; margin:1em 0;}
.col-sm-8 table th,
.col-sm-8 table td{ border:1px solid #bccadc; padding:8px 10px;}
.col-sm-8 table th{ background:#eee; color:#000; font-weight:bold; text-align:center;}
.col-sm-8 table td{ text-align:left;}
