.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } .datagrid {font: normal 13px/120% "Open-Sans"; background: #fff; overflow: hidden; border: 1px solid #85C157; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }.datagrid table td, .datagrid table th { padding: 4px 20px; }.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8BD352), color-stop(1, #85C157) );background:-moz-linear-gradient( center top, #8BD352 5%, #85C157 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8BD352', endColorstr='#85C157');background-color:#8BD352; color:#FFFFFF; font-size: 12px; font-weight: bold; border-left: 1px solid #F5F5F5; } .datagrid table thead th:first-child { border: none; }.datagrid table tbody td { color: #6B1C09; border-left: 1px solid #F5F5F5;font-size: 12px;font-weight: normal; }.datagrid table tbody .ust td { }.datagrid table tbody .alt td { background: #F5F5F5; color: #AD2D0F; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }