  
/* Added for test Aug 02, 2024 */
.table.table-striped.table-fluid {
    background-color: #f9f9f9;
    border: 0px solid #ddd;
    font-family: 'Arial', sans-serif; 
    font-size: 14px; 
    color: #333; 
}

.table.table-striped.table-fluid th {
    background-color: #00539B;
    color: white;
    font-family: 'Arial', sans-serif; 
    font-size: 14px; 
}

.table.table-striped.table-fluid td {
    padding: 10px;
    font-family: 'Arial', sans-serif; 
    font-size: 12px; 
    color: #333; 
}


/* Custom styles for links within the table */
.table.table-striped.table-fluid th a {
    color: white; 
    font-size: 14px; 
    text-decoration: underline; 
}

.table.table-striped.table-fluid th a:hover {
    color: white; 
}

.table.table-striped.table-fluid td a {
    color: #007bff; 
    font-size: 12px; 
    text-decoration: underline; 
}

.table.table-striped.table-fluid td a:hover {
    color: #0056b3; 
}

/* Added for test May 20, 2025 */
.table.table-striped{
    background-color: #f9f9f9;
    border: 0px solid #ddd;
    font-family: 'Arial', sans-serif; 
    font-size: 14px; 
    color: #333; 
}

.table.table-striped th {
    background-color: #00539B;
    color: white;
    font-family: 'Arial', sans-serif; 
    font-size: 14px; 
}

.table.table-striped td {
    padding: 10px;
    font-family: 'Arial', sans-serif; 
    font-size: 12px; 
    color: #333; 
}

/* Custom styles for links within the table */
.table.table-striped th a {
    color: white; 
    font-size: 14px; 
    text-decoration: underline; 
}

.table.table-striped th a:hover {
    color: white; 
}

.table.table-striped td a {
    color: #007bff; 
    font-size: 12px; 
    text-decoration: underline; 
}

.table.table-striped td a:hover {
    color: #0056b3; 
}


