#cookie-bar {height: auto; padding:3px 0; font-size: 12px; color:#eee; text-align:center; line-height: 20px; background:#111; background-color: rgba(0,0,0,0.75); -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; transition: all 0.25s ease;}
#cookie-bar:hover {background-color: #111;}
#cookie-bar.fixed {position: fixed; z-index: 1060; top: 0; left: 0; width: 100%;}
#cookie-bar.fixed.bottom {bottom: 0; top: auto;}
#cookie-bar p {margin: 0; padding: 0;}
#cookie-bar a {display:inline-block; margin-left:8px; padding:0 6px; color: #fff; text-decoration:none; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; transition: all 0.25s ease;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}