/*CSS for cell : fillIntheBlanks*/

.fillIntheBlanks-para
{
    position: absolute;
}
.fillIntheBlanks-para-text
{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    color:#feb300;
    border-radius: 6px;
    border: thin solid #feb300;
    font-size: 120%;
    font-family: 'Bubblegum Sans';
    padding-left: 10px;
    padding-right: 10px;
}
.label-fill-in-the-blanks-frog
{
    position: absolute;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align: justify;
    color: #feb300;
    border-radius: 6px;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom: 10px;
}
.TA-fill-in-the-blanks-frog
{
    position: absolute;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align: justify;
    color:#7D3BBB;
    border-radius: 6px;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom: 10px;
    border: thin solid #feb300;
    font-style: italic;
}

.frog-aiac-button
{
    position: absolute;
    border-radius: 6px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align: justify;

}