<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
This is the section css for
Curriculum and Academic Policies Council (CAPC) 
*/

/* ***** GLOBAL ***** */
#home-content .noList { list-style: none; margin-left: 0; }
#home-content h4 { margin-top: 20px; margin-bottom: 10px; }
#home-content h3.noBorder{border-bottom-color: transparent;}
.contentHolder h3.noBorder::after{background:transparent;}

/* ***** DEFAULT ***** */
#home-content .homepage .grid9 { padding-right: 2em; }
#home-content .greyGrid { background-color: #eee; padding: 10px; margin-bottom: 20px; font-size: .95em; }
#home-content .greyGrid h3:first-child, #home-content .greyGrid h4:first-child { margin-top: 3px; }

/* ***** COMMITTEES ***** */
#home-content .committees .grid6:nth-child(1) { padding-right: 10px; }
#home-content .committees .grid6:nth-child(2) { padding-left: 10px; }

/* ***** GEN ED ***** */
#home-content .gened { width: 100%; padding: 10px; }

/* ***** MEETING DATES ***** */
#home-content .meetingDates .grid6:nth-child(1) { padding-right: 10px; }
#home-content .meetingDates .grid6:nth-child(2) { padding-left: 10px; }

/* ***** PROPOSALS ***** */
#home-content .policies ul li { margin-bottom: 15px; }
#home-content .policies ul ul { margin-left: 40px !important; }

/* ***** PROPOSAL TABLE ***** */
#home-content .proposalTable{width: 100%; border-collapse: collapse; text-align: center;}
#home-content .proposalTable th{background-color: #763775; color: #FFF; border: 1px solid #ccc;}
#home-content .proposalTable td{padding: 5px; border: 1px solid #ccc; width: 25%; vertical-align: top;}
#home-content .proposalTable ul{list-style-type: none; margin-left: 0;}

@media only screen and (max-width:768px) {
	#home-content .homepage .grid9 { padding-right: 0; }
	
	#home-content .committees .grid6:nth-child(1) { padding-right: 0; }
	#home-content .committees .grid6:nth-child(2) { padding-left: 0; }
	
	#home-content .meetingDates .grid6:nth-child(1) { padding-right: 0; }
	#home-content .meetingDates .grid6:nth-child(2) { padding-left: 0; }
}

@media only screen and (max-width:650px){

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr{display: block;}
    /* Hide table headers (but not display: none;, for accessibility) */
    #home-content .proposalTable thead tr{position: absolute; top: -9999px; left: -9999px;}
    #home-content .proposalTable tr{border: 1px solid #ccc;}
    /* Behave  like a "row" */
    #home-content .proposalTable td{ border: none; border-bottom: 1px solid #C1C1C1; position: relative; padding-left: 0; padding-top: 30px; width: 100%;}
    /* Now like a table header */
    #home-content .proposalTable td:before{content: attr(data-label); width: 100%; background-color: #763775; color: #FFF; position: absolute; top: 0px; left: 0; font-weight: bold;}
}</pre></body></html>