<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .ab-icon, #wp-admin-bar-site-name  {
	display: none;
} */
/* #wpadminbar {
	background: #264982;
} */

.student-portal-sidebar {
	padding: 20px;
	margin-top: 20px;
	background: #264982;
	list-style: none;	
}

.student-portal-sidebar ul {
	list-style:none;
}

.student-portal-sidebar li a{
	list-style:none;
	color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    text-transform: uppercase;
    background-color: inherit;
    border-bottom: solid 1px #ffffff;
	
}
.student-portal-sidebar li a:hover{
	color: #b0c4de;
    background-color: inherit;
}</pre></body></html>