.datagrid table { width: 500px } { border-collapse: collapse; text-align: left; width: 100%; } .datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }.datagrid table td, .datagrid table th { padding: 0px 0px; }.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #990000), color-stop(1, #000000) );background:-moz-linear-gradient( center top, #990000 5%, #000000 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#990000', endColorstr='#000000');background-color:#990000; color:#FFFFFF; font-size: 15px; font-weight: bold; border-left: 3px solid #990000; } .datagrid table thead th:first-child { border: none; }.datagrid table tbody td { color: #000A0F; border-left: 1px solid #CAD6DB;font-size: 11px;font-weight: bold; }.datagrid table tbody .alt td { background: #EDEDED; color: #0A0909; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }