
.si-table-of-contents-title {
	display: flex;
    align-items: center;
    white-space: nowrap;
	color: #EE3D49;
	font-size: 28px;
	padding-bottom: 12px;
}

.si-table-of-contents-title::after {
    content: "";
    width: 100%;
    margin-top: 1px;
    height: 2px;
    background-color: #e2e2e2;
    flex: 1 1 auto;
    margin-left: 20px;
}

li.si-table-of-contents-list {
	padding-top: 12px;
	padding-bottom: 12px;
	display: inline-flex;
	align-items: center;
}

a.si-table-of-contents-link {
	width: 100%;
	display: inline-flex;
	transition: background 0.3s;
    border-bottom: 1px solid #E2E2E2;
}
a.si-table-of-contents-title-text{
	font-weight: bold;
}
a.si-table-of-contents-link:hover {
	color: black;
	background-color: rgb(236 236 236);
	transition: background 0.3s;
}

span.si-table-of-contents-page-number {
	/* padding: 8px; */
	display: inline-flex;
	justify-content: center;
	align-self: flex-start;
	align-items: center;
	min-width: 40px;
	min-height: 40px;
	border: 3px solid black;
	border-radius: 100%;
	margin: 0 6px;
	font-weight: bold;
}

.si-table-of-contents-active-choice {
	background-color: rgb(236 236 236);
}

.si-table-of-contents-last-link {
	border: none !important;
}