section.post .company-name {
    margin: 5px 0 5px 0;
}
section.post .company-name .tape-logo {
    vertical-align: top;
    display: inline-block;
    width: 60px;
    height: 40px;
    border: 2px solid #F0F0F0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
section.post .company-name .tape-event {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin: 1px 0 -1px 0;
}
section.post .company-name .tape-company {
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #3D579F;
    padding: 0 0 0 10px;
    word-wrap: break-word;
    max-width: 380px;
}
section.post .company-name .tape-date {
    display: inline-block;
    font-size: 12px;
    line-height: 120%;
    color: #949BAB;
}
section.post div.text {
    margin: 10px 0 0 0;
    white-space: pre;
    white-space: pre-line;
}