html_css
1.table {2width: 500px;3border-collapse: collapse;4}
5.table th, .table td {6border: 1px solid #ccc;7padding: 5px 10px;8}
9.table thead {10background-color: #f0f1f4;11}
12.table tfoot {13background-color: #121212;14color: #fff;15text-align: right;16}
17