del{
    background-color: #e74c3c;
    color: white;
}

ins{
    background-color: #2ecc71;
    color: white;
}

.impersonateDiv {
    display: inline-block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
}

.footer {
    /*position: absolute;*/
    margin-top: 30px;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}