
#imgFooter
{
    margin-top: 0 !important;
}
.cookie-consent {
    position: fixed;
    width: 100%;
    background-color: black;
    margin: 0px 0px 0px 0px;
    left: 0px;
    bottom: 0px;
    padding: 10px;
    z-index: 10000;
    text-align: center;
    color: white;
    /* font-family: Arial, sans-serif;
    font-size: 13px;*/
}
/*
    .cookie-consent a {
        cursor: pointer;
        display: inline;
        margin-right: 5px;
        margin-top: 1em;
        margin-left: 15px;
        vertical-align: middle;
        overflow: visible;
        width: auto;
        -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
        box-shadow: inset 0px 1px 0px 0px #ffffff;
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ededed),color-stop(1,#dfdfdf));
        background: -moz-linear-gradient(center top,#ededed 5%,#dfdfdf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#dfdfdf');
        background-color: #ededed;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #dcdcdc;
        display: inline-block;
        color: #000000;
        font-family: arial;
        font-weight: bold;
        padding: 4px 8px;
        text-decoration: none;
        text-shadow: 1px 1px 0px #ffffff;
    }*/
    