.avatarcard img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    padding-bottom: 5px;
}
.widget_profile_card .profile_info {
    clear: both;
    height: 220px;
    overflow: hidden;
    text-align: center;
    padding-top: 20px;
}

.avatarcard{
    border-radius: 50%;
    height: 150px;
    width: 150px;
    padding-bottom: 5px;
}

.friendscard {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

.friendscard2 {
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: center;
    margin-right: 5px;
}

.widget_profile_card .avatar {
    float: left;
    margin-left: 10px;
	margin-right: 10px;
}

.widget_profile_card .name {
    font-size: 17px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.widget_profile_card .name a {
    color: #000;
    text-decoration: none;
}

.widget_profile_card .card_information{
    padding: 0;
}

.widget_profile_card .card_information .fieldset_title{
    border-top: dotted 1px #B3C2C9;
    margin-bottom: 25px;
    margin-top: 10px;
}

.widget_profile_card .card_information .fieldset_title h3{
    margin: 0;
    margin-top: -10px;
    background: #FFF;
    padding-right: 10px;
    float: left;
    color: #34495e;
    font-weight: normal;
    font-size: 14px;
}

.widget_profile_card .card_information .fieldset {
    padding-bottom: 15px;
}

.widget_profile_card .card_information .fieldset .field {
    margin-left: 15px;
    margin-bottom: 5px;
}

.widget_profile_card .card_information .fieldset .field .title{
    color: #68809B;
}