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

table thead { background: #8199a7; }

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

table tbody tr:hover { background: #ccd6dc; }

table td { padding: 0.2rem 1rem; }
