﻿div.persist-footer {
    display: none;
    width: 100%;
    height: 90px;
    /*background-color: aqua;*/
    position: fixed;
    z-index: 47;
    bottom: 1px;
    border-radius: 0 !important;
    text-align: center;
}
div.persist-footer div {
    display: inline-block;
    background-color: whitesmoke;
    text-align: center;
    vertical-align: middle;
}
div.persist-footer .close-btn {
    color: #00a2a2;
    background-color: transparent;
	font-size: 15pt;
    position: relative;
    right: 23px;
    top: -33px;
    cursor: pointer;
}