.profileImage
{
	width: 20%;
	float:left;
	display: none;
}

.aboutDescription
{
	font-size: 18px;
	color: #888;
	/*float: left;
	width: 80%;*/
}
.aboutDescription b,
.aboutDescription strong,
.aboutDescription a
{
	color: #fff;
	font-size: 22px;
}
h4
{
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 5px;
	color: #222;
	border-bottom: 2px solid #222;
	display: block;
}
section.full
{
  
}


.view-about .aboutDescription img
{
  width: 100px;
  height: 100px;
  border-radius: 1000px;
  border: 3px solid #fff;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}