th.center, td.center {
  text-align: center !important;
}

table.table-summary {
  width: 100%;
  padding: 0;
}

table.table-summary th {
  font-weight: bold;
  text-align: left;
  background: #b0c4deaa;
  padding: 0.25rem 2rem 0.25rem 0.25rem;
}

table.table-summary tr:hover td {
  background-color: #81B9BA22 !important;
}

table.table-summary td {
  border-bottom: 1px solid #cccccc;
  padding: 0.25rem 2rem 0.25rem 0.25rem;
  vertical-align: top;
}
