/*CSS for cell : frog*/
.frog-holder
{
    position:absolute;
    left:0px;
    top:0px;

}

.frog-inner-frame
{
    position:absolute;
    width: 95%;
    height:80%;
   
    border-radius: 6px;
    overflow-y: auto;
}