/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 24 2022 | 21:18:01 */
/* Add your CSS code here.
by the Loremaster Moonmage for Dalat :-)
Twitter: @steverobertz
End of comment */ 


#puw, #dip, #ccr, #apc, #elr, #ddep, #san-eng, #san-sci, #san-ssh, #san-bib, #san-mat, #san-art, #san-lan{
  padding-top: 100px;
  margin-top: -100px;
  z-index:-1;
}
.scrollToTop a:hover{
  cursor: pointer;
}


.curPreReqTables td{
	font-size: small !important;
  	line-height: initial;
}
.curPreReqTables a:hover{
	text-decoration: none;
}
.curPreReqTables th{
	text-transform: uppercase;
    font-weight: 300 !important;
    letter-spacing: 2px;
    font-size: 11px !important;
}
.curPreReqTables .column-1{
	width:38%;
}



/* Background Color CSS for individual sections of the HS notes with hover CSS */ 
.curPreReqTables-eng th{
	background-color: #f9d1ec !important;
}
.curPreReqTables-eng .row-hover tr:hover td{
	background-color:#FBE3F3;
}
.curPreReqTables-sci th{
	background-color: #dfd5f9 !important;
}
.curPreReqTables-sci .row-hover tr:hover td{
	background-color:#EBE5FB;
}

.curPreReqTables-soc th{
	background-color: #d5eef9 !important;
}
.curPreReqTables-soc .row-hover tr:hover td{
	background-color:#E5F4FB;
}

.curPreReqTables-bib th{
	background-color: #f9edd5 !important;
}
.curPreReqTables-bib .row-hover tr:hover td{
	background-color:#FBF4E5;
}

.curPreReqTables-mat th{
	background-color: #d5f6f9 !important;
}
.curPreReqTables-mat .row-hover tr:hover td{
	background-color:#E5F9FB;
}

.curPreReqTables-art th{
	background-color: #f9dad5 !important;
}
.curPreReqTables-art .row-hover tr:hover td{
	background-color:#FBE8E5;
}

.curPreReqTables-lan th{
	background-color: #d9edee !important;
}
.curPreReqTables-lan .row-hover tr:hover td{
	background-color:#E8F4F4;
}

.curPreReqTables-fit th{
	background-color: #d5f9e3 !important;
}
.curPreReqTables-fit .row-hover tr:hover td{
	background-color:#e5fbf170;
}

.curPreReqTables-add th{
	background-color: #e1d5f9 !important;
}
.curPreReqTables-add .row-hover tr:hover td{
	background-color:#ebe5fbb8;
}

/* Width Adjustnment for individual sections of the HS notes */ 
.curPreReqTables-eng .column-1, .curPreReqTables-sci .column-1{
	width:34%;
}



/* Adjustments for mobile */ 
@media only screen and (max-width: 768px){
.curPreReqTables th{
	font-size: 10px !important;
  letter-spacing: 1px;
}
  /* Diploma table */ 
.dipGradReq_tbl th{
  	font-size: 11px !important;
	line-height: normal;
  }
  .dipGradReq_tbl td{
	font-size: small !important;
  	line-height: normal;
}
}
/* END Adjustments for mobile */ 
