#content h2.libraryitem-title{
	font-size:1.5em;
	height: 3em;
	overflow-y:visible;
}
input[type="text"].librarycollection_icon{
	display:inline-block;
	width:20em;
}
div.collection,
div.libraryitem{
	margin-bottom:3em;
}
div.collectionitem{
	margin-bottom:2em;
}
div.collectionitem-info{
	height:25em;
	overflow:hidden;
}
.imported >*{
	background-color:lightgreen;
}
div.libraryitem-image
{
	border:1px solid #333333;
}
.collectionitem a.button{
	padding:1em;
}
.level-1
{
	/* easy */
	background-color:lightgreen;
	padding:0.3em;
}
.level-2{
	/* medium */
	background-color: yellow;
	padding:0.3em;
}
.level-3{
	/* challenging */
	background-color: orange;
	padding:0.3em;
}
h3.collectionlevelheading{
	border-bottom:1px solid #333333;
	margin-top:2em;
}
h3.collectionlevelheading::first-letter{
	text-transform:uppercase;
	/*border:1px solid grey;
	border-border-radius:3px;
	font-weight-bold;
	*/
	
}
div.collectionitem-image{
	border:1px solid;
	box-shadow: 5px 10px;
}
p.collection-description{
	height:3em; overflow:hidden;
	line-height:1.4em;
	padding:0;
}
#content h2.collection-title{
	height:1.2em;
	overflow-y:hidden;
	font-size:1.5em!important;
	margin-top:0.5em;
	margin-bottom:0.3em;
	
}
p.libraryitem-description{
	height: 8em;
	overflow-y:hidden;
	}
	
	div.route
	{
		height:15em;
	}