#cookies {
  width: 100%;
  min-height: 40px;
  background-color: #4d4d4d;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
#cookies a {
  background-color: #333333;
}
#cookies p:first-child  {
  margin: 0;
  margin-top:13px;
  margin-bottom:13px;
  min-height: 14px;
  line-height: 14px;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
  float: left;
  padding-left: 10px;
  font-family: 'ralewaybold';
}
#cookies p:last-child {
  height: 40px;
  float: left;
  margin: 0;
}
#cookies p:last-child a,#cookies p:last-child button {
  display: block;
  float: left;
  color: #fff;
  text-decoration: none;
  background-color: #333333;
  text-align: center;
  border-radius: 5px;
  width: 110px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  margin-left: 15px;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
#cookies p:last-child button {
  padding: 0;
  border:none;
  width: 45px;
}
@media(max-width:1266px) {
  #cookies p:first-child {
    padding-right: 10px;
    float: none;
    width: calc(100% - 20px);
    margin-bottom: 0;
  }
  #cookies p:last-child a,#cookies p:last-child button {
    margin-left: 10px;
  }
}
