#cookie-bar {
    background:#FFFFFF;
    height:auto;
    line-height:24px;
    color:#666666;
    text-align:center;
    padding:3px 0;
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.75);
}
#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;line-height:normal;}
#cookie-bar a {color:#cb645b; display:inline-block; border-radius:0px; text-decoration: none;}
#cookie-bar a:hover {text-decoration: underline;}
#cookie-bar .cb-enable {
    border:0;
    color: #FFFFFF;
    padding: 4px 18px;
    margin-left: 30px;
    background:#cb645b;
    font-family: "museo-slab",serif;
    text-decoration: none;
    border-radius:0px;
	font-weight: 700;
}
#cookie-bar .cb-enable:hover {background:#cb645b; text-decoration: 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:18px;
}
#cookie-bar span:first-child{
    max-width: 65%;
    text-align: left;
}
#cookie-bar span:last-child{
    float: right;
}
#cookie-bar span p{
    font-size: 18px;
    color:#666;
}