#cookie-bar {background:#625D5D; height:100px; line-height:24px; color:#eeeeee; text-align:center; padding:10px 0;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%; z-index:1000;}
#cookie-bar p {margin:0; padding-left:50px; padding-right:50px;  position: relative; top: 50%; transform: translateY(-50%);-webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:5px; text-decoration:none; padding:0 10px; margin-left:8px;}
#cookie-bar .cb-enable {background:#3B9C9C;}
#cookie-bar .cb-enable:hover {background:#43BFC7;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#d05c0f;}
#cookie-bar .cb-policy:hover {background:#a0470c;}