html,body{
   overflow:hidden;
   width:100%;
   height: 100%;
   background: none;
}

#pagecontent {
    position: relative;
    width: 100%;
    height:100%;
    overflow:hidden;
    /*overflow-y:scroll;*/
    -webkit-overflow-scrolling:touch;
}

html.t1-inpage, html.t1-inpage body{
    overflow:visible;
    height: auto;
}
html.t1-inpage #pagecontent{
    overflow:visible;
}

#main {
    padding: 50px 0;
}

#monthlyPayment {
   color: #e50000;
   font: 44px/44px 'Toyota Display Bold';
}

button {
   cursor: pointer;
}


@media only screen and (min-width: 576px) {
    .container {
        padding: 0 !important;
    }
}
