/*
.view-frontpage article {
  width: 20%;
  margin: 6px;
  padding-left: 6px;
  height: 180px;
  overflow: hidden;
}

.department-physical-activity {
  background-color: rgba(200, 200, 255, .4);
}
.department-healthy-eating {
  background-color: rgba(200, 255, 200, .4);
}

.node--type-recipe.node--view-mode-teaser {
  border: 1px solid green;
  width: 46%;
}

.node--type-activity.node--view-mode-teaser {
  border: 1px solid blue;
  width: 46%;
}

.node--type-book.node--view-mode-teaser {
  border: 1px solid violet;
}
*/