h3{
	background-color: #ffa500;
	border-radius: 10px;
	padding: 5px 0;
	margin-top: 15px;
}

.picture img{
	border-radius: 15px;
	margin-bottom: 10px;
}

h4{
	background-color: #77c22a;
	border-radius: 10px;
	padding: 5px;
}

.comment{
	line-height: 1.8;
}

.comment, .topics-wrap{
	background-color: white;
	padding: 10px;
	border-radius: 10px;
	border: solid 1px #e7e7e7;
	margin-bottom: 10px;
}

.comment .name{
	text-align: right;
}

.entry-wrap{
	padding: 0 10px;
	border-top: 2px dashed black;
	white-space: nowrap;
	overflow: hidden;
}

.entry-wrap:first-child{
	border-top: none;
}
