:root {
    --tax-fish-yellow: #ffcd39;
    --tax-fish-pink: #801f4f;
}

.input-group .ts-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.input-group .ts-wrapper .ts-control {
    background: none;
    border: 0;
}

/* https://stackoverflow.com/a/36113874 */
.tooltip-inner {
    max-width: 100%;
    text-align: left;
}

.comment-text .comment-text-full {
    display: none;
}

.comment-text:hover .comment-text-preview {
    display: none;
}

.comment-text:hover .comment-text-full {
    display: inline;
}
