.truncate {
    width: 1000px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.show-more {
    cursor: pointer;
    color: #337ab7;
}
