@charset "utf-8";
.app-parent {
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
}


.app-thumbnail{
    border: 15px solid #333;
    border-radius: 15px;
}