/* Allgemeines Tabellen-Layout - START */
table {
   
}

table.rex {
   width:770px;
}

table tr th {
   background-color: #d7d6d3;
   text-align: left;
   padding:5px;
}

table .icon {
   width:30px;
   text-align: center;
}

table tr td {
   background-color: #f0efeb;
   padding:5px;
}

table tr.warning td {
   color: #ea1144; 
   background-color: #fae9e5;
}

table tr.status td {
   color: #107c2c; 
   background-color: #d2efd9;
}

table tr.selected td {
   background-color: #eae9e5;
}
/* Allgemeines Tabellen-Layout - ENDE */