
.table1 table th {
  background-color: #E6E6E6;
  border-bottom: 2px solid #FAFAFA;
  border-right: 1px solid #FAFAFA;
  font-weight: normal;
  padding: 0 1.0em 2px 1.0em;
  }

.table1 table td {
  padding: 0 1.0em 0 1.0em;
  text-align: right;
  }

.table2 table th {
  background-color: #E6E6E6;
  border-bottom: 2px solid #FAFAFA;
  border-right: 1px solid #FAFAFA;
  font-weight: normal;
  padding: 0 1.0em 2px 1.0em;
  text-align: left;
  }

.table2 table td {
  padding: 0 1.0em 0 1.0em;
  }

.table2 table td:nth-child(1) {
  text-align: left;
  }

.table2 table td:nth-child(2) {
  text-align: right;
  }

.table2 table td:nth-child(3) {
  text-align: right;
  }

.table2 table td:nth-child(4) {
  text-align: right;
  }
