.compacttable {
  background-color: #FFFFFF;
}
.compacttable td {
  padding: 0.5em !important;
  border-right: 1px solid #eaeaea;
}
.compacttable td.compacttableTableLastCol {
  border-right: none;
}
.compacttable td.compacttableTableHeaderFirstCol {
  padding: 1em 1em 1em 1.8em !important;
}
.compacttable td.compacttableTableHeaderOddCol {
  padding: 1em !important;
}
.compacttable td.compacttableTableHeaderEvenCol {
  padding: 1em !important;
}
.compacttable td.compacttableTableHeaderLastCol {
  padding: 1em 1.8em 1em 1em !important;
  border-right: none;
}
.compacttable td:last-child {
  border-right: none;
  padding-right: 1.8em !important;
}
.compacttable td:first-child {
  padding-left: 1.8em !important;
}
.compacttable th {
  padding: 0.5em !important;
  border-right: 1px solid #eaeaea;
}
.compacttable th.compacttableTableLastCol {
  border-right: none;
}
.compacttable th.compacttableTableHeaderFirstCol {
  padding: 1em 1.8em 1em 1em !important;
}
.compacttable th.compacttableTableHeaderOddCol {
  padding: 1em !important;
}
.compacttable th.compacttableTableHeaderEvenCol {
  padding: 1em !important;
}
.compacttable th.compacttableTableHeaderLastCol {
  padding: 1em 1.8em 1em 1em !important;
  border-right: none;
}
.compacttable th:last-child {
  border-right: none;
  padding-right: 1.8em !important;
}
.compacttable th:first-child {
  padding-left: 1.8em !important;
}
.compacttable tr:first-child {
  font-weight: 600;
}
.compacttable tr:first-child td {
  padding: 1em;
}
.compacttable tr:first-child td:first-child {
  padding-left: 1.8em !important;
}
.compacttable tr:first-child td:last-child {
  padding-right: 1.8em !important;
}
.compacttable tr.compacttableTableEvenRow {
  background-color: #fafafa;
}
.compacttable p {
  margin: 0 !important;
}
