.mndrsslist__years {
	display:block;
	list-style-type:none;
	margin:0;
	padding:10px 20px;
	background:#fcfcfc;
	border:1px solid #eeeeee;
	border-radius:5px;
}
.mndrsslist__year {
	list-style-type:none;
}
.mndrsslist__year a {
	padding:1px 0;
	white-space:nowrap;
	color:#777;
	text-decoration:none;
}
.mndrsslist__year.selected a {
	font-weight:400;
}
.mndrsslist__year.selected a,
.mndrsslist__year a:hover {
	color:#002c51;
}

.mndrsslist__headline {
	margin-top:40px;
	margin-bottom:50px;
}

.mndrsslistentry {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.mndrsslistentry:last-child {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}
.mndrsslistentry__title,
.mndrsslistentry__description,
.mndrsslistentry__source {
	margin:10px 0 0 0;
}
.mndrsslistentry__title {

}

.mndrsslist__hits {
	text-align:center;
	margin-top:20px;
	font-size:10px;
}
.mndrsslist__pagination {
	font-size:10px;
	display:flex;
	justify-content:center;
	gap:5px;
}