
#cookieChoiceInfo .x-panel-container
{
  z-index: 1000;
  /*position: fixed;*/
  font-size: 12px;
  top: 0;
  left:0;
  right:0;
}

#cookieChoiceInfo .x-panel
{
  padding: 10px;
  background-color: rgba(20,20,20,0.9);
  color: #fff;
  left: 0;
  right: 0;
  font-weight: normal;
  margin: 0;
  line-height: 1.8
}


#cookieChoiceInfo .x-text
{
  padding:0;
  margin:0;
}

#cookieChoiceInfo a
{
  color: rgb(255, 240, 245);
  background-color: #000;
  border-radius: 3px;
  padding: 5px;
  font-weight: bold;
  font-size:inherit;
  display: inline;
  margin-left: 1em;
  text-decoration: none;
}

