
.cs_cookies .navbar-fixed-top {
  top: 30px;
}

.csCookies-wraper {
  position: fixed;
  bottom: 0px;
  min-height: 31px;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  padding: 6px;
  font-size: 12px;
  line-height: 30px;
  opacity: .9;
  text-align: center;
  z-index: 99999;
  display: none;
}

.csCookies-wraper a {
  color: #000000;
  text-decoration: underline;
}

.csCookies-wraper p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.csCookies-wraper .csCookies-close {
  margin: 4px 5px 0px 0px;
}

.csCookies-wraper #disclaimerCookieHide {
  background-color: #d4dee6;
  border-radius: 4px;
  margin: 0 0 0 30px;
  display: inline-block;
  height: 27px;
  line-height: 27px;
  text-decoration: none;
  padding: 0 15px;
  font-weight: bold;
}
