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