
#cookie-notice {
display: none;
position: fixed;
width: 460px;
height: auto;
z-index: 100000;
font-size: 13px;
line-height: 18px;
text-align: left;
color: rgb(255, 255, 255); display: block; background-color: rgba(0, 0, 0, 0.701961);
}

.cookie-notice-container { padding:20px; }
.cn-top,
.cn-top-left { top:30px;  left:30px; }
.cn-top-right { top:30px; right:30px; }
.cn-bottom, .cn-bottom-left { bottom:78px; left:30px; }
.cn-bottom-right { bottom:78px; right:30px; }

#cookie-notice .button-cn-accept.bootstrap, a.button-cn-accept.bootstrap  {
font-weight: 500;
width:22px;
color: white;
vertical-align:bottom;
text-align:center;
position:absolute;
bottom:5px;
right:5px;
padding:0;
}
	
.link-info  {
color: #06aaf6 !important;
vertical-align:bottom;
}
	
#cookie-notice .button-cn-accept.bootstrap:hover, #cookie-notice .button-cn-accept.bootstrap:focus {
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
