@charset "utf-8";
		
/* 
		
##############################################################
###                                                        ###
###  CSS FILE : Site Theme Consolidation File              ###
###                                                        ###
##############################################################
		
(C)opyright 2022 - Modularware
www.modularware.com

*/

/*#####################################
###                                 ###
###  LAYOUT 	: Basic             ###
###  VERSION  	: Default           ###
###                                 ###
#####################################*/

	

body {
    height: 100%;
    margin: 0;
}
		
html {
    height: 100%;
    box-sizing: border-box;
}
		
*,*:before {
    box-sizing: inherit;
}
		
*:after {
    box-sizing: inherit;
}


#PageWrapper {
	height: 100%;
    margin: auto;
    max-width: 800px;
    padding: .5em;
}


#Content {
	margin:1em;
	padding: 2em;
}

		
#StickyFooter {
    height: 100%;
    display: flex;
    flex-direction: column;
}
	
		
#StickyFooter_Top {
    flex: 1 0 auto;
}

		
#StickyFooter_Foot {
    flex-shrink: 0;
}


#CenterPanel {
	padding: 0 2em;
}


/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/


