/* generics styles*/

body, 
html { 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	text-align:center;
	font-size: 62.8%;
}

div {	
	-moz-box-sizing: border-box; 	
	-webkit-box-sizing: border-box;	
	box-sizing: border-box; 
}

p,
form { 
	margin: 0; 
}

.w100 { width: 100%; }
.h100 { height: 100%; }

.c { 
	margin-left: auto; 
	margin-right: auto; 
}

.fLeft { float: left; display: inline; }
.fRight { float: right; display: inline; }

.b { font-weight: bold; }

.hidden { display: none; }

.clrfix {	clear:both;	height:0;	margin:0;	line-height:0; font-size:1px; }

/* Debug helper classes */
.b1 { border: 1px solid;}
.deborder { border: 1px dashed red!important; }
.debg { background-image: none!important; background-color: aqua!important; }
