/*
---------------------------------------------------------
KAKVARNING/COOKIES
--------------------------------------------------------- */

.lp-cookie-consent {
  background: #f6840c;
  color: #fff;
  padding: 1em;
  text-align: center
}

.lp-cookie-consent a, .lp-cookie-consent button {
  color: inherit;
  font-size: inherit
}

.lp-cookie-consent button {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  margin-left: 1em;
  padding: .6em .8em
}

.lp-cookie-consent button:hover, .lp-cookie-consent button:focus {
  background: #fff;
  border: 2px solid transparent;
  color: #000
}					

.lp-cookie-consent button:focus {
  text-decoration: underline
}
