.easy-series-toc {
	background-color: #eeeeee;
	padding: 10px 10px 0 10px;
	margin:20px 10px;
}

.easy-series-toc table {
	width: 100%;
	border: 0;
}

.easy-series-toc table th {
	border: 0;
	border-bottom: 2px solid #d1d1d1;
	background-color: #cccccc;
	padding: 5px;
}

.easy-series-toc table th:nth-of-type(1) {
	text-align: left;
}

.easy-series-toc table th:nth-of-type(2) {
	font-weight: normal;
	text-align: right;
	width: 30%;
}

.easy-series-toc table td {
	border: 0;
	padding-bottom : 10px;	
}

.easy-series-toc table td:nth-of-type(2) {
	text-align: right;
}
.series_list_view dl {
	margin-bottom : 20px;
}
.series_list_view dl dt {
	font-size : 120%;
}
.series_list_view dl dd {
	padding-left : 10px;
	padding-bottom : 10px;
}