table {width: 100%; text-align: left-side; border-bottom: 2px solid #dfdfdf; border-radius: 6px; border-collapse: separate; border-spacing: 0px;}
table thead tr {color: #ffffff; font-weight: bold; background: #c83240;}
table tr td {border-right: 1px solid #dfdfdf;}
table tr td:last-child {border-right: 0px;}
table tbody tr:nth-child(1n) {background: #e0ffff;}
table tbody tr:nth-child(2n) {background: #cbdfef;}
table tbody tr:hover {background: #ffe8e8; transition-duration: 0.6s;}