.recommendation .recommended-material {
	height: auto;
}

.recommended-material__texts a {
    padding-bottom: 6px;
    -webkit-line-clamp: 5;
    text-wrap-style: balance;
}

a.recommended-material__description.series_title {
    -webkit-line-clamp: 2 !important;
    padding-bottom: 0;
}

a.series_types {
    text-transform: capitalize;
}
a.series_types span {
	white-space: nowrap;
}

@media screen and (min-width: 451px) {
	a.series_types {
	    padding-left: 9px;
	    position: relative;
	}
	a.series_types:before {
	    content: '›';
	    margin-right: 2px;
	    color: #222e5b;
	    font-size: 20px;
	    position: absolute;
	    left: 0px;
	    top: -1px;
	}
}

/* GL KODE */
ul.material-grid__items li {
	position: relative;
}

ul.material-grid__items li .serieNumber {
	position: absolute;
  left: 10px;
  top: 10px;
  border: 2px solid #004f56;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 25px;
  color: #004f56;
  font-size: 20px;
  font-family: "Lora", serif;
  background: rgba(255, 255, 255, 0.75);
}