#cookie-popup {
	font-size: 13px;
	background-color: rgba(0,0,0,0.5); /*opacity*/
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8000;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
.cookie-popup-inner {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.2);
	padding: 2px;
	position: absolute;
	z-index: 9000;
	left: 2%;
	right: 2%;
	top: 2%;
	background-color: rgba(255,255,255,1);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	color: black;
	padding: 10px;
}
 @media only screen and (min-width: 600px) {
.cookie-popup-inner {
	transform: translate(-50%, -50%);
	max-width: 500px;
	left: 50%;
	top: 50%;
}
}
.cookie-popup-inner button {
	background-color: green;
	border: none;
	color: white;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	font-weight: bold;
}
.cookie-popup-inner button:hover {
	background-color: #018f01;
	color: black;
}
.hidden {
	display: none;
}
.bull {
	color: limegreen;
	margin-right: 5px;
	margin-left: 5px;
}
a:link.pop, a:visited.pop, a:hover.pop, a:active.pop {
	color: gray;
	background-color: white;
	text-decoration: underline;
}
.amzn {
	font: 13px Georgia, "Times New Roman", Times, serifsans-serif;
	font-family: sans-serif;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	max-width: 160px;
	height: 23px;
	padding: 7px 20px 0px 50px;
	color: #222;
	border: 1px solid #c5a65a;
	border-radius: 4px;
	background: url("https://tuwort.net/images/ama.png") no-repeat 3px 3px, -webkit-gradient( linear, left top, left bottom, color-stop(.05, #f6dd9f), color-stop(1, #f0c24d) );
	margin-top: 15px;
	margin-bottom: 15px;
}
a:link.amzn, a:visited.amzn, a:hover.amzn, a:active.amzn {
	color: black;
}
.submit {
	margin-top: 15px;
}
.hideWithoutJS {
	display: none;
}
