/* "Orange grey" CSS theme for CSS Table Gallery (http://icant.co.uk/csstablegallery/) by Gunta Klavina (http://www.klavina.com) */

table {font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;padding: 0; margin: 0; border-collapse: collapse; color: #333; background: #F3F5F7;}

table thead {background: #FC6703; padding: 15px 10px; color: #fff; text-align: left; font-weight: bold; width: auto; border-bottom: 1px solid #FFFFFF;}

table tbody, table thead {border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF;}

table tbody {border-bottom: 1px solid #CCCCCC;}
                      
table tbody td, table tbody th {padding: 1px; text-align: left; width: auto; border-bottom: 1px solid #CCCCCC;}

table tbody tr {background: #F3F5F7; width: auto; border-bottom: 1px solid #FFFFFF;}
