/* CSS Document */


#cookie-wrapper{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;

	background-color: rgba(0,0,0, 0.6);
	z-index: 99999 !important;
}

#cookieChoiceInfo {
	position: absolute;
	top: 50%;
	left: 50%;

	padding: 30px;

	transform: translate(-50%,-50%);
	background-color: white;

}
#cookieChoiceInfo a {
    display: block;
    margin: 10px auto 0 auto!important;
    padding: 5px 10px;
    width: 50px;
    background-color: #003788;
    color: white;
    text-align: center;
}
