/* Standard Bootstrap Sticky footer styles but amended where jQuery will be used
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /**/
    /* Margin bottom now set dynamically using jQuery in html page */
    /**/
    /*margin-bottom: 60px;*/
}
.sticky-footer-citizan {
    position: absolute;
    bottom: 0;
    width: 100%;
    clear: both;
    /**/
    /* Margin bottom now set dynamically using jQuery in html page */
    /**/
    /*height: 60px;*/
    background-color: #f5f5f5;
}
