body {
    background-color: ghostwhite;
}

.clickable_row:hover {
    background: lightblue;
    cursor: pointer;
}

.clickable:hover {
    cursor: pointer;
}

/* delete button for gallery */
button.gallery-delete-button:hover {
    color: red;
}



/* Simon Styling for fixed header - 26.04.2022 */
.tablefixhead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #f2f2f2;
}


.logline_notchat {
    display: none;
    color: dimgray;
}

.logline_chat {
    display: inline;
}

button.delete-button:hover {
    color: red;
}


.quillpost p {
    padding: 0;
    margin: 0;
}

.tooltip-inner {
    min-width: 20px;
    max-width: 50%;
    text-align: left;
}