#home-content #forumHome .grid4{
	padding-left: 15px;
}
#home-content .highlightedText{
	font-weight: bold;
	color: #763775;
}
#home-content .midNoSpace{
	text-align: center;
	margin: 0;
	font-size: 1em;
	text-decoration: none;
	color: #575757;
	display: block;
}
#home-content #hereBtn .btn{
	padding: 4px;
}
#forumPage .headPadding{
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

/** memberships **/
#home-content .memberships .grid6{
	text-align: center;
}
#home-content .memberships .grid6:first-of-type ul,
#home-content .memberships .grid6:nth-of-type(2) ul{
	border: none;
}
#home-content .memberships ul{
	list-style-type: none;
	margin-left: 0;
	border-top: 1px solid #EEE;
	padding: 10px 0;
}
#home-content .memberships li:first-of-type{
	font-weight: bold;
}

@media only screen and (max-width:480px){
	/** memberships **/
	#home-content .memberships .grid6:nth-of-type(2) ul{
		border-top: 1px solid #EEE;
	}
}