html, body {height: 100%;}

.container-screen-size
{
    min-height: 520px;
    min-width: 720px;
}

.footer{
    position: fixed;
}

.scroll-panel{
    height:80%;
    overflow-y:scroll;
}

.centered-by-content {
    margin: auto;
    display: table;
}
