@charset "utf-8";
/* CSS Document */
.journalItemTitle{
	text-align:left;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}

.journalDescription {
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.journalDescription img {
	/*width:95%;
	height:95%;*/
}
.ljuser img{
	width:17px;
	height:17px;
}

.journalSep {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}

