

.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_216_page3 {
	height: 40px;
}











.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_235_page3 {
	height: 40px;
}











.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_238_page3 {
	height: 40px;
}









/*
 * 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_146_page3 {
        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_146_page3 {
        display: block;
    }
    .smallscreen_stacks_in_146_page3 {
        display: none;
    }


.fullscreen_stacks_in_146_page3, .smallscreen_stacks_in_146_page3 {
    width: 30px;
    height: 30px;
}
.fullscreen_stacks_in_146_page3 *, .smallscreen_stacks_in_146_page3 * {
    position: relative;
    width: 100%;
    height: 100%;
}