#Reputation-dashboard-container .hl-card {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#Reputation-dashboard-container .hl-card .hl-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/*hide default chart area for invite trends*/
#Reputation-dashboard-container #invites-trend-chart {
  height: 0px !important;
  display: none !important;
}

#Reputation-dashboard-container div.rows.chartJs {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#Reputation-dashboard-container div.rows.chartJs > .chart-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}