1.overview_table { 2 border-width: 2px; 3 border-style: solid; 4} 5 6.overview_table .header { 7 background-color: lightBlue; 8} 9 10.overview_table .even { 11 background-color: lightCyan; 12} 13