div.fcc-mob-buttons 
{
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 30px;
    z-index: 9999;
}
div.fcc-exit-left,  div.fcc-delete-right 
{
    float: left;
    width: 50%;
    margin: 0;
    text-align: center;
    color: white;
    font-weight: 900;
    font-size:small;
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px 0 !important;
}

div.fcc-delete-right
{
    background-color: red;
}
div.fcc-exit-left::before
{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f360";
    padding-right: 4px;
}
div.fcc-delete-right::before
{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f057";
    padding-right: 4px;
}