
.tile{
	display: block;
	padding: 5px;
	box-shadow: 0px 0px 2px #CCC;
}
.tile img{
	width: 100%;
}
.tile h3{
	font-weight: normal;
	font-size: smaller;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

* :focus{
	outline: none;
}

.hint{
	font-size: small;
	color: #AAD;
}

.glow.active {
    box-shadow: 0px 0px 16px #0AF;
    border-radius: 8px;
}