/*
 * Full Screen
 * Author: Timothy Smitley
 * Version: 1.0.0
 * URL: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Description: Simple, Elegant Full-Screen mode for Rapidweaver Stacks
 */
html {
    height: 100%;
}



    #fullscreen_stacks_in_826_page0 {
        position: fixed;
        bottom: 40px;
    
        right: 40px;
    
    
    
        width: 30px;
        height: 30px;
        cursor: pointer;
        -webkit-transform: translateZ(0);
        -webkit-transition: all .5s ease-in-out;
           -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
             -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
        z-index: 9999;
    }
    .fullscreen_stacks_in_826_page0 {
        display: block;
    }
    .smallscreen_stacks_in_826_page0 {
        display: none;
    }


.fullscreen_stacks_in_826_page0, .smallscreen_stacks_in_826_page0 {
    width: 30px;
    height: 30px;
}
.fullscreen_stacks_in_826_page0 *, .smallscreen_stacks_in_826_page0 * {
    position: relative;
    width: 100%;
    height: 100%;
}