body #MainContentTable div.cms-content{padding-left: 25px;padding-right: 25px;}
.trend_info{background-color: #fbf9eb;border-radius: 4px;padding: 20px;margin-bottom: 32px;margin-top: 10px;}
.trend_info_row{overflow: hidden;margin-bottom: 20px;}
.trend_info_row.last{margin-bottom: 0;}
.trend_info_row:last-child{margin-bottom: 0;}
.trend_info_dt{width: 130px;padding-right: 10px;float: left;}
.trend_info_dd{margin-left: 140px;}
.trend_info_dd_row{margin-bottom: 16px;}
.trend_info_dd_row:last-child{margin-bottom: 0;}

.trend_quote,.trend_description{overflow: hidden;margin: 32px 0;position: relative;}
.trend_quote:before{content: '';display: block;position: absolute;top: 2px;left: 126px;z-index: 1;width: 13px;height: 12px;background-image: url(/files/promo/trend/im.png);}
.trend_quote:after{content: '';display: block;position: absolute;top: 24px;bottom: 0;left: 135px;z-index: 1;width: 4px;background-color: #eee;}
.trend_description:after{content: '';display: block;position: absolute;top: 0px;bottom: 0;left: 135px;z-index: 1;width: 4px;background-color: #eee;}
.trend_quote_author,.trend_description_member{width: 116px;padding-right: 24px;float: left;text-align: center;}
.trend_description_member_title{font-size: 16px;}
.trend_quote_author_photo,.trend_description_member_photo{margin: 10px auto 0;}
.trend_quote_author_photo>img,.trend_description_member_photo>img{border-radius: 50%;width:78px;}
.trend_quote_author_name,.trend_description_member_name{margin-top: 14px;font-weight: 700;font-size: 14px;line-height: 18px;}
/* .trend_description_member_name{font-weight: 400;} */
.trend_quote_author_post,.trend_description_member_post{margin-top: 14px;}
.trend_quote_text,.trend_description_text{margin-left: 140px;padding-left: 20px;}

.trend_paragraph{margin-bottom: 20px;font-size: 14px;line-height: 18px;}
.trend_paragraph:last-child{margin-bottom: 0;}

.trend_carousel{width: 650px; max-width: 100%;}
.trend_carousel img{max-width: 100%;display: block;}

.trend_carousel .owl-prev, .trend_carousel .owl-next{
	background-color: rgba(0, 0, 0, 0.35);
	background-position: center center;
	background-repeat: no-repeat;
	width: 29px; height: 67px;
	text-indent: -9999px;
	position: absolute;
	top: 50%; margin-top: -34px;
}
.trend_carousel .owl-prev{
	background-image: url("left.png");
	border-radius: 0 2px 2px 0; left: 0;
}
.trend_carousel .owl-next{
	background-image: url("right.png");
	border-radius: 2px 0 0 2px; right: 0;
}
.trend_carousel .owl-controls{height: 1px;margin-top: -1px;text-align: center;}
.trend_carousel .owl-pagination{
	background-color: rgba(0, 0, 0, 0.35);
	border-radius: 2px 2px 0 0;
	display: inline-block;
	height: 26px;
	position: relative;
	top: -26px;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
}
.trend_carousel .owl-page{
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	display: inline-block;
	width: 8px; height: 8px;
	margin: 9px 8px 0;
}
.trend_carousel .owl-page.active{background-color: rgba(255, 255, 255, 0.75);}
