<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main_container{
position: absolute;
width: 100%;
height: 100%;
top: 0%;
left: 0%;
background: #666;
}

#title_container{
position: absolute;
width: 100%;
height: 100%;
top: 0%;
left: 0%;
}

#message_container{
position: absolute;
width: 0%;
height: 50%;
top: 25%;
left: 0%;
border: solid 1px #b7b7b7;
background: #eee;
}

#content_container{
position: absolute;
width: 100%;
height: 90%;
top: 9%;
left: 0%;
}

#left_container{
position: absolute;
width: 48%;
height: 100%;
top: 0%;
left: 1%;
overflow: auto;
border: solid 1px #b7b7b7;
background: #eee;
}

#left_container_tree{
position: absolute;
width: 48%;
height: 100%;
top: 0%;
left: 1%;
overflow: auto;
border: solid 1px #b7b7b7;
background: #eee;
}

#left_container_tree_searchResults{
position: absolute;
width: 48%;
height: 100%;
top: 0%;
left: 1%;
overflow: auto;
border: solid 1px #b7b7b7;
background: #eee;
}

#right_container{
position: absolute;
width: 48%;
height: 100%;
top: 0%;
left: 51%;
overflow: auto;
border: solid 1px #b7b7b7;
background: #eee;
}

#one_container{
position: absolute;
width: 98%;
height: 100%;
top: 0%;
left: 1%;
overflow: auto;
border: solid 1px #b7b7b7;
background: #eee;
}

div.text_container{
position: absolute;
width: 50%;
height: 50%;
top: 10%;
left: 10%;
overflow: auto;
border: solid 1px #b7b7b7;
}

div.slider
{
position: absolute;
width: 0%;
height: 100%;
top: 0%;
left: 1%;
background: #eee;
}

div.slider div.knob
{
background: #000;
width: 100%;
height: 16px;
} 

div.test
{
position: absolute;
width: 100;
height: 50;
top: 200;
left: 300;
}

tr.ttest
{
background: #666;
opacity: 0.5;
}
</pre></body></html>