#cookieChoice{
width:100%;
min-height:1em;
background-color:#4d4d4d;
color:white;
opacity:0.9;
position:fixed;
bottom:0;
box-shadow: 0 -3px 2px #666;
}
#cookieChoice p{
font-size:0.9em;
padding: 0.4em 1em;
opacity:1;
float:left;
}
#cookieChoice span#showCookieDetail{
border-bottom:1px dotted white;  
}
#cookieChoice span#showCookieDetail:hover{
border-bottom:1px solid white;
cursor:pointer;
}
#cookieChoice span#buttonAgreement,#cookieChoice span#buttonCancel{
display:inline-block;
cursor:pointer;
}
#cookieChoice div#cookieButtons{
  float:right;
}
#cookieChoice span#buttonAgreement{
margin:0.1em 0.5em 0.3em 0.3em;
padding: 0.2em 0.8em;
border-radius:0.6em;
border-top:2px solid white;
border-bottom:2px solid white;
background-color:#d92a1c;
color:white;
}
#cookieChoice span#buttonCancel{
margin:0.2em 1em 0.1em 0.2em;
padding:0.1ex 0.7ex;
font-weight:bold;
border-radius:1em;
border:2px solid white;
}
#cookieChoice span#buttonAgreement:hover{
  background-color:green;
  color:white;
}
#cookieChoice span#buttonCancel:hover{
background-color:red;
color:#f2f2f2;
}
