.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
}

.styleless-list-footer {
    text-align:         center;
    margin:             auto;
    padding:            0px;
    list-style-type:    none;
    font-family:        Helvetica,Arial,sans-serif;
    font-weight:        lighter;
    margin-bottom:      15px;
    margin-top:         auto;
}

.copyright-footer {
    text-align:         center;
    margin:             auto;
    list-style-type:    none;
    font-family:        segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;
    font-weight:        light;
    font-size:          small;
    margin-bottom:      30px;
    margin-top:         auto;
}