
.bg-grey {
  background-color: #EEEEEE;
}

.sub {
  padding: 15px;
}

.app {
  color: grey;
  font-weight: 900;
  font-size: 18px;

  cursor: pointer;

  margin: 15px;
}

.app:hover {
  color: #CC3399;
}

.active {
  color: #CC3399;
  padding-bottom: 3px;
  border-bottom-width: 3px;
  border-bottom-color: #CC3399;
  border-bottom-style: solid;
}

