@charset "UTF-8";
.content ul li{
	float: left;
	padding:  0px 16px;
	border-right: 1px dotted #595191;
	height: 190px;	
}
h3{
	padding-bottom: 5px;
}
ul.topics{
	margin-top: 25px;
	padding-left: 10px;
}
.thanks{
	width: 260px;
}
.solution{
	width: 312px;
}
.content ul li.present{
	width: 268px;
	padding:  0px 0px 0px 18px;
	border-right: none;
}
p.message{
	float: left;
}
p.photo{
	font-size: 10px;
	float: right;
	padding-right :0px;
	text-align: left;
}
.thanks p.message{
	width:	150px;
}
.thanks p.photo{
	width:	98px;
}
.solution p.message{
	width:	190px;
}
.solution p.photo{
	width: 107px;
}
.present p.message{
	float: none;
	padding-bottom: 5px;
}
.present p.photo{
	float: none;
}

