table.table{
    border: solid 2px #999;
    padding: 2px;
    background: white;
    border-collapse: collapse;
}
table.table tr{
    
}
table.table th{
    background: darkorange;
}
table.table td{
    
}


table.table thead{
    
}
table.table thead tr{
    
}
table.table thead th{
    
}
table.table thead td{
    
}

table.table tbody{
    
}
table.table tbody tr{
    
}
table.table tbody tr.odd{
    
}
table.table tbody tr.even{
    
}

table.table tbody th{
    
}
table.table tbody td{
    border: solid 1px #999;
}
table.table tbody tr.odd td{
    background: #EEE;
}
table.table tbody tr.even td{
    
}
table.table tbody td.index{
    font-size: 80%;
}

table.table td.separator{
    background: #999;
    padding: 0px;
    height: 2px;
}

table.table tfoot{
    
}
table.table tfoot tr{
}
table.table tfoot th{
}
table.table tfoot td{
}
