.series-pub-box {
	display: block;
	line-height: 1.3em;
	margin-bottom: 1em;
	border-left: 5px solid transparent;
	border-color: #a32638;
	padding-left: 3px;
}

.series-pub-box span {
	display: block;
	/* color: #333; */
}

.series-pub-box-graybox {
	background-color: #eaeaea;
	position: relative;
}

.series-pub-box-content {
	min-height: 141px;
	padding: 20px;
	/* position: relative; */
	display: flex;
}

.series-pub-box-column-left {
	/* border: 1px solid black; */
	width: 130px;
	flex-shrink: 0;
}

.series-pub-box-column-right {
	/* border: 1px solid black; */
	width: 100%;
}

.series-pub-cover {
	/* margin-bottom: 0.5em; */
}

.series-pub-cover img {
	max-width: 100px;
	height: auto;
	/* fix for baseline problematic of inline elements:
	 * https://developer.mozilla.org/en-US/docs/Images,_Tables,_and_Mysterious_Gaps
	 */
	/* display: block; */
	/* margin-bottom: 10px; */
}

.series-pub-date {
	/* margin-top: 1.3em; */
}

.series-pub-link {
	/* margin-top: 1.3em; */
}

.series-pub-title {
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 0.2em;
	/* color: #333; */
}

.series-pub-metadata span {
	display: inline;
}

.series-pub-author {
	/* font-weight: bold; */
}

span.series-pub-date {
	font-style: italic;
	color: #7b7b7b;
}


.series-pub-abstract {
	margin-top: 2em;
}

div.series-pub-num {
	border-radius: 0 0 40px 0;
	-moz-border-radius: 0 0 40px 0;
	-webkit-border-radius: 0 0 40px 0;
	border: 0px solid #000000;
	/* background-color: #a32638; */
	background-color: #d3a560;
	width: 50px;
	height: 50px;
	color: white;
	padding-bottom: 5px;
	padding-right: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	/* text-align: center; */
	position: absolute;
	/* font-weight: bold; */
	font-size: larger;
}

.series-pub-abstract span {
	display: inline;
}

.series-pub-abstract .morecontent span {
    display: none;
}
.series-pub-abstract .morelink {
    /* display: block; */
}
