/*CSS for cell : knowledgeDashboard*/
.sum-box
{
    position: absolute;
    border: thin solid #feb300;
    border-radius: 4px;
}
.sum-box-tit
{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: ghostwhite;
    font-family: 'Bubblegum Sans';
	font-size: 14px;
}
