/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2024 | 21:22:52 */
.page-toc {
	height: fit-content;
    border: 2px solid #ddd;
    padding: 30px;
    position: sticky;
    top: 160px;
    background: #fafafa;
}
.page-toc h3 {
	text-decoration: underline;
}
.page-toc li {
	font-size: 15px;
}
.learner-guide {
	padding-left: 60px;
}
.learner-guide a {
	text-decoration: underline;
}
.learner-guide h1, .learner-guide h2, .learner-guide h3, .learner-guide h4 {
	color: #3f1d6d;
}