/* Sticky footer styles
-------------------------------------------------- */
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 25px;
    line-height: 25px; /* Vertically center the text there */
    background-color: rgba(255,255,255, 0.8);

    -webkit-box-shadow: 0px -7px 37px -6px rgba(110,110,110,0.76);
    -moz-box-shadow: 0px -7px 37px -6px rgba(110,110,110,0.76);
    box-shadow: 0px -7px 37px -6px rgba(110,110,110,0.76);
}
