@charset "UTF-8";

html {
    position: relative;
    min-height: 100%;
}

body {
    -webkit-overflow-scrolling: touch;
    max-width: 450px;
    margin: 0 auto 50px;
}

.container {
    max-width: 450px;
}

ol, ul {
    padding-left: 20px;
}

p {
    margin: 20px 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    max-width: 450px;
}