.left
{
    float:left;
}

.folk-debug-container
{
    position:fixed;
    height: 40px;
    width:99%;
    bottom:0;
    background:#eee;
}

.folk-debug-container h2
{
    margin:0;
    font-size:15px;
}


.folk-debug-container h3
{
    margin:0;
    font-size:13px;
    display:none;
}

.folk-debug-container.expanded
{
    height: 220px;
}

.folk-debug-container.expanded h3
{
    display:block;
}

.debug-content
{
    display:none;
}

.folk-debug-container.expanded .debug-content
{
    display:block;
    overflow:hidden;
    overflow-y:auto;
    max-height:180px;
    margin-right:20px;
}

.folk-debug-container.expanded .layout-xml .debug-content
{
    overflow-y: scroll;
    font-size:11px;
}