.on_changes {
    position: absolute;z-index: 2; width: 232px; list-style: none; background: #FFF; border: 1px solid #000;display: none; padding: 10px;
}
.on_changes li{
    cursor: pointer;
}
.on_changes li.active{
    background:#CEE7FF;
}