/*CSS for cell : WoW*/
.wow-title
{
    position: absolute;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: center;
    color: #7D3BBB;
}
.magic-scroll-holder-wow
{
    position: absolute;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;   
}
.scroller-Holder-wow
{   
    border-radius : 30px;
    border-right: thick solid #feb300;
    border-left: thick solid #feb300;

}
.scroll-inner-label-kd-wow
{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    color: #7D3BBB;
    font-family: 'Bubblegum Sans';
    border-radius: 6px;
}

