/*
    CSS for the footer module.
    Do not leave file empty.
*/

.footer-module{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    padding:5px;
    background-color:rgb(180,180,180);
    z-index:1000;
}