﻿#cookies {    
  position: fixed;
  left: 0%;
  top: auto;
  bottom: 0;
  background-color: #a44154;
  z-index: 1000;
  width: 98%;
  box-shadow: 0 0 8px rgba(0,0,0,.4);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.4);
  padding: 2%;
  padding-bottom:0px;
  padding-top:1%;
  color:white;  
  font-size: 12px;
  font-family:'Noto Sans', sans-serif;
  width:100%;
  display:none;
}

.btn-cookies {    
  background-color: red;
  color: white;
  font-weight: bold;
  position: relative;
  float: right;
  top: 1em;
  padding: 0.5em;
  cursor:pointer;
  font-family:'Carrois Gothic SC', sans-serif;
  min-width:50px;  
}

button {    
  -webkit-appearance: button;
  position:relative;
  top:0px;
  margin-right:2%;
}

#cookies .pull-left {
  width: 90%;
  float: left;
  margin-right: 1%;
}

div.cookie-page {
    padding:2%;
}

a.InfoCookie {
    color:white;
}
