				#HGCookie  { 						
					display: block;
					position: fixed;
					left: 50%;
    				transform: translateX(-50%);
					bottom: 3%;
					width: 100%;
					display: flex;
					flex-direction: column;
					justify-content: center;
					min-height: 60px;
					margin-left: auto;
					margin-right: auto;
					background-color: transparent;
				   	background-size: cover;
				   	background-image: url('images_web/bg/HGCookie.png');
				   	border-top: 1px solid grey;
				   	border-bottom: 1px solid grey;
				   	z-index: 180;
				}
				#HGCookie:hover{
					cursor: pointer; 
				}	
				#cookie{
					position: relative;
					top: 50%;
					width: 65%;
					height: 100%;
					margin-left: auto;
					margin-right: auto;
					color: white; 
					font-family: "Raleway";
					font-weight: 500;
					font-style: normal;
					line-height: 1.8em;
					font-size: 0.9em;
					text-align: justify; 
				 	border: none;
				 	z-index: 200;
				}