.profileBox {
	display: block;
	text-decoration: none !important;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	margin-bottom: 25px;
	margin-top: 10px;
}

.profileBox:hover {
	opacity: .5;
}

.profilePop {
	width: 600px;
	background-color: rgba(0,0,0,.9);
	padding: 25px;
	border-radius: 20px;
	border: 3px solid #333;
	box-shadow: 8px 8px 20px #000;
}

.popPic {
	float: left;
	margin: 10px;
}