#cookie-bar {
  width: 100%;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f0f0f0;
  text-align: center;
  position: relative;
}
#cookie-bar a {
  text-decoration: underline;
}
#cookie-bar .cookie-text-desktop,
#cookie-bar .cookie-text-mobile {
  padding-right: 15px;
  vertical-align: top;
}
#cookie-bar .cookie-button {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  cursor: pointer;
}

/*
@media screen and (min-width: 1024px) {
  #cookie-bar {
    width: 100% !important;
  }
}
*/
