/** These styles are used in the backend editor AND in your Theme. **/

/* Text, PDFS oder Links DE*/
.memocoment-list{
	float:left;
	clear:both;
	width:100%;
	padding-left:10px;
	padding-bottom: 18px;
	background:url(images/arrow2.png)left 4px no-repeat;	
	font-style:italic;
	font-size:0.8em;
	line-height: 17px;

}

/* Text, PDFS oder Links Als DE markieren*/
.memocoment-list2{
	float:left;
	clear:both;
	width:100%;
	padding-left:10px;
	padding-bottom: 10px;
	background:url(images/arrow2.png)left 4px no-repeat;	
	font-style:italic;
	font-size:0.8em;
	line-height: 17px;

}
.memocoment-list2:after{
	content:" (German)";	


}
/* Text, PDFS oder Links Als EN markieren*/
.memocoment-list3{
	float:left;
	clear:both;
	width:100%;
	padding-left:10px;
	padding-bottom: 10px;
	background:url(images/arrow2.png)left 4px no-repeat;	
	font-style:italic;
	font-size:0.8em;
	line-height: 17px;

}
.memocoment-list3:after{
	content:" (English)";	


}