.word-space, .indexhtml a, .cat-inner a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
}

.indexhtml a {
    color: inherit;
    background-color: transparent;
    line-height: 20px;
}

.cat-inner a {
    color: inherit;
    background-color: transparent;
    line-height: 20px;
}

.categoryhtml .cat-wrapper {
    overflow: hidden;
}

.categoryhtml .cat-pagelist ul {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: #314559;
}

.singlehtml h1 {
    font-size: 20px;
    color: inherit;
}

.singlehtml .content-inner h2, .singlehtml .content-inner p {
    font-size: 14px;
    margin: 0;
    display: inline;
}

/*# sourceMappingURL=tagstip.css.map */