table.ThemeTableSimple {
  width: 100%;
  border-collapse: collapse;
}
table.ThemeTableSimple th,
table.ThemeTableSimple td {
  padding: var(--sizeM) 0;
  border-bottom: var(--sizeXS) dotted var(--colorShadow);
}
table.ThemeTableSimple th > *,
table.ThemeTableSimple td > * {
  display: inline-block !important;
}
table.ThemeTableSimple th > input, table.ThemeTableSimple th > .formInput,
table.ThemeTableSimple td > input,
table.ThemeTableSimple td > .formInput {
  max-width: var(--sizeXL);
}
table.ThemeTableSimple th:not(:first-child),
table.ThemeTableSimple td:not(:first-child) {
  text-align: right;
}
table.ThemeTableSimple th:first-child:after,
table.ThemeTableSimple td:first-child:after {
  content: "";
  width: 100%;
  border-bottom: 2px dotted var(--colorShadow);
}
