#cookie-bar {
    background:#f4f4f4;
    height:auto;
    line-height:24px;
    color:#333333;
    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:#00a388; display:inline-block; border-radius:0px; text-decoration: none;}
#cookie-bar a:hover {text-decoration: underline;}
#cookie-bar .cb-enable {
    background:none;
    border:0;
    color: #FFFFFF;
    padding: 4px 15px;
    margin-left: 30px;
    background:#00a388;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
}
#cookie-bar .cb-enable:hover {background:#00a388; 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 20px 15px; !important;
    font-size:20px;
}
#cookie-bar > span > p{
    margin-top: -5px;
}
#cookie-bar span:first-child{
    max-width: 50%;
    text-align: left;
}
#cookie-bar span:last-child{
    float: right;
}
#cookie-bar{
padding-top:0px;
}
#cookie-bar span:first-child{
max-width:68%;
}
#cookie-bar > span > p {
    margin: 6px 0px;
}
#cookie-bar span:last-child {
    float: right;
    font-size: 16px;
}
@media only screen and (max-width: 1150px) {
    #cookie-bar span:first-child{
        max-width:50%!important;
    }
}
@media only screen and (max-width: 720px) {
    #cookie-bar span, #cookie-bar span:first-of-type{
        max-width:100%!important;
        text-align: center!important;
float:none!important;
width:100%!important;
padding-top:6px!important;
padding-bottom:6px!important;
    }
#cookie-bar .cb-enable{
margin-left:6px!important;
}
}