.cc-cookies {
    font-family: sans-serif;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 1.5em 5%;
    background: #565656;
    background: rgba(86, 86, 86, 0.95);
    color: #fff;
    border: 4px solid #ccc;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
    z-index: 9999999;
    text-align: center;
    color: #fff;
    line-height: 24px;
    min-height: 50px
    }
.cc-cookies a, .cc-cookies a:hover {
    color: #fff;
    text-decoration: underline
    }
.cc-cookies a:hover {
    text-decoration: none
    }
.cc-overlay {
    height: 100%;
    padding-top: 25%
    }
.cc-cookies a.cc-cookie-accept {
    box-sizing: border-box;
    background: #999;
    border: 10px solid #ccc;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 49px;
    line-height: 28px;
    padding: 0;
    position: absolute;
    right: 28px;
    text-decoration: none;
    top: -25px;
    width: 49px
    }
.cc-cookies.cc-discreet {
    width: auto;
    padding: 0.5em 1em;
    left: auto;
    top: auto
    }
.cc-cookies.cc-discreet a.cc-cookie-reset {
    background: none;
    text-shadow: none;
    padding: 0;
    text-decoration: underline
    }
.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
    text-decoration: none
    }