
table#suppliers th {
   background-color: #F9F9F9;
   border-top: solid 1px #999999;
   border-bottom: solid 1px #999999;
}

#site_content table tr td {
   padding: 5px;
}

#site_content table tr td:first-child {
   width: 120px;
}

.row_odd {
   background-color: #E3EEF4;
}
.row_even {
   background-color: white;
}

