/**
 * Theme Name: SperryFest26-2
 * Template:   twentytwentyfive
 * ...other header fields
 */
 
 @import url("../twentytwentyfive/style.css");
 @import url("https://use.typekit.net/smx3ltw.css");
 
 /* =Theme customization starts here
 -------------------------------------------------------------- */
 

.truncate-single-line {
  white-space: nowrap;      /* Prevents the text from wrapping to the next line */
  overflow: hidden;         /* Hides the overflowing content */
  text-overflow: ellipsis;  /* Displays an ellipsis to signal truncated content */
  max-width: 100%;          /* Ensures it respects its container's width */
}

table#DataTables_Table_0.gv-datatables.display.dataTable.dtfc-has-left tbody tr td.dtfc-fixed-left {
  background-color: rgba(150,150,150,.25);
  background-color: gold;
}