
/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
	/*position: relative;*/
	z-index: 999;
}


/* sliding panel */
#bottompanel {
    /*position: relative;*/
    z-index: 999;
   
}

#panel {
	width: 100%;
	overflow: hidden;
	
	z-index: 3;
	display: none;
}

#panel .content {
	font-size: 11px;
}









