#cookie-agreement {
    display: none;
    left: 0;
    width: 100%;
    padding: 22px 10px;
    text-align: center;
    background: #f2f2f2;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cookie-agreement.fixed {
    position:fixed;
}
#cookie-agreement.static {
    position: static;
}
#cookie-agreement.top {
    top:0;
}
#cookie-agreement.bottom {
    position: fixed !important;
    bottom:0;
}

#cookie-agreement p {
    font-size: 18px;
    line-height: 21px;
    color: #000;
    display: inline-block;
    margin: 0 0 4px;
}

#cookie-agreement p a {
    margin: 0;
}

#cookie-agreement .cookie-agree {
    cursor: pointer;
    padding: 4px 29px;
    margin: 0 13px 0 23px;
    font-size: 18px;
    display: inline-block;
    background: #333333;
    color: white;
}

#cookie-agreement a {
    font-size: 18px;
    line-height: 21px;
    margin: 0 10px;
    color: #000;
    text-decoration: none;
    display: inline-block;
}
