.title-container {
  text-align: center;
  font-weight: 550;
  margin-bottom: 1rem;
}
.zero-state {
  font-weight: 500;
  .zero-state-icon {
    font-size: xx-large;
    font-weight: 1100;
  }
}

.widget-container {
  height: 89%; // totaling to 100% was causing some weirdness
  overflow: auto;
  margin-bottom: .5rem;
  .stat-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    .stat-box {
      display: flex;
      justify-content: center;
      flex-direction: column;
      border: 1px solid #DCDCDC;
      padding: 1rem 2rem 1rem 2rem;
      .aggregate-number {
        font-size: 1.25rem;
        justify-content: center;
        display: flex;
      }
      .stat-header {
        font-size: .9rem;
        text-align: center;
      }
    }
  }
}
