﻿#cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 200px;
    background-color: #762b90;
}

@media only screen and (min-width: 420px) {
    #cookies {
        height: 160px;
    }
}


    #cookies > div {
        margin: 0 auto;
        padding: 10px;
        text-align: center;
        max-width: 700px;
        line-height: 19px;
        color: #fff;
    }

    #cookies a {
        text-decoration: underline;
        color: #fff;
    }

#cookies a.button {
    text-decoration: none;
    color: #fff;
}

        #cookies a.button {
            text-decoration: none;
            color: #762b90;
        }