#cookie-bar {background:#111111; height:24px; line-height:20px; color:#eeeeee; text-align:center; padding:3px 0; border-bottom: 1px dotted #CCCCCC;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%; z-index:1000;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; text-decoration: none; margin-left:8px;}
#cookie-bar a:hover {text-decoration: underline;}
#cookie-bar .cb-enable {background: #7DAF3B; padding: 2px 6px; border-radius: 3px; box-shadow: 0 0 2px rgba(0,0,0,0.25); text-shadow: 0 -1px 0 rgba(0,0,0,0.35); -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in;}
#cookie-bar .cb-enable:hover {background:#009900;text-decoration:none;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;text-decoration:none;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;text-decoration:none;}