#cookie-bar { position: fixed; bottom: 0; left: 0; width:100%; z-index: 99; background-color: rgba(0,0,0,0.7); height:auto; line-height:0px; color:#fff; text-align:center; padding: 9px 0 6px 0;  }
#cookie-bar .inner {  padding: 0 20px; max-width: none; }
#cookie-bar .inner:after { content: ''; display: block; clear: both;  }
#cookie-bar.fixed { position:fixed; bottom:0; left:0; width:100%; }
#cookie-bar.fixed.bottom { bottom:0; top:auto; }
#cookie-bar p { margin:0; padding:0; float: left; width: 80%; text-align: left; font-size: 14px; line-height: 28px;  }
#cookie-bar p:last-child { width: 20%; text-align: right; }
#cookie-bar a {color:#ffffff; display:inline-block; margin-left:3px; text-decoration: underline; }
#cookie-bar .cb-enable {background: transparent; border: solid 1px #E6E6E6; color: #E6E6E6; padding:3px 10px; text-decoration:none; line-height: 20px; margin-top: 3px; transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; }
#cookie-bar .cb-enable:hover {background: #E6E6E6; color: #000000}
#cookie-bar .cb-disable {background:#E6E6E6;}
#cookie-bar .cb-disable:hover {background:#E6E6E6;}
#cookie-bar .cb-policy {background:#E6E6E6;}
#cookie-bar .cb-policy:hover {background:#E6E6E6;}

@media ( max-width: 410px ) {
    #cookie-bar p { float: none; width: 100%; text-align: left; }
    #cookie-bar p:last-child { width: 100%; text-align: left; margin-top: 5px;}
    #cookie-bar p:last-child a  { margin-left: 0 }
}