#cookies-eu-banner {
    background: #444;
    color: #fff;
    padding: 30px;
    font-size: 13px;
    position: fixed;
    z-index: 999;
    bottom: 0px;
    line-height: 1.4;
}
#cookies-eu-banner > p{
    padding: 30px 30px 15px 0;
    font-size: 13px;
    text-align: left;
}


#cookies-eu-accept,
#cookies-eu-reject {
    text-decoration: none;
    background: #77bd7e;
    color: #fff;
    border: 1px solid #77bd7e;
    cursor: pointer;
    border-radius: 0;
    margin-top: -8px;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: bold;
    box-shadow: none;
    text-shadow: none;
}


button#cookies-eu-accept:hover,
button#cookies-eu-accept:focus {
    background: #fff;
    color: #77bd7e;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #77bd7e;

}

#cookies-eu-more {
    margin-left: 7px;
    margin-right: 7px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    font-size: 13px;
    font-weight: bold;

}

#cookies-eu-reject {
    background: none;
    font-weight: normal;
    color: #77bd7e;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #77bd7e;
    font-weight: bold;
    text-shadow: none;
    box-shadow: none;
    background-color: #77bd7e;
}

#cookies-eu-reject:hover,
#cookies-eu-reject:focus {
    border-color: #77bd7e;
    background: #77bd7e;
    color: #fff;
}


.cookies-button {
    margin-top: 20px;
}

@media screen and (max-width:767px) {
    #cookies-eu-banner {
        width: auto;
    }

}

@media screen and (max-width:530px) {
    #cookies-eu-banner {
        padding: 20px 20px 50px 20px;
    }

    #cookies-eu-reject {
        margin-bottom: 15px;
    }
}
