.cookie-note,
.analytics-note{
    display: flex;
    width: 100%;
    padding: 15px 20px;
    background: #000;
    color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}
.analytics-note{
    background: #222;
}
.cookie-note a,
.analytics-note a{
    color: #fff;
    text-decoration: underline;
}
.cookie-analytics-note-container{
    width: 100%;
    background: #000;
    color: #fff;

    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}
.cookie-analytics-note-container .cookie-note,
.cookie-analytics-note-container .analytics-note{
    position: relative;
    left: inherit;
    bottom: inherit;
}
.cookie-note-text-block,
.analytics-note-text-block{
    width: 100%;
    font-size: 0.9rem;
}
.cookie-button-container,
.analytics-button-container{
    width: 120px;
    margin: 0 0 0 20px;
}
.cookie-button-container .cookie-button,
.analytics-button-container .analytics-button{
    width: auto;
    float: right;
    font-size: 0.8rem;
    padding: 2px 10px;
    margin: 0;
    color: #fff;
    background: #3a3a39;
    text-decoration: none !important;
    cursor: pointer;
}
.cookie-button-container .cookie-button:hover,
.analytics-button-container .analytics-button:hover{
    background: #d3d2d2;
    color: #000;
}

#analytics-on-button-div{
    margin: -3px 8px 0 0;
}

@media only screen and (min-width: 1300px) {
    .cookie-note-text-block,
    .analytics-note-text-block{
        width: 100%;
        font-size: 0.8rem;
    }
    .cookie-button-container,
    .analytics-button-container{
        width: 100px;
    }

    .cookie-button-container .cookie-button,
    .analytics-button-container .analytics-button{
        font-size: 0.7rem;
    }
}

@media only screen and (max-width: 604px) {

    .cookie-note-text-block,
    .analytics-note-text-block{
        width: 100%;
        font-size: 0.8rem;
    }
    .cookie-button-container,
    .analytics-button-container{
        width: 100%;
        margin: 20px 0 0 0;
    }

}