table { border: 1px solid #8d9d9e; border-spacing: 0; width: 100%; }

table thead { background: #d3d3d3; }

table tbody tr:nth-child(even) { background: #9ba9aa; }

table tbody tr:hover { background: #7f9192; }

table td { padding: 0.2rem 1rem; }
