/* CSS Document */

.contentRelations .item {
	width: 33.333%;
	margin-bottom: 30px;
	display: inline-block;
}
.contentRelations .item:nth-child(3) {
	margin-right: 0;
}

.contentRelations .body .item a {
	text-decoration: none;
	display: block;
}
.contentRelations .body .item a:hover span {
	text-decoration: underline;
}
.contentRelations .body .item img.pic {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	vertical-align: top;
	margin-right: 12px;
	float: left;
}

.contentRelations .body .item h3 {
}
@media all and (max-width: 1100px) {
	.contentRelations .body .item {
		width: 49%;
	}
}
@media all and (max-width: 650px) {
	.contentRelations .body .item {
		width: 100%;
	}
}