/*CSS for cell : Infinity*/

.div-action
{
    position:absolute;
  /*  border: thin solid ghostwhite;*/
    border-radius: 4px;
    background-color: rgb(0, 7, 2);
    opacity: 0.3;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: justify;
    padding: 5px 5px 5px 5px;
    color: gray;
    font-size: 3px;
    border: thin solid red;
}

.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-label
{
    font-family: 'Bubblegum Sans';
	font-size: 16px;
    color:ghostwhite;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: thick solid #feb300;
}
.div-action-story-which-type
{
    position: absolute;
    
}