html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}
.header {
    position: relative;
    height: 110px;
    background: #fff;
}
.bill-header{
    height: 70px;
    background-color: #f5f5f5;
}
.footer {
    position: absolute;

    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
#main-content{
    background: #fff;
    width: 100%;
    height: 100%;
    display: block;
}
.container {
    width: auto;
    max-width: 680px;
    
}
.content-container{
    overflow-y: auto;
    max-height: calc(100% - 130px);
    min-height: calc(100% - 130px);
    background-color: #fff;
}
#go-button{
    height: 30px;
    margin-top:15px;
    width: 30px;
    border:solid 1px;
    background: #fff;
    outline: none;

}
.on-full #go-button{
    color: #ff6135;
}
.bill-page-header h2,
.bill-page-header p{
    margin:0;
    padding: 0;
}
#bill-content{
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow:hidden;
    
}