.attribute-list {
  font-size: .75em;
  white-space: nowrap;
}
.attribute-list__name {
  color: #a4a5a6;
  &:after {
    content: ":";
  }
}
