/* CSS layout for /pages/mythemes */
.skin {
	text-align:center;
	cursor:pointer;
	margin:10px;
	background:rgba(255,255,255,0.1) !important;
	border:inherit !important;
	padding:5px;
	display:inline-block;
	width:200px;
}
.skin img {
	width:inherit;
	height:200px;
}
.skin span {
	display:block;
	position:absolute;
	background-color:rgba(0,0,0,0.6) !important;
	height:25px;
	margin-top:-25px;
	line-height:25px; /* same as .skin span height + 2 */
	width:inherit;
	color:white;
	font-family:Roboto, Arial, sans-serif;
	font-weight:500;
}