﻿/**
 * Demo Styles
 */

html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    padding-bottom:70px;
    min-height: 100%;
}

.page_body {
    background-color: white;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 0px;
}

#page_footer {
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 13px;
    background-color:whitesmoke;
}
