.statementMonthBilling {
  border: 1px solid var(--gray-a);
  margin: 16px 0;
}

.statementMonthBilling tr {
}
.statementMonthBilling tr.totalRow {
  background-color: rgba(0, 0, 0, 0.05);
}

.statementMonthBilling th {
  padding: 4px 8px;
  border: 1px solid var(--gray-a);
  font-weight: bold;  
}

.statementMonthBilling td {
  padding: 4px 8px;
  border: 1px solid var(--gray-a);
}
.statementMonthBilling td.right {
  text-align: right;
}

