/* item.css */
table { width:100%; margin:15px 0; border-spacing: 0; border-collapse: collapse; border:1px solid #e6e6e6; border-top:0 none; background: #fff; }
table td,table th { padding:10px; border:1px solid #e6e6e6; font-size: 14px; }
table th { background: #ffedf1; }
table tbody tr td:first-child { font-weight: bold; text-align: center; }
table td i { display: block; width: 100%; height: 50px; font-size: 50px; }
table td a { margin-right: 50px; }



