.lsf-table{width:100%;border-collapse:collapse}
.lsf-table th,.lsf-table td{border:1px solid #ddd;padding:6px}
.lsf-rental-list li{margin:8px 0}
#lsf-sign-canvas{background:#999999;cursor:crosshair}

.lsf-edit-note-form, .lsf-rental-history {
    margin-top: 2em; 
    width: 50%; 
    width: calc(50% - 10px);
}

.history-note-section {
    display: flex; 
    justify-content: space-between; 
    flex-wrap: wrap; 
    gap: 20px;
}

.lsf-existing-sign img {
    width: 360px;
    height: auto;
}

.lsf-history-container {
    overflow-y: scroll;
    max-height: 258px;
}

.lsf-history-list {
    padding-left: 20px;
}

.lsf-single-rental-content {
    display: flex; 
    gap: 6em;
}



#lsf-rentals-table_filter {
    margin-top: 9px;
}

.container .dataTables_wrapper .dataTables_filter input {
    background-color: #1a1a1a;
    border: 0;
    padding: 10px 15px;
    color: white;
}

#lsf_seat_edit, #lsf_user_edit {
    margin-top: 10px;
}

.rental_title {
    display: flex;  
    gap: 20px;
    align-items: center;
}

table.dataTable tr {
    height: 3.1em;
}

.signs-title {
    margin-top: 50px;
}

.rental-detaillink {
    margin-top: 4px;
    display: inline-block;
}