/*styles of company/union tapes*/
.tape-activity,
.tape-company,
.tape-demand,
.tape-offer,
.tape-post,
.tape-shared-post,
.tape-union {
    margin: 20px 0 0 0;
}
.tape-shared-post {
    position: relative;
}
.linkattach {
    word-wrap: break-word;
    word-break: break-all;
}
.profile-tabs-content .tape-activity .hint,
.profile-tabs-content .tape-demand .hint,
.profile-tabs-content .tape-offer .hint,
.profile-tabs-content .tape-post .hint,
.profile-tabs-content .tape-shared-post .hint,
.profile-tabs-content .tape-union .hint {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 0 10px 0;
}
.tape-shared-post .edit {
    position: absolute;
    top: 0px;
    right: 10px;
}
.union-tabs-content .company-name,
.profile-tabs-content .company-name {
    display: block;
    padding: 0 10px 10px 0;
}
.tape-shared-post .author-company-name img,
.union-tabs-content .company-name img,
.profile-tabs-content .company-name img {
    float: left;
    width: 60px;
    height: 40px;
    display: block;
    border: 2px solid #F0F0F0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.tape-shared-post .author-company-name .company-title,
.union-tabs-content .company-name .company-title,
.profile-tabs-content .company-name .company-title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #3D579F;
    margin: 0 0 0 70px;
}
.tape-shared-post .author-company-name .company-title span,
.union-tabs-content .company-name .company-title span,
.profile-tabs-content .company-name .company-title span {
    padding: 0 0 0 5px;
}
.tape-shared-post .author-company-name .company-title .event-text,
.union-tabs-content .company-name .company-title .event-text,
.profile-tabs-content .company-name .company-title .event-text {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #798597;
}
.tape-shared-post .author-company-name .hint,
.union-tabs-content .company-name .hint,
.profile-tabs-content .company-name .hint {
    display: block;
    margin: 2px 0 0 70px;
}
.profile-tabs-content .tape-review {
    margin: 10px 0 0 0;
}
.profile-tabs-content .tape-review .company-title a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #3D579F;
    margin: 0;
}
.profile-tabs-content .tape-review .company-title span {
    padding: 0 0 0 5px;
}
.profile-tabs-content .tape-review .company-title .event-text {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #798597;
}
.tape-left-col {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 120px;
    min-height: 120px;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}
section.company-profile .tape-left-col a img {
    vertical-align: top;
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: #F0F0F0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 2px;
}
.tape-right-col {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 0 0 10px;
    padding: 0;
    word-spacing: normal;
    width: 280px;
    vertical-align: top;
}
.tape-post-left-col {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 160px;
    min-height: 20px;
}
.tape-right-col .tape-event-name {
    display: block;
    text-transform: uppercase;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #3D579F;
    word-break: break-all;
}
.tape-right-col .tape-event-descr,
.tape-post .tape-event-descr,
.tape-shared-post .tape-event-descr {
    font-size: 12px;
    margin: 5px 0 5px 0;
    color: #000000;
    white-space: pre;
    white-space: pre-line;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-break: normal;
}
.tape-shared-post .company-name .company-title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #3D579F;
    width: 380px;
}
.tape-shared-post .company-name .company-title a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #3D579F;
    margin: 0;
}
.tape-shared-post .author-company-name {
    display: block;
    margin: 10px 0 0 20px;
}
.tape-shared-post .author-company-name .company-title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #3D579F;
    width: 380px;
}
.tape-shared-post .author-company-name .company-title a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #3D579F;
    margin: 0;
}