/* Layout 1 */
table.contenttable-0 {
  border: 0px solid white;
  border-collapse: collapse;
  width: 100%; 
}
table.contenttable-0 td, 
table.contenttable-0 th{
  padding: 6px;
  margin: 0px;
  border: 1px solid #D8DEE4;
}
table.contenttable-0 td {
  text-align: center;
}
table.contenttable-0 td.td-0 {
  text-align: left;
  font-weight: bold;
}
table.contenttable-0 th {
  background: #004370;
  color: white;  
}





/* Layout 2 */
table.contenttable-1 {
  border-collapse: collapse;
  width: 100%; 
}
table.contenttable-1 tr.tr-odd td{
  background: #D9E4EA;
}
table.contenttable-1 tr.tr-even {

}
table.contenttable-1 td, 
table.contenttable-1 th{
  padding: 6px;
  margin: 0px;
  border: 0px solid white;
}
table.contenttable-1 th {
  background: #004370;
  color: white;  
}