<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#leo-paneltool {
    background: #f5f5f5;
    width: 300px;
    height: 100%;
    top: 0;
    z-index: 9999;
    left: -320px;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    -o-box-shadow: 0 1px 3px #999;
    -ms-box-shadow: 0 1px 3px #999;
    box-shadow: 0 1px 3px #999;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: left,right,top,bottom,width,margin;
    -moz-transition-property: left,right,top,bottom,width,margin;
    transition-property: left,right,top,bottom,width,margin;
    border-right: 1px solid rgba(0,0,0,.2);
    display: none !important;
}</pre></body></html>