#aggro-container .aggroItem {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 20px;
	border: 0px solid #ccc;
	margin: 1%;
 	font-family: sans-serif;
	background: #fff;
	max-width: 646px;
	-webkit-border-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-radius: 5px;
	padding: 5px;
}

#aggro-container .aggroItem:nth-child(5n+0) {  

}

#aggro-container .aggroItem video {  
	max-width: 100%;
	height: auto;
}
.aggroImageHolder {
	width: 220px;
	height: 130px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-radius: 3px;
}

#aggro-container .aggroItem .aggroPic img {  
	max-width: 100%;
	height: auto;
}
.ytCard .aggroPic img, .ytplCard  .aggroPic img {
	margin-top: -8%;

}

.aggroProfile {
	margin: 0px 0px 0px 0px;
	color: #222;
	padding: 4px;
	background: #transparent;
}

.aggroProfile a {
	color: #222;
	font-weight: bold;
}

.aggroProfile a:hover {
	color: #555;
	font-weight: bold;
}

.aggroProfile a span {
    display: block;
     line-height: 30px;
     margin-left: 40px;
     margin-top: -32px;
}

.aggroProfileImage {
	height: 30px;
	width: 30px;
	margin-right: 10px;
}

.aggroProfileLink {
	float: left;
}

.aggroText {
	padding: 10px;
	display: block;
	min-height: 110px;
	overflow: hidden;
}
.aggroDate {
	text-align: right;
	font-size: .95em;
	display: block;
	height: 20px;
	line-height: 20px;
}
.aggroDate a {
	color: #aaa !important;
	font-size: .9em;
	text-align: right;
	padding: 0px 5px;
}

.aggroDate img{
	height: 18px;
	width: 18px;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-radius: 3px;
}
 
.aggroDate:after {
  font-family: "aggro-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  margin-top: 5px;
  font-size: 20px;
} 
 
.icon-video:before {
   content: "V"; 
} 
 
.twCard .aggroDate:after {
   content: "T"; 
   color: #00ACED;
} 

.fbCard .aggroDate:after {
   content: "F"; 
   color: #3B5998;
} 
 
.igCard .aggroDate:after {
   content: "i"; 
   color: #675144;
}

.gpCard .aggroDate:after {
   content: "g"; 
   color: #dd4b39;
}  
 
.ytCard .aggroDate:after {
   content: "Y"; 
   color: #C4302B;
} 

.ytplCard .aggroDate:after {
   content: "Y"; 
   color: #C4302B;
} 
.rssCard .aggroDate:after {
   content: "r"; 
   color: #ff6600;
} 

.rssCard .aggroProfileLink img {display: none;}
.rss-item-title {
	font-weight: bold;
	display: block;
}

@media only screen and (min-width: 768px) {
	#aggro-container .aggroItem {
		width: 100%;
	}
	#aggro-container .aggroItem:nth-child(5n+0) {  
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	#aggro-container .aggroItem {
		width: 100%;
	}
	#aggro-container .aggroItem:nth-child(5n+0) {  
		width: 100%;
	}
	.aggroImageHolder {
		float: none !important;
		margin: 0 auto;
	}
	.aggroNoPic {
		display: none;
	}
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
	#aggro-container .aggroItem {
		width: 100%;
	}
	#aggro-container .aggroItem:nth-child(5n+0) {  
		width: 100%;
	}
	.aggroImageHolder {
		float: none !important;
		margin: 0 auto;
	}
	.aggroNoPic {
		display: none;
	}
}