#icon-rebel_cookies_page{
background: url('img/rebel_logo_icon_big.png') top left no-repeat;;
}

#open_rebel_cookie_notification_bar_id {
  height: 58px;
  width: 40px;
  /*background: url('../img/open-bar.png') no-repeat;*/
  cursor: pointer;
  position: fixed;
  right: 200px;
}

#rebel_cookie_notification_bar_id {
  background: #464646;
  height: 42px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  position: fixed;
bottom: 0;
z-index: 999;
}



.hello-container {
  width: 940px;
  margin: 0 auto;
}

#rebel_cookie_notification_bar_id p {
  float: left;
  width: 920px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  padding: 0;
  margin: 0;
}


#rebel_cookie_notification_bar_id a { color: #339FD5; }
#rebel_cookie_notification_bar_id a:hover { border-bottom: 1px dotted #339FD5; }

#rebel_cookie_notification_bar_id .close a {
  text-indent: -9999px;
  display: block;
  float: left;
  width: 17px;
  height: 17px;
  background: url('img/close.png') no-repeat;
  margin: 13px 0 0 0;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}



#rebel_cookie_notification_bar_id .close a:hover {
  border: 0;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#rebel_cookie_bar_text{
width:400px;
}

#rebel_cookie_notification_bar_id.light_theme{
background: #F5F5F5;
}

#rebel_cookie_notification_bar_id.light_theme p{
color: #464646;
}


#rebel_cookie_notification_bar_id.light_theme .close a{
  background: url('img/close_light-theme.png') no-repeat;
  filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}

#rebel_cookie_notification_bar_id.light_theme .close, #rebel_cookie_notification_bar_id .close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: 20px;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 1;
filter: alpha(opacity=1);
}

#rebel_cookie_notification_bar_id.light_theme a { color: #464646; }
#rebel_cookie_notification_bar_id.light_theme a:hover { border-bottom: 1px dotted #464646; }

#rebel_cookie_notification_bar_id.light_theme .close a:hover {
  border: 0;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}