/* Add here all your CSS customizations */
table.main{
  border-collapse:collapse;
}
 
table.main th{
  border:1px solid #000066;
  height:32px;
}
 
table.main td{
  border:1px solid #000066;
  background:#ffffff;
  height:32px;
}

.pd5 {
  padding-left: 5px;
}