body {
    font-size: 0.875rem;
    padding-top: 4rem;
    color: #e9e9e9;
}

a {
    color: #66b0ff;
}

a:hover {
    color: #007bff;
}

.alert-block ul {
    list-style: none;
    padding: 0;
}

.alert-dismissible .close {
    color: black;
    padding: 0.5rem 1rem;
}

trix-toolbar .trix-button-group.trix-button-group--file-tools {
    display: none;
}

.map-responsive #map {
    height: 100%;
    width: 100%;
}

.als-conversations-table {
    table-layout: fixed;
}

.als-bubble {
    border-radius: 8px;
}

.als-ellipsis {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

