<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Slidebars 0.9.4 - http://plugins.adchsm.me/slidebars/ Written by Adam Smith - http://www.adchsm.me/ Released under MIT License - http://plugins.adchsm.me/slidebars/license.txt */
html, body, #sb-site, .sb-slidebar{margin:0; padding:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
html, body {width:100%; overflow-x:hidden}
html {height:100%}
body {min-height:100%; position:relative}
#sb-site {width:100%; position:relative; z-index:1; background-color:#fff}
.sb-slidebar {height:100%; overflow-y:auto; position:fixed; top:0; z-index:0; visibility:hidden; background:url(../images/sidebarBgRight.png) #222 repeat-y left top;}
.sb-left {left:0; background:url("../images/sidebarBgLeft.png") repeat-y scroll right top #222222;}
.sb-right {right:0}
html.sb-static .sb-slidebar, .sb-slidebar.sb-static {position:absolute}
.sb-slidebar.sb-active {visibility:visible}
.sb-slidebar.sb-style-overlay {z-index:9999}
.sb-slidebar {width:450px}
.sb-width-thin {width:15%}
.sb-width-wide {width:45%}
#sb-site{height:auto !important; min-height:inherit !important;}
@media(max-width:700px) {
.sb-slidebar {width:350px}
}
@media(max-width:390px) {
.sb-slidebar {width:240px}
}
@media(max-width:250px) {
.sb-slidebar {width:180px}
}
@media(max-width:480px) {
.sb-width-thin {width:55%}
.sb-width-wide {width:85%}
}
@media(min-width:481px) {
.sb-width-thin {width:40%}
.sb-width-wide {width:70%}
}
@media(min-width:768px) {
.sb-width-thin {width:25%}
.sb-width-wide {width:55%}
}
@media(min-width:992px) {
.sb-width-thin {width:15%}
.sb-width-wide {width:45%}
}
@media(min-width:1200px) {
.sb-width-thin {width:5%}
.sb-width-wide {width:35%}
}
.sb-slide, #sb-site, .sb-slidebar {-webkit-transition:-webkit-transform 400ms ease; -moz-transition:-moz-transform 400ms ease; -o-transition:-o-transform 400ms ease; transition:transform 400ms ease; -webkit-transition-property:-webkit-transform, left, right; -webkit-backface-visibility:hidden;}
.sb-hide {display:none}
</pre></body></html>