table.styled { 
  width: 100% !important; 
  border-collapse: collapse; 
}

/* Zebra striping */
.styled tr:nth-of-type(even) { 
  background: #eee; 
}

th.styled { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}

.styled thead tr {
 background: #004481;
  color: white;
  font-weight: bold;
}

.styled td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}