#cookieChoiceInfo {
  font-family: 'Arial',sans-serif !important ;
	background-color: #5a5a5a;
  font-size: 0.883em;
  line-height: 2.020em;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0px;
  left:0px;
  width: 100%;
  z-index: 999999;
}

#cookieChoiceInfo p {
	padding: 7px 15px 7px 15px;
  margin: 0;
}

#cookieChoiceInfo a {
  background-color: #303030;
  border: 1px solid rgba(0,0,0,.1);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  line-height: 1.188em;
  padding: 4px 8px;
  display: inline;
  text-decoration: none;
  white-space: nowrap;
  margin: 0px 3px;
}