#cookie_future {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 20px 10px 10px;
    z-index: 99999;
    font-size: 13px;
    line-height: 16px;
}

.checkboxes {
    margin-top: 10px;
}

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

.checkboxes input[type=checkbox]:before {
    width: 20px;
    height: 20px;
}

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

#cookie_future p {
    font-size: 13px;
    line-height: 16px;
}

#cookie_future .button {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
}