#connect-linkedin-anchor {
    display: block;
    width: 100%;
    background-color: #0A66C2;
    color: white;
    padding: 8px;
    margin-top: 21px;
    border-radius: 24px;
    text-align: center;
    font-size: 14px;
}

.linkedin-btn {
    background-color: #0A66C2;
    border-radius: 24px;
}
.linkedin-block {
    background-color: #f0f6fe;
    border-radius: 5px;
    display: block;
    width: 100%;
}

.linkedin-avatar {
    width: 70px;
    height: 70px;
    position: relative;
    margin: 0 auto;
}

.linkedin-avatar .initialpicture {
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.linkedin-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #034991;
    border-radius: 2px;
    padding: 2px 3px;
}

.linkedin-badge i {
    color: #fff;
    font-size: 16px;
}

.linkedin-bio {
    line-height: 18px;
}

.linkedin-privacy-text p {
    line-height: 14px;
}

.profile-wrap .linkedin-badge {
    border-radius: 5px;
    padding: 3px 5px;
}

.profile-wrap .linkedin-badge i {
    font-size: 22px;
}

.col-lg-12 .profile-wrap .ProImageView {
    width: 150px;
    height: 150px;
}

.col-lg-12 .profile-wrap .initialpicture {
    width: 150px;
    height: 150px;
    line-height: 150px;
}

.col-lg-12 .profile-wrap .w-100 {
    max-width: 200px;
}

.linkedin-bg-light-blue {
    background-color: #f7f9ff;
    padding-top:8px;
}
