.stats-wrapper {
  display: flex;
  justify-content: space-evenly;

  .stat-block {
    background: #FFF;
    border: 1px solid #e4e5e7;
    border-radius: 2px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    margin-right: 1rem;
    flex-grow: 1;
    flex-basis: 0;
    &.last {
      margin-right: 0rem;
    }
  }
}

.user-drilldown {
  display: flex;
  justify-content: space-between;
  .roles {
    width: 50%;
    margin-right: 1rem;
  }
  .workflows {
    width: 50%;
  }
  .drilldown-header {
    background-color: #EAEAEA;
    padding: .5rem;
    margin: .5rem 0 .5rem 0;
    border-radius: 4px;
    text-transform: uppercase;
  }
  .item {
    padding-left: 1rem;
    padding-bottom: .5rem;
  }
}
