/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.hfch-header {
	text-align:center;
	/*background:#FFA500;*/
	color:#fff;
	padding:10px;
}
.hfch-footer {
	text-align:center;
	/*background:#FFA500;*/
	color:#fbfbfb;
	padding:10px;
}
.enweby-hfch-sticky-header-top{position:fixed;top:0;left:0;right:0;z-index:99999;}
.enweby-hfch-sticky-header-left{position:fixed;top:20px;max-width:350px;left:0;z-index:99999;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.enweby-hfch-sticky-header-right{position:fixed;top:20px;max-width:350px;right:0;z-index:99999;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.enweby-hfch-sticky-footer-bottom{position:fixed;bottom:0;left:0;right:0;z-index:99999;}
.enweby-hfch-sticky-footer-left{position:fixed;bottom:5%;max-width:350px;left:0;z-index:99999;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.enweby-hfch-sticky-footer-right{position:fixed;bottom:5%;max-width:350px;right:0;z-index:99999;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
