#target {
	display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    padding: 5px 0;
    background-color: #000;
    color: #8e8e8e;
    text-align: center;
    position:fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
    transition: opacity 3s;
}
a.cookie:link {
	text-decoration: underline;
	color: #8e8e8e;
    font-size: 12px;
}
a.cookie:visited {
	text-decoration: none;
	color: #8e8e8e;
}
a.cookie:hover {
  text-decoration: underline;
}
a.cookie:active {
  text-decoration: underline;
}