#cookie_future {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 20px 10px;
    box-shadow: #121212 2px 2px 14px 2px;
    z-index: 999;
}

.checkboxes {
    margin-top: 10px;
}

.checkboxes label {
    margin-right: 5px;
}

.cookies_list {
    max-height: 200px;
    overflow: scroll;
    width: 100%;
    display: none;
}