/*
 * cookieconsent
 */
#cookiejarconsentfullwidth .wrapper .button,
#cookiejarexposedmask #cookiejaroverlay .actions .button
{
    padding:5px 10px;
}

#cookiejarconsentfullwidth .button,
#cookiejarexposedmask #cookiejaroverlay .actions .button
{
    background:black;
    border-radius:0.5em;
    color:#fff;
}

#cookiejarconsentfullwidth .button.custom
{
    background:#dad9d7;
    color:#434343;
}
