/*CSS for cell : bookInteraction*/
.book-int-tit-holder
{
    position: absolute;
    border-radius: 6px;
    display:flex;
    justify-content: center;
    justify-items: center;
    flex-direction: row;

}
.book-int-tit
{
    border-radius: 6px;
    display:flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: center;
    color: #7D3BBB;
}
.book-int-body
{
	position: absolute;
	border: thin solid #feb300;
	border-radius: 6px;
}
.read-one-forword
{
    position: absolute;
    border: thin solid #feb300;
    border-radius: 8px;
}