html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 30px;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background-color: #424242;
    text-align: right;
}

.text-muted {
    color: white;
    font-size: 10px;
    font: 'OCRB10BTRegular', Arial, sans-serif;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
    padding: 0 5px;
}

    .container .text-muted {
        margin: 10px 0;
    }

@media screen and (max-width: 540px) {
    body {
        margin-bottom: 50px;
    }

    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 50px;
        background-color: #424242;
        text-align: right;
    }
}