#category-presentations-wrapper {


}

#category-presentations-row {

	float: left;
	clear: both;
	
	width: 95%;
	border: 1px solid black;
	border-radius: 15px;	
	
	margin: 5px;	
	margin-bottom: 20px;

}

.category-presentations-item-counter {

	float: left;
	clear: both;
	
	width: 3%;
	border: 0px solid blue;
	
	font-size: 1.5em;
	font-weight: bold;
	
	margin: 15px;	
	
}

.category-presentations-item-title {

	float: left;
	
	width: 90%;
	border: 0px solid red;
	
	margin: 0px;
	
	line-height: 1em;
}

.category-presentations-item-created {

	float: left;
	clear: both;
	
	width: 95%;
	border: 0px solid green;
	
	margin: 5px;
	margin-left: 15px;	

	font-size: 0.8em;
	font-style: italic;
}