  /* Sticky footer styles
-------------------------------------------------- */
html {
    position: absolute;
    min-height: 100%;
}
/*body {
    /* Margin bottom by footer height *//*
    margin-bottom: 60px;
}*/
.sticky-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    border-top: 4px solid rgb(159,183,15);
    background-color: #000;
    z-index: 50;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.sticky-footer a {
    color: #fff;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/*body > .container {
    padding: 60px 15px 0;
}*/
.container .text-muted {
    margin: 20px 0;
    font-size: 14px;
    color: white;
}

.sticky-footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}