
.cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #666;
    font-size: 14px;
    background: white;
    z-index: 99;
    border-top: 1px solid #c43079;
    padding-top: .25rem;
}

.cookies button {
    border: 0;
    background: 0;
    text-decoration: none;
    color: #c43079;
    cursor: pointer;
    border-bottom: 2px solid #c43079;
    padding-bottom: 0;
    margin-bottom: .25rem;
}

.cookies a, .cookies a:hover {
    color: #666;
}

