td.center {
  text-align: center;
}

td.numeric, th.numeric {
  text-align: right;
}

.table-summary {
  border-collapse: collapse !important;
  padding: 0;
  margin-left: 10px;
}

.table-summary th {
  font-weight: bold;
  text-align: left;
  //background: #d9edf7;
  //border-right: 1px solid #ccc;
  //border-bottom: 1px solid #ccc;
  margin: 0;
  white-space: nowrap;
  //text-transform: uppercase;
  //letter-spacing: 2px;
  padding: 3px 3px 3px 6px;
}

.table-summary td {
  //font-size: 0.9em;
  //border-right: 1px solid #ccc;
  //border-bottom: 1px solid #ccc;
  margin: 0;
  white-space: nowrap;
  padding: 2px;
}

.table-summary td.numeric {
  text-align: center;
}
