.wp-post-series-box, .entry-content .wp-post-series-box  {
/*	border: 1px solid #eee;
	padding: 0 1em;
	margin: 1em 0; */
	border-top: 1px solid #eee;
	padding: 0 5px 0 0;
	margin: 2em 0;
}
/*.wp-post-series-box.expandable, .entry-content .wp-post-series-box.expandable {
	cursor: pointer;
} */
.wp-post-series-name, .entry-content .wp-post-series-name {
	font-weight: 300;
	margin: 1em 0;
}
.wp-post-series-description, .entry-content .wp-post-series-description {
	margin: 0;
	display: inline-block;
}
.wp-post-series-description p, .entry-content .wp-post-series-description p {
	margin: 1em 0;
}
.wp-post-series-nav, .entry-content .wp-post-series-nav {
/*	display:none; */
	margin: 1em 0;
}
.wp-post-series-nav a {
	font-weight: 500;
}
.wp-post-series-nav ol, .entry-content .wp-post-series-nav ol {
	font-family: Playfair Display;
	font-weight: 400px;
	font-size: 16px;
	list-style-type: decimal;
	margin-left: 0 !important;
}
.wp-post-series-nav li {
	line-height: 1.4 !important;
}
.wp-post-series-show-nav, .wp-post-series-show-description,
.entry-content .wp-post-series-show-nav, .entry-content .wp-post-series-show-description, {
	float: right;
	padding: 0 1em 0 0;
}