<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.profile-user-info {
    margin: 0 12px;
}
.profile-info-row {
    position: relative;
}
.profile-info-name {
    background-color: transparent;
    border-top: 1px dotted #d5e4f1;
    bottom: 0;
    color: #667e99;
    font-weight: normal;
    left: 0;
    padding: 6px 10px 6px 0;
    position: absolute;
    text-align: right;
    top: 0;
    /*width: 110px;*/
}
.profile-info-value {
    border-top: 1px dotted #d5e4f1;
    /*margin-left: 120px;*/
    padding: 6px 4px 6px 6px;
}
.profile-info-value &gt; span + span:before {
    border-bottom: 1px solid #fff;
    color: #666;
    content: ",";
    display: inline;
    margin-left: 1px;
    margin-right: 3px;
}
.profile-info-value &gt; span + span.editable-container:before {
    display: none;
}
.profile-info-row:first-child .profile-info-name {
    border-top: 0 none;
}
.profile-info-row:first-child .profile-info-value {
    border-top: 0 none;
}
.profile-user-info-striped {
    border: 1px solid #dcebf7;
}
.profile-user-info-striped .profile-info-name {
    background-color: #edf3f4;
    border-top: 1px solid #f7fbff;
    color: #336199;
}
.profile-user-info-striped .profile-info-value {
    border-top: 1px dotted #dcebf7;
    padding-left: 12px;
}
.profile-picture {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
    padding: 4px;
}
.profile-activity {
    border-bottom: 1px dotted #d0d8e0;
    border-left: 1px dotted #fff;
    border-right: 1px dotted #fff;
    padding: 10px 4px;
    position: relative;
}
.profile-activity:first-child {
    border-top: 1px dotted transparent;
}
.profile-activity:first-child:hover {
    border-top-color: #d0d8e0;
}
.profile-activity:hover {
    background-color: #f4f9fd;
    border-left: 1px dotted #d0d8e0;
    border-right: 1px dotted #d0d8e0;
}
.profile-activity img {
    border: 2px solid #c9d6e5;
    border-radius: 100%;
    box-shadow: none;
    margin-left: 0;
    margin-right: 10px;
    max-width: 36px;
}
.profile-activity .thumbicon {
    background-color: #74abd7;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    margin-right: 10px;
    text-align: center;
    text-shadow: none !important;
    width: 40px;
}
.profile-activity .time {
    color: #777;
    display: block;
    margin-top: 4px;
}
.profile-activity a.user {
    color: #9585bf;
    font-weight: bold;
}
.profile-activity .tools {
    bottom: 8px;
    display: none;
    position: absolute;
    right: 12px;
}
.profile-activity:hover .tools {
    display: block;
}

.row-fluid .profile-info-row[class*="span"] {
    margin-left: 0;
}</pre></body></html>