.nav-profile-picture{
    width: 130px;
    height: 130px;
    border-radius: 130px;
    background: url(../img/default-profile.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    box-shadow: 0 0 1px #828282;
	margin: auto;
}

.mini_prof_div{
	width: 65px;
    margin: auto;
    height: 65px;
	margin-left: 0px;
}

#follower_cn .myBadge{
	float:left;
}

.mul_sum_badge{
	float:right;
}

.bold{
	font-weight: bold;
}

.hot_a{
	color:#0071bc;
}

.hot_a:hover{
	color:#0071bc;
}

.hot_a:visited{
	color:#0071bc;
}

.align_left{
	text-align: left;	
}

.nodeco{
  color: black;
  text-decoration: none; /* no underline */
}

.nodeco:visited{
  color: black;
  text-decoration: none; /* no underline */
}

.nodeco:hover{
  color: black;
  text-decoration: none; /* no underline */
}