<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#tabBar {
    background: #333333;
    top:0px;
    right:300px;
    width:20px;
    height:100%;
    position: absolute;
}
#tl_tab {
    top:0px;
    left:0px;
    width:20px;
    height:100%;
    position: relative;
    background: #333333;
    color: #FFFFFF;
    cursor:pointer;
    vertical-align:bottom;
    padding-top:5px;
}</pre></body></html>