.document-container {
    border-top: 1px solid #dee2e6;
}

.document-item {
    padding: 8px;
    font-size: 18px;
    font-weight: 500;
    background-color: white;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}

.column-grey {
    background-color: rgba(0, 0, 0, 0.05);
}

.document-item-text:hover {
    color: darkblue;
    text-decoration: underline;
}

.btn-x {
    font-size: 18px;
    color: grey;
    transition: color 0.2s ease-out;
}

.btn-x:hover {
    color: rgb(255, 71, 71);
}