#cookie_future {
    position: fixed!important;
    bottom: 0!important;
    width: 100%!important;
    background: #fff!important;
    padding-bottom: 3px!important;
    box-shadow: #121212 2px 2px 14px 2px!important;
    z-index: 1000;
    font-size: 13px;
}

#cookie_future h4{
    margin: 1em 0;
}

.checkboxes {
    margin-top: 10px!important;
}

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

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

.pull-left {
    float: left;
    width: 50%;
}

.pull-right {
    float: right;
    width: 50%;
    text-align: right;
}

.btn_green {
    border: 1px solid #abb932;
    background: #abb932;
    color: #fff;
}

.btn {
    font-size: 13px;
}