
	#cookies { position: fixed; z-index: 9999; height: 22em; max-height: 100vh; left: 0; bottom: 0; background: #f0f0f0; border-top: 0.25em solid #5d5d5d; display: none; overflow: auto; }
	#cookies input { display: none; }
	#cookie_wrapper { padding: 1em 0; margin: 0 10em; }
	#cookie_head { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; font-size: 1.4em; font-variant: small-caps; }
	#cookie_head img { width: 2em; margin-right: 0.5em; opacity: 0.8; }
	#cookie_info { margin: 1em 0 1em 0; font-variant: small-caps; text-align: center; }
	#cookie_selection { display: flex; flex-wrap: wrap; width: 80%; margin: 0px auto; margin-bottom: 1em; }
	#cookie_selection table { margin: 0px auto; }
	.cookie_selection_point { width: 25%; cursor: pointer; }
	#cookie_selection img { display: block; height: 1.5em; margin-right: 0.5em; }
	
	#accept_button { }
	#accept_button .cookie_choice_button { font-size: 1.1em; margin: 0px auto; margin-bottom: 0.5em; width: 12em; border-radius: 5px; cursor: pointer; }
	
	#cookie_choice { display: flex; flex-wrap: wrap; width: 24.5em; margin: 0px auto; }
	#cookie_choice .cookie_choice_button { width: 12em; border-radius: 5px; cursor: pointer; }
	
	.cookie_choice_button table { margin: 0px auto; }
	.cookie_choice_button_img img { display: block; height: 1.5em; margin-right: 0.5em; }

	@media only screen and (max-width: 1400px) {
		#cookies { height: 24em; }	
	}
	
	@media only screen and (max-width: 1200px) {
		#cookies { font-size: 1.2em; height: 29em; }
		#cookie_wrapper { padding: 1em 0; margin: 0 2em; }
		#cookie_head { display: block; text-align: center; }
		#cookie_selection { width: 100%; margin-bottom: 1em; }
		.cookie_selection_point { width: 50%; margin-bottom: 1em; }
		#cookie_choice { width: 20.5em; margin: 0px auto; }
		#cookie_choice .cookie_choice_button { width: 10em; border-radius: 5px; cursor: pointer; }		
	}
	
	@media only screen and (max-width: 800px) {
		#cookies { height: 33em; }
	}
	
	@media only screen and (max-width: 600px) {
		#cookies { height: 35em; }
	}
	
	@media only screen and (max-width: 500px) {
		#cookies { height: 42em; }
	}
	
	@media only screen and (max-width: 400px) {
		#cookies { height: 44em; font-size: 1.1em; }
	}