table.table1 { table-layout: fixed; width: 100%; margin-top: 30px; margin-bottom: 30px; }
table.table1 TH { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; background-color: #000; color: #fff; padding: 15px 5px; border-left: 1px solid #fff; font-family: -apple-system,BlinkMacSystemFont,sans-serif; }
table.table1 TH:first-child { border-left: 1px solid #000; }
table.table1 TD { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; padding: 10px 5px; text-align: center; border-left: 1px solid #fff; font-family: -apple-system,BlinkMacSystemFont,sans-serif; }
table.table1 TR:nth-child(even) { background-color: #eee; }
table.table1 TR:nth-child(even) TD:first-child { border-left: 1px solid #eee; }

table.table2 { table-layout: fixed; width: 100%; margin-top: 30px; margin-bottom: 30px; }
table.table2 TH { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; background-color: rgb(19, 145, 4); color: #fff; padding: 15px 5px; border-left: 1px solid #fff; }
table.table2 TH:first-child { border-left: 1px solid rgb(19, 145, 4); font-family: -apple-system,BlinkMacSystemFont,sans-serif; }
table.table2 TD { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; padding: 10px 5px; text-align: center; border-left: 1px solid #fff; font-family: -apple-system,BlinkMacSystemFont,sans-serif; }
table.table2 TR:nth-child(even) { background-color: #eee; }
table.table2 TR:nth-child(even) TD:first-child { border-left: 1px solid #eee; }

table.table3 { table-layout: fixed; width: 100%; margin-top: 30px; margin-bottom: 30px; }
table.table3 TH { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; background-color: #f50; color: #fff; padding: 15px 5px; border-left: 1px solid #fff; font-family: -apple-system,BlinkMacSystemFont,sans-serif; }
table.table3 TH:first-child { border-left: 1px solid #f50; }
table.table3 TD { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; padding: 10px 5px; text-align: center; border-left: 1px solid #fff; font-family: -apple-system,BlinkMacSystemFont,sans-serif; }
table.table3 TR:nth-child(even) { background-color: #eee; }
table.table3 TR:nth-child(even) TD:first-child { border-left: 1px solid #eee; }