#fitmixContainer {   
	width : 100%;   
	height : 100%
  }

#popupContainer {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 100%;
	height: 100%;
	display: none;
	z-index:2000;
}
  
  #popupClose {
	text-align: center;
	background: rgb(200,200,200);
	padding: 4px; 
  }
  
  button {
	display:block;
	margin: 4px;
  }
  