
.ts-text {

    }
    .ts-text h1,
    .ts-text h2,
    .ts-text h3,
    .ts-text h4,
    .ts-text h5,
    .ts-text h6,
    .ts-text p {
        margin: 0;
        margin-bottom: .5em;
        }

/* unsafe */
.ts-text-unsafe {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    }

/* nowrap */
.ts-text-nowrap {
    white-space: nowrap;
    }

/* ellipsis */
.ts-text-ellipsis {
    line-height: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }

.ts-text-saveoriginal {
    white-space: pre-wrap !important;
    }

.ts-text-condensed {
    letter-spacing: -0.25px;
    }

.ts-text-underline {
    text-decoration: underline;
    }

