<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* template overrides */
#layoutPageTitle { display:none; }
.policy_college_title { display:none; }

/* top formatting */
.section_one { font-size:16px; color:black; line-height:normal; font-family:"Times New Roman", Times, serif; border-bottom:1px solid black; }
.policy_minorhead { font-weight:bold; }
.policy_number { margin-top:15px; font-size:160%; font-weight:bold; color:black; }
.policy_subject { margin:15px 0px 25px; font-size:130%; font-weight:bold; color:black; }

/* policy body formatting */
.section_two { padding-bottom:7px; font-size:1.1em; color:black; line-height:normal; font-family:"Times New Roman", Times, serif; }
.section_two ol li { margin:20px 0; } /* all items of an ordered list should have plenty of margin */
.section_two ul li { margin:0 !important; } /* items of order lists should not have margin; the !important is due to them sometimes being nested in OL's */
.section_two ul { margin:20px 0; } /* unordered lists should only have margin as a block */
.section_two table { margin:20px 0; border-collapse:collapse; }
.section_two td, th { padding:8px 10px; border:1px solid black !important; vertical-align:top; } /* 'important' is just to override the specificity of ckeditor defaults */
.section_two td p, th p { margin-top:0; }

/* policy section formatting */
.section_three { padding-top:15px; margin-bottom:10px; font-size:16px; color:black; line-height:normal; font-family:"Times New Roman", Times, serif; border-top:1px solid black;}
.section_three div { margin:5px 0px; }
.policy_revisiondates { display:none; } /* these shouldn't display be visible per Karen */

/* misc */
#downloadImgContainer { float:right; width:200px; text-align:right; background-color:white; }
#downloadImgContainer img { display:inline-block; cursor:pointer; }

@media screen and (max-width:360px) {
	#downloadImgContainer { float:none; width:auto; margin:0; text-align:left; }
}

@media print {

	#layoutRSCCPrintBanner, #layoutRSCCBanner, #layoutMenu, #templateWeather, #layoutCrumbs, #downloadImgContainer { display:none; }
	
	body { margin-top:12pt; margin-bottom:12pt; }
	.policy_college_title { display:block; font-size:160%; font-weight:bold; }
	#layoutContent { font-size:12pt; color:black; line-height:normal; font-family:"Times New Roman", Times, serif; }

}</pre></body></html>