/* Speech bubble in timline manager */
.speech {
    padding: 10px;
    border-radius: 5px;
    text-indent: 0;
    margin: 4px 0;
    width: fit-content;
}

/* Table's header column with checkbox */
th.checkbox-column { width: 1px; }

/* In order to position clear filter icon properly in cgrid view table we need to set td as relative*/
tr.filters td {
    position: relative;
}
/* Position a cross icon to be displayed at the end of the input in cgrid view table */
tr.filters i {
    position: absolute;
    right: 22px;
    top: 22px;
    cursor: pointer;
}