
.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th{background-color:#DCDCDC}
.table-striped tbody>tr:nth-child(even)>td,.table-striped tbody>tr:nth-child(even)>th{background-color:#E6E6FA}
.table-striped thead{background-color:#E6E6FA}

.web2py_grid tr.odd {background-color:#DCDCDC} tr.even {background-color:#E6E6FA}

select.xxxlwidth { width: 550px; height: 25px; margin: 0 9px 0 2px; padding: 0 0 0 2px;}
select.xxlwidth { width: 450px; height: 25px; margin: 0 9px 0 2px; padding: 0 0 0 2px;}
select.xlwidth { width: 350px; height: 25px; margin: 0 9px 0 2px; padding: 0 0 0 2px;}
select.lwidth { width: 250px; height: 25px; margin: 0 9px 0 2px; padding: 0 0 0 2px;}
select.mwidth { width: 150px; height: 25px; margin: 0 9px 0 2px; padding: 0 0 0 2px;}
select.swidth { width: 100px; height: 25px; margin: 0 9px 0 2px; padding: 0 0 0 2px;}
select.xswidth { width: 50px; height: 25px; margin: 0 9px 0 2px; padding: 0 0 0 2px;}
