/**
 * Terms of Use Page Specific Styles
 * URL: /terms-of-use
 * Created: November 15, 2025
 */

p{
	font-size: 13px;
	line-height: 25px !important;
}

ol.touid li {
	font-size: 13px;
}

@media only screen and (max-width: 768px){
	#touid{
		margin-top: -70px;
	}
}

@media only screen and (min-width: 768px){
	#touid{
		margin-top: 70px;
	}
	.syllabus-menu{
		position: fixed;
	}
}
