ul {
  list-style: none;
}
.past_month_card .card__body {
  display: flex;
  flex-direction: column;
}

.past_month_card .card__body > div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid;
  padding: 8px 0px;
}

.past_month_card .card__body > div:first-child, .past_month_card .card__body > div:last-child {
  font-size: 1.1em;
  font-weight: 600;
}

.past_month_card .card__body > div:last-child {
  border-bottom: 3px double;
}

.past_month_card .card__body > div:not(:first-child)>div {
  width: 150px;
}

.year_table {
  margin: 32px 0;
  border: 3px solid #1f1f1f;
  display: flex;
  flex-wrap: wrap;
}
.year_header{
  font-size: 1.2em;font-weight: 600;padding: 12px 16px;border-bottom: 2px solid #626262;width: 100%;
}

.year_table .totals{width: 100%;}
.year_table .totals>div {
  border-bottom: 1px solid;padding: 4px 8px;
}

.year_table .totals>div:not(:first-child) {
  display: flex;
  
}

.year_table .totals>div:not(:first-child)>div{
  width: 250px;
}

.year_table .month{
  margin: 4px;
  border: 1px solid #626262;
  padding: 8px;
  font-size: 0.75em;
}

.month._bg_green {
  background: #89ff89;
}

.year_table .month span{
  font-weight: 600;
}