* {
    box-sizing: border-box;
    margin: 0;
	padding: 0
}

#cookie {
	font-family: "Verdana", "Tahoma",  "Arial", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	display: none;
	padding: 20px;
	background: #f8eacb;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	color: #503D30;
	font-weight: 400;
	border: 3px solid #503D30;
	box-shadow: 0px 2px 6px 1px #000000;
}

#cookie a {
	text-decoration: underline;
	color: #ce5300;
	font-weight: 400
}

#cookie .cookieTitle {
	font-size: 1.2rem;
	font-weight: 700
}

#cookie .cookieDesc {
	padding-top: .5rem;
	padding-bottom: .5rem
}

#cookie .button {
	display: block;
	padding: 7px;
	color: #ffffff;
	text-align: center;
	text-shadow: black 3px 2px 4px;
	background: #503D30;
	border: 2px solid #E4BD41;
	border-radius: 6px;
	box-shadow: 0px 2px 6px 1px #000000;
	margin-top: 7px;
	width: 100px;
	margin: 0 auto
}

#cookie a.button {
	text-decoration: none;
}

#cookie .deadlink {
	color: red;
	font-style: italic
}

@media only screen and (min-width: 48rem) {
  #cookie {
	width: 390px;
	padding: 30px;
	left: initial;
	bottom: 30px;
	right: 30px;
	border-radius: 6px
  }
}
