
.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-social :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 32px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
}
.btn-block+.btn-block {
    margin-top: 5px;
}
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}
.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}
.avatar.avatar-lg {
    height: 150px;
    width: 150px;
}
.avatar img {
    background-color: #fff;
    border: 4px solid #fff;
}
.display-name {
    position: relative;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 20px;
    padding: 10px;
}
.profile-avatar input.uploadfile {
    display: none;
}
.profile-avatar .btn-edit-avt {
    position: absolute;
    z-index: 999;
}
.profile-header {
    position: relative;
    display: inline-grid;
}
.profile-header .profile-cover {
    position: absolute;
    left: 0;
    top: 0;
}
.profile-header .btn-edit-cover {
    position: absolute;
}
.profile-header .profile-cover .cover {
    display: inline-block;
    width: 100%;
    max-height: 100%;
}
.profile-header .profile-avatar .panel-title {
    position: relative;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 20px;
}
.profile-header .profile-avatar .panel-subtitle {
    position: relative;
    color: #383838;
    text-align: center;
    display: block;
}
.card-action {
    display: block;
    width: 100%;
    padding: 0 15px 15px 10px;
}
.btn-send-comment {
    height: auto;
    min-width: 60px;
    margin-left: 6px;
}
.comment_avatar {
    margin-right: 6px;
}
.comment_content {
    font-size: 12px;
    /*padding-top: 3px;*/
}
.timestamp_content {
    color: #90949c;
}