.styled-table{width:100%;border-collapse:collapse}.styled-table th{background-color:#000;color:#fff;padding:10px;text-align:left}.styled-table tr:nth-child(odd){background-color:#f2f2f2;color:#000}.styled-table tr:nth-child(even){background-color:#fff;color:#000}.styled-table td{padding:10px;border:1px solid #ddd}.styled-table tr:hover{background-color:#ddd}