.cookie {
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
	    position: fixed;
	    width: 98%;
	    bottom: 0;
}
 .hidden {
    display: none;
  }
  .fade-out {
    opacity: 1;
    transition: opacity 1s ease;
  }
  .fade-outs {
    opacity: 0;
    transition: opacity 1.5s ease;
  }
.flex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0px;
}

.compliance {
cursor: pointer;
	display: block;
	padding: 0.4em 0.8em;
	font-size: .9em;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap;
	color: #333;
	height: 25px;
	line-height: 25px;
	background: #fff;
}
.cookie a{
	color: #C7C7C7;
}
.cookie a:hover{
	color: #1B74B6;
}
.compliance a{
	color: #333;
}