.cookies-eu {
  line-height: 40px;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  text-align: center;
  border-top: 1px solid #E4E4E4;
  background: #F2F2F2;
}
@media (max-width: 767px) {
  .cookies-eu {
    font-size: 12px;
    line-height: 30px;
    position: fixed;
  }
}
.cookies-eu .cookies-eu-content-holder {
  display: inline-block;
  padding: 0 20px;
  color: #32325F;
}

.cookies-eu .cookies-eu-button-holder {
  display: inline-block;
}

span.cookies-eu-content-holder  a{
  color: #0000FF;
}

.cookies-eu .cookies-eu-button-holder .cookies-eu-ok {
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  min-width: 26px;
  margin-right: 5px;
  padding: 2px 11px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  color: #FFFFFF;
  border: 0;
  outline: none;
  background-color: #4D90FE;
}

.cookies-eu-link, .cookies-eu-link:hover{
  color: #32325F;
  text-decoration: underline;  
}
