#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:80px; left:30px; }
.cn-bottom-right { bottom:80px; right:30px; }
#cookie-notice .button.bootstrap, a.button.bootstrap {
  font-weight: 500;
  width: 22px;
  color: white !IMPORTANT;
  BACKGROUND: TRANSPARENT !IMPORTANT;
  vertical-align: bottom;
  text-align: center;
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 0;
  BORDER:0px;
      -webkit-box-shadow: rgba(0, 0, 0, 0) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 0) 0 1px 0;
}
.link-info  {
color: #06aaf6 !important;
vertical-align:bottom;
}
	
	
#cookie-notice .button.bootstrap:hover, #cookie-notice .button.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;
}
    