#wb_LayoutGrid1
{
    height : calc(100% - 30px); 
}
#LayoutGrid1
{
}
#gg1
{
    width : calc(100% - 10px);
    margin: auto;    
    position: fixed;    
    height : calc(100% - 100px); 
}
.row
{
    height: inherit;
}
.col-1
{
    height: inherit;
}
