﻿/* COMMENTARY CLUSTERS
 */
.comsub	{
	font-family:'swiss condensed bold italic';
	font-size:20px;
	line-height:23px;
	padding: 0px 10px 0px 10px;
	margin:20px 0px 0px 0px;
	color:#808080
}
.comby	{
	font-family:'swiss condensed italic';
	font-size:14px;
	margin:15px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}
.comnt	{
	width: 100%;
	max-width: 760px;
	padding: 0px 10px 0px 10px;
	font-family:'swiss condensed';
	font-size: 24px;
	line-height: 26px;
	margin: 10px auto 0px auto;
	position: relative;
	max-height: 200px;
	overflow: hidden;
	transition: max-height 1s ease;
}
.comnt.-expanded {
	max-height: 100%;
}
.comnt:not(.-expanded)::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(rgba(255, 255, 255, 0), white);
}
.cadimg	{
	width:180px;
	height:auto;
	float:right;
	margin:-10px 10px 0px 5px;
}
@media only screen and (max-width: 660px) {
.cadimg	{
	width:160px;
   }
}


/* TWEAKS */

.bgbw	{
	background-color:black;
	color:white
}
	



