 th, td {
            min-width: 120px; /* Default minimum width for each column */
        }

        /* Specific minimum widths for individual columns */
        th:nth-child(1), td:nth-child(1) {
            min-width: 130px; /* Actions */
        }
        th:nth-child(2), td:nth-child(2) {
            min-width: 90px; /* UID */
        }
        th:nth-child(3), td:nth-child(3) {
            min-width: 120px; /* Start */
        }
        th:nth-child(4), td:nth-child(4) {
            min-width: 120px; /* End */
        }		
		th:nth-child(5), td:nth-child(5) {
            min-width: 120px; /* Title */
        }
        th:nth-child(6), td:nth-child(6) {
            min-width: 200px; /* Content */
        }
        th:nth-child(7), td:nth-child(7) {
            min-width: 100px; /* Group */
        }
        th:nth-child(8), td:nth-child(8) {
            min-width: 100px; /* Subgroup */
        }
        th:nth-child(9), td:nth-child(9) {
            min-width: 90px; /* Type */
        }
        th:nth-child(10), td:nth-child(10) {
            min-width: 100px; /* Style */
        }
        th:nth-child(11), td:nth-child(11) {
            min-width: 80px; /* Tag */
        }
        th:nth-child(12), td:nth-child(12) {
            min-width: 100px; /* Extra1 */
        }
        th:nth-child(13), td:nth-child(13) {
            min-width: 100px; /* Extra2 */
        }
        th:nth-child(14), td:nth-child(14) {
            min-width: 150px; /* Actions */
        }
 /* Background color classes */
        .lightred {
            background-color: #ffeceb; /* Light red */
        }

        .lightgreen {
            background-color: #dcfff1; /* Light green */
        }

        .lightblue {
            background-color: #D5DDF6; /* Light blue */
        }

        .lightgrey {
            background-color: #f7f7f7; /* Default light gray */
        }
		.lightyellow {
            background-color: #fff7d6; /* Default light yellow */
        }

.table td, .table th {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}