#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: none;
	margin: 1%;
	font-family: sans-serif;
	color: #fff
}

#aggro-container a {
	text-decoration: none;
	font-weight: bold;
}

#aggro-container .aggroItem:nth-child(5n+0) {  

}

#aggro-container .aggroItem video {  
	max-width: 100%;
	height: auto;
}

#aggro-container .aggroItem .aggroPic img {  
	max-width: 100%;
	height: auto;
}

.aggroProfile {
	margin: 0px 0px 0px 0px;
	color: #fff;
	padding: 4px;
}

.aggroProfile a {
	color: #fff;
	font-weight: bold;
}

.aggroProfile a:hover {
	color: #fff;
	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;
}

.twCard .aggroProfile {
	background: #00ACED;
}
.fbCard .aggroProfile{
	background: #3B5998;
}
.ytCard .aggroProfile{
	background: #C4302B;
}
.ytplCard .aggroProfile{
	background: #C4302B;
}
.igCard .aggroProfile{
	background: #675144;
}
.gpCard .aggroProfile{
	background: #dd4b39;
}
.rssCard .aggroProfile {
   background: #ff6600;
} 
.rss-item-title {
	font-weight: bold;
	display: block;
}

.aggroText {
	padding: 10px;
	display: block;
	max-height: 175px;
	overflow: hidden;
}
.aggroDate a {
	display: block;
	color: #aaa !important;
	font-size: .9em;
	text-align: right;
	padding: 5px;
}
 
.aggroProfile: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;
  float: right;
  margin-top: -25px;
  margin-right: 5px;
  font-size: 20px;
} 
 
.icon-video:before {
   content: "V"; 
} 
 
.twCard .aggroProfile:after {
   content: "T"; 
} 

.fbCard .aggroProfile:after {
   content: "F"; 
} 
 
.igCard .aggroProfile:after {
   content: "i"; 
} 

.gpCard .aggroProfile:after {
   content: "g"; 
} 
 
.ytCard .aggroProfile:after {
   content: "Y"; 
} 

.ytplCard .aggroProfile:after {
   content: "Y"; 
} 
.rssCard .aggroProfile:after {
   content: "r"; 
} 

.rssCard .aggroProfileImage {display: none;}
.rssCard .aggroProfile a span {margin-top: 0px; margin-left: 5px;}
.rss-item-title {
	font-weight: bold;
	display: block;
}
@media only screen and (min-width: 768px) {
	#aggro-container .aggroItem {
		width: 30%;
	}
	#aggro-container .aggroItem:nth-child(5n+0) {  
		width: 30%;
	}
}

@media only screen and (max-width: 767px) {
	#aggro-container .aggroItem {
		width: 80%;
	}
	#aggro-container .aggroItem:nth-child(5n+0) {  
		width: 100%;
	}
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
	#aggro-container .aggroItem {
		width: 100%;
	}
	#aggro-container .aggroItem:nth-child(5n+0) {  
		width: 100%;
	}
}