/*CSS for cell : DYKAchievementHandler*/

.DYK-grid-area 
{
	display: block;
	background-position: center;
	overflow: hidden;
    margin: 0 auto;
	position: absolute;
    border-radius: 6px;
	overflow-y: auto;
	border: thin solid #7D3BBB;
}

.DYK-list-dyk-games
{
	overflow-y: scroll;
	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
  	height: 280px;
}