table { text-align: left; width: 100%; } table thead tr th:not(.no_sort):hover { cursor: pointer; } table thead tr th div { background: url('/admin/zen/images/icons/asc.png') no-repeat right center; user-select: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; } table thead tr th.desc div { background: url('/admin/zen/images/icons/desc.png') no-repeat center right; } table thead tr th.no_sort:first-child { width: 25px; } table thead tr th, table tbody tr td { border-bottom: 1px solid #ccc; min-width: 20px; padding: 8px 3px; text-align: left; vertical-align: top; } table tbody tr:last-child td { border-bottom: none; } table tr:nth-child(odd) td { background: #f9f9f9; } .datepicker tr:nth-child(odd) td { background: #fff; }