/* Add here all your CSS customizations */

.formFooter {

    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    color: #eee;
    padding: 6px 10px;
    background-color: #414247;
    text-align: left;
    z-index: 901;
    display: none;

}				
