#cookie-bar {
	
	display: none!important;
	
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.75);
    height:auto;
    line-height:24px;
    color:#333333;
    text-align:center;
    padding:3px 0;
}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%; z-index: 9999;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#333333; display:inline-block; border-radius:0px; text-decoration: underline; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {
    font-family: "gt_walsheim_probold";
    font-size: 14px;
    height: 40px;
    line-height:37px;
    padding: 0 30px;
    color:#008ac5;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #008ac5;
}
#cookie-bar .cb-enable:hover {background:none;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:none;}
#cookie-bar .cb-policy:hover {background:none;}

#cookie-bar span{
    display: inline-block;
    float: left;
    padding: 20px !important;
    font-size: 16px;
}
#cookie-bar span:last-child{
    float: right;
}
#cookie-bar span:first-child p {
    margin-top:7px;
}