#foreningstorv .bibliotek-card:not(:first-of-type) {
    margin-top: 50px;
}

#foreningstorv ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-auto-rows: 50px;
  max-height: calc(50px * 3);
  overflow: hidden;
  transition: max-height 0.4s ease;
}

#foreningstorv li {
  padding: 0;
  text-align: center;
  border: 1px solid;
  font-size: 14px;
  line-height: 24px;
}

#foreningstorv li:before {
	display: none;
}

#foreningstorv span.tid {
  display: block;
}

#foreningstorv button.vis-flere {
	margin-top: 10px;
}