/*CSS for cell : Infinity*/

.div-action
{
    position:absolute;
  /*  border: thin solid ghostwhite;*/
    border-radius: 4px;
}

.div-action-story
{
    position:absolute;
    border-radius: 4px;
    left:0px;
    top:0px;
}

.story-pic-holder
{
    position: absolute;
    border-radius: 4px;
}

.tell-story-panel
{
    position:absolute;
    border-radius: 4px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.how-to-tell-story
{
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 4px;
    text-align: center;
    font-family: 'Bubblegum Sans';
	font-size: 14px;
    color:ghostwhite;
}

.how-to-tell-story-label
{
    font-family: 'Bubblegum Sans';
	font-size: 16px;
    color:ghostwhite;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div-action-story-which-type
{
    position: absolute;
    
}