#cookie_opt_in_anchor {
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 1000;
  height: 41px;
  width: 41px;
  z-index: 100000;
}

body.admin-bar #cookie_opt_in_anchor {
  /*top: 28px;*/
}

#cookie_opt_in_toggle {
  text-indent: -10000em;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 1000;
  height: 39px;
  width: 41px;
  /*background: url(cookie_anchor.gif) no-repeat;*/
  background: #ffa500 url(mycookies.png) no-repeat
}

#cookie_opt_in_container {
  text-align: left;
  position: fixed;
  padding: 9px 5px;
  z-index: 1001;
  bottom: 40px;
  right: 41px;
  width: auto;
  height: auto;
  background-color: #434c50;
  z-index: 100000;
}

body.admin-bar #cookie_opt_in_container {
  /*top: 28px;*/
}


#cookie_opt_in_container h1 {
  color: white;
  font-size: 14px;
  text-shadow: grey;
  text-align: center;
    display: none;
}

#cookie_opt_in_container label {
  color: white;
  font-size: 12px;
  text-shadow: grey;
  text-align: center;
}

#cookie_opt_in_container label .qmark {
  border: 1px solid white;
  background-color: #15921b;
  color: white;
  padding: 0 4px;
  margin-left: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  cursor: help;
display: none;
}

#cookie_opt_in_container span.checkbox {
  height: auto;
  display: block;
float: right;
}

#cookie_opt_in_container span.info {
  display: none;
}

#cookie_opt_in_container input.button {
font-size: 12px;
    float: left;
    background: url(icon_check.png) no-repeat center center;
    background-size: cover;
    text-indent: -100000px;
    border: 0px;
    width: 33px;
    height: 21px;
    padding: 0;
cursor: pointer;
}
.generic-more {
    float: right;
    color: white !important;
    border: 2px solid white;
    padding: 0px 8px;
    border-radius: 15px;
    margin: 0 5px;
    font-weight: bold !important;
    font-size: 12px !important;
}
#cookie_opt_in_container input#coia-accept-all, #cookie_opt_in_container input#coia-deny-all {
  width: 48%;
  font-size: 12px;
  margin-left: 1%;
}

#cookie_opt_in_container .checkbox .info {
  width: 190px;
  padding: 15px;
  height: auto;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background-color: #000000;
  position: fixed;
  bottom: 205px;
  right: 0;
  color: white;
  font-size: 12px;
}

#cookie_opt_in_container .checkbox .info .always-on{
  clear: both;
  display: block;
  color: #DB3A27;
}

#cookie_opt_in_container .checkbox .info .more {
  float: right;
}