table {
  border-collapse: collapse;
}

tr {
  
}

thead th {
  background: #009BD4;
  color: #fff;
  font-size: 12px;
  padding: 10px;
}

.CollapsiblePanelTab thead th {
  text-align:left;
}

th {
  background: #E8F3F7;
  font-size: 12px;
  padding: 10px;
  border: 1px solid #eee;
}

td {
  font-size: 11px;
  padding: 10px;
  border: 1px solid #eee;
 vertical-align:top;
}
