html, body {
    margin:0;
    padding:0
}

html, body {
    height:100%;
}

#folder-options {
    border-bottom-color: #ffffff;
    position:fixed;
    /*top:0px;*/
    top:120px;
    left:0px;
    right:0px;
    /*height:32px;*/
    height:32px;
    z-index:999;
    overflow:hidden;
}
@media print{
    #folder-options{
        border-bottom-color: #ffffff;
        position:absolute;
        top:0px;
        left:0px;
        right:0px;
        height:32px;
        z-index:999;
        overflow:hidden;
    }
    .header, .footnote,.footer {display: none;}
    .test  { display:block; page-break-before:always; }
    .test  { display:none; }
    
}
#folder-options-inner, #folder-optionsb-inner {
    /*height:32px;*/
    height:32px;
}

#folder-optionsb {
    position:fixed;
    bottom:0;
    left:0px;
    right:0px;
    height:32px;
    z-index:999;
}

.internal_content {
    padding:30px 0;
    position:relative;
}

#internal_content {
    padding:30px 0;
    position:relative;
}

*html #internal_content {
    padding:10px 0;
    position:relative;
}

*:first-child+html #internal_content {
    padding:10px 0;
    position:relative;
}

