#wol-footer{
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	background: white;
  	height: 4rem;
  	padding: 0.5rem;
  	z-index:1000;
}
#wol-footer-break{	
	text-align: center;
	width: 700px;
	background: white;
  	height: 4rem;
  	padding: 0.5rem;
}

#footer-title{
	font-weight: bold;
	font-size: 0.75rem;
}

.footer-text{
	font-size: 0.5rem;
	padding: 0.1rem 0;
}

.footer-hidden{
	display: none;
}