function change_bg(el) {
    el.style.backgroundColor= "#6084e8";
    el.style.color= "#ffffff";
}

function bg_back(el) {
    el.style.backgroundColor= "#ebeaea";
    el.style.color= "#5f5f5f";
}

