<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sb-slidebar.sb-active {
	display:none;
}

body,
html{
	overflow-x:visible;
}

#sb-site {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

@media screen and (max-width:600px) {
	body,
	html {
		overflow-x:hidden
	}
	.sb-slidebar {
		background-color:#fff;
		color:#333;
		z-index:100;
	}
	.sb-slidebar.sb-active {
		display:block;
	}
	#slideMenu-L, #slideMenu-R {
		width:100%;
		overflow:scroll;
		-webkit-overflow-scrolling:touch;
		overflow-y:scroll;
		height:100%;
		border-left:1px solid #ddd;
	}
	.close-r {
		text-align:right;
		padding:8% 3%;
	}
	.sb-close {
		padding-right:3%;
	}
	.sb-close::before {
		font-family:FontAwesome;
		content:"\f057";
		float:right;
	}
	.sectionList + .sectionList {
		border-bottom:1px solid #ddd;
	}
	.sectionList &gt; li {
		border-top:1px solid #ddd;
	}
	.sectionList &gt; li &gt; a {
		color:#333;
		display:block;
		padding:5% 4%;
	}
	.sectionList &gt; li &gt; a:hover {
		text-decoration:none;
	}
	.sectionList &gt; li &gt; a:before {
		font-family:FontAwesome;
		padding-right:3%;
		content:"\f105";
		float:right;
	}
	.sectionList &gt; .title {
		background:#eee;
		font-weight:bold;
		padding:2% 4%;
	}
	.sb-close:hover {
		text-decoration:none;
	}
}</pre></body></html>