<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cityu-sub-nav-list .cityu-box-item &gt; ul &gt; li {
    border-bottom: 0px solid #fff;
}

body #cityu-sidebar-1 {
	position: sticky !important;
	top: 0 !important;
}

body.cityu-navtheme-03 #cityu-sub-nav-list .cityu-box-item li a.active, body.cityu-navtheme-03 #cityu-sub-nav-list .cityu-box-item li a.active:hover{
	background-color: #bf165e; 
	color: #fff; 
    border: 1px solid transparent;
    border-radius: 4px;	
	}
	
	
body.cityu-navtheme-03 #cityu-sub-nav-list .cityu-box-item li a {
	color: #111555;
    border: 1px solid transparent;
    border-radius: 4px;	
	}
body.cityu-navtheme-03 #cityu-sub-nav-list .cityu-box-item li a:hover {
	background: #bf165e;
	color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;		
	}

#cityu-content table td {
	padding: 3px 6px;
	vertical-align: center;
}


.s-lib-box-title {
    background-color: #487024;
    background-image: none;
    color: #ffffff;
    border-bottom: 0px solid #cccccc;
	padding: 10px;
}

.s-lib-box-items {
    background-image: none;
    color: #ffffff;
    border-bottom: 0px solid #cccccc;
	padding: 10px;
}


.menspace {
	background-color: #FFFFFF;
}

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