﻿
footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 30px;
    border-top: solid 1px #ddd;
    text-align: center;
    background-color: white;
}

.body-content {
    padding-top:50px;
    padding-left: 15px;
    padding-right: 15px;
    overflow-y: auto;
    padding-bottom: 10px;
}
