#cookie-bar {
	    z-index: 9001;
	padding: 15px 30px 15px;background: #222;color: #fff;font-size: 17px;font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;box-sizing: border-box;animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;-moz-animation-duration: 0.8s;-o-animation-duration: 0.8s;-webkit-animation-name: slideUp;animation-name: slideUp;
}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {text-decoration: none;color: #31a8f0;transition: 200ms color;}
#cookie-bar .cb-enable {padding: 8px 10px;
    background-color: #f1d600;
    cursor: pointer;
    transition: font-size 200ms;
    text-align: center;
    font-size: 0.6em;
    display: block;
    width: 33%;
    margin-left: 10px;
    float: right;
    max-width: 120px;background:#f1d600;font-size: 1em;padding: 0px 15px;color: #000;
    background-color: #31a8f0;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;}
/*#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:transparent;}
#cookie-bar .cb-policy:hover {background:transparent;}