/*CSS for cell : linkologyResearch*/

.research-core-frame
{
	display: none;
	width: 810px;
	height: 370px;
	position: absolute;
}

.research-background-panel
{
	display: block;
	background-position: center;
	background-color: transparent;
	overflow: hidden;
    position: absolute;
    border-radius: 6px;
    left:0px;
    top:0px;
}

.research-menu-title
{
    position : absolute;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align : center;
    color : #7D3BBB;
    border-radius: 6px;
}
