.shoutouts
{
	margin-top:10px;
	overflow:auto;
	margin-bottom:3px;
	padding-right:15px;	
}

.shoutouts-expand
{
	position:relative;
	top:10px;
	border-top:1px solid rgba(100,100,100,0.6);
	display:none;
}
.shoutouts-expand .btn
{
	color:#555;
	text-decoration:none;	
}

@media (min-width:992px)
{
	.shoutouts.expanded
	{
		max-height:628px;	
	}
	.shoutouts
	{
		max-height:181px; /* with video meta box */
		max-height:153px;	
	}
	.shoutouts-expand
	{
		display:block;	
	}
	.camgrabs img
	{
		width:164px;
		height:120px;
	}
}
@media (min-width:1200px)
{
	.shoutouts
	{
		max-height:240px; /* with video meta box */
		max-height:212px;	
	}
	.camgrabs img
	{
		width:180px;
		height:122px;
	}
}
.forum-header
{
	margin-bottom:0px !important;	
}
.forum-header .meta
{
	margin-top:0px !important;
}
.forum-header p,.forum-header h4
{
	margin-left:0px !important;	
}
.album img
	{
		width:100%;
		margin:3px 0px;
	}
	@media (min-width:568px)
	{
		.album img
		{
			width:248px;
			height:180px;	
		}
	}
	@media (min-width:768px)
	{
		.album img
		{
			width:326px;
			height:222px;	
		}
	}
	@media (min-width:992px)
	{
		.album img
		{
			width:246px;
			height:172px;	
		}
	}
	@media (min-width:1200px)
	{
		.album img
		{
			width:298px;
			height:202px;	
		}	
	}