#cookie-bar { background: #FFF; position: fixed; bottom: 18px; max-width: 300px; right: 18px; height: auto; line-height: 24px; color: #333; text-align: center; padding: 15px 15px 50px; border: 1px solid #dbe0de;
    box-shadow: 0 0 16px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 16px rgba(0,0,0,0.1);}
#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; font-size: 13px; line-height: 16px; }
#cookie-bar a { font-size: 12px; color: #ffffff; display: inline-block; border-radius: 0px; text-decoration: none; padding: 4px 15px;
    margin-left: 8px; text-transform: uppercase; font-weight: 600; }
#cookie-bar .cb-enable { background: #576471; position: absolute; left: 15px; bottom: 15px; }
#cookie-bar .cb-enable:hover { background: #1695D9; }
#cookie-bar .cb-disable { background: #F38B3C; position: absolute; left: 15px; bottom: 15px; }
#cookie-bar .cb-disable:hover { background: #dc7f38; }
#cookie-bar .cb-policy { background: #576471; position: absolute; right: 15px; bottom: 15px; }
#cookie-bar .cb-policy:hover { background: #1695D9; }