.taskOverview {
  margin: 0 6px 1rem 6px;
  list-style: none;
  background-color: #ccc;
  padding: 0.5rem;
}

.taskOverview li {
  list-style: none;
}

.taskOverview__label {
  color: white;
  font-size: 1.8rem;
  font-weight: 600;
  vertical-align: top;
}

.taskOverview__value {
  background-color: transparent;
  border: 0;
  font-size: 1.8rem;
  width: 100%;
}

.flex-wrapper-task {
  margin-bottom: 1rem;
}

