.title {
  white-space: nowrap;
  font-size: 1.1em;
  overflow: hidden;
  text-overflow: ellipsis;
}
