

.tileTutoBlock {
	margin: 10px;
}

.tileContainBlockStudy {
	text-align: center;
}

.tileBlockStudy {
    padding: 10px;
    width: 100%;
    /*background: #CADFE1;*/
    overflow-y: auto;
}

.tile {
	margin: 5px;
    border:3px solid #008CA6;
    border-radius: 10px;
	background: #F0F1F4;
    display: inline-block;
    width: 550px;
    height: 230px;
}

.tile:hover {
	background: #D8ECEC;
	transition: background 0.5s;
}

.tileActive {
	background: #CFE0F1;
	transition: background 0.5s;
}

.tileGlobalTablePreview {	
	width: 220px;
	position: relative;
}

.tilePreview {
	width: 210px;
	height: 210px;
	margin: 5px;
}

.tilePreviewNumberImage {
	position: absolute;
	right: 8px;
	bottom: 8px;
	font-size: 14px;
	color: white;
	/* Text border */
	text-shadow: -1px -1px #000000, 0px -1px #000000, 1px -1px #000000,
				 -1px 0px #000000, 0px 0px #000000, 1px 0px #000000,
				 -1px 1px #000000, 0px 1px #000000, 1px 1px #000000;
}

.tileGlobalTable{
	width: 100%;
	height: 100%;
}

.tileInfoTable{
	width: 100%;
	height: 100%;
}

.tileInfoTableHead{
	vertical-align: top;
}

.tileInfoTableHeadLine{
	margin: 7px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 324px;
}

.tileInfoTableBody{
	text-align: left;
	vertical-align: top;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 324px;
}

.tileInfoTableTail{
	vertical-align: middle;
}

.tileInfoTableTailTable{
	width: 100%;
}

.tileInfoTableTailTableCell{
	width: 50%;
	text-align: center;
}


/*table, th, td {
	border: 1px solid black;
}*/
