#cookie-banner {
    height: 20%;
    width: 100%;
    position: fixed;
    z-index: 2147483647;
    bottom: 0;
    font-family: verdana;
    background: #ededed;
}

#cookie-banner #close-banner {
    float: right;
    clear: both;
    margin: 20px;
}

#cookie-banner #banner-content{
    margin: 50px auto;
    width: 1000px;
}

#cookie-banner #banner-content a{
    color: #1e96ff;
}

#cookie-banner #banner-text {
    max-width: 720px;
    color: black;
    float: left;
    font-size: 14px;
}

#cookie-banner button {
    color: white;
    background-color: #1e96ff;
    padding: 10px 30px;
    float: right;
    font-weight: bold;
    border-radius: 6px;
    border: none;
    min-width: 170px;
}