table { table-layout: fixed; 
  max-width: 900px; /* Maximalbreite auf 900px festlegen */
}
thead, tbody {
  display: block;      /* To enable overflow with scrolling */
}
tbody {
  overflow-y: auto;    /* Trigger vertical scroll    */
  overflow-x: hidden;  /* Hide the horizontal scroll */
}
thead th:nth-child( 1), tbody td:nth-child( 1) { min-width: 25px; }
thead th:nth-child( 2), tbody td:nth-child( 2) { /* Namensfeld. ACHTUNG es nimmt einfach die vorhandenen Felder */
  width: 200px; /* Beispielwert für Breite */
  word-wrap: break-word; /* Für den Zeilenumbruch bei Bedarf */
  overflow-wrap: break-word; /* Unterstützung für ältere Browser */
}
thead th:nth-child( 3), tbody td:nth-child( 3) { min-width: 40px; }
thead th:nth-child( 4), tbody td:nth-child( 4) { /* Club gleich wie Namensfeld ? */
  width: 140px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* Startfeld */
thead th:nth-child( 5),
tbody td:nth-child( 5) {
	  width: 75px;   /* Start - Feldbreite */
  text-align: left;
  padding-left: 0px; /* könnte angepasst werden */
}

thead th:nth-child( 6), tbody td:nth-child( 6) { min-width: 50px; text-align: right; } /* Behind - auch in include/tableALLscroll2 anzupassen */

/* Überschreiben des min-width von Radio1, damit ZIEL am richtien Ort erscheint */
thead th:nth-child(6),
tbody td:nth-child(6) {
  min-width: 5px !important; /* Setzen auf den gewünschten Wert */
}
thead th:nth-child( 7), tbody td:nth-child( 7) { min-width: 50px; text-align: right; } 

thead th:nth-child( 8), tbody td:nth-child( 8) { min-width: 50px; } /* Ziel */

thead th:nth-child( 9), tbody td:nth-child( 9) { min-width: 40px;  } /* Behind - auch in include/tableALLscroll2 anzupassen */
thead th:nth-child(10), tbody td:nth-child(10) { min-width: auto;  }
thead th:nth-child(11), tbody td:nth-child(11) { min-width: auto;  }
thead th:nth-child(12), tbody td:nth-child(12) { min-width: auto;  }
thead th:nth-child(13), tbody td:nth-child(13) { min-width: auto;  }

/* Felder: 1 Kat, 2Rang, 3NameVorname, 4Jg, 5Club (es gibt für scroll kein MOB), 6Start, 7Rad1 etc.  vorbereitet für 5 Radios */
/* VERSION Röbu Hegi: Die HeaderZeile bleibt angezeigt. Es reloaded nun die Seite bei jedem Oben beginnen - etwas weniger Läufer als normal/ Zwischentitel von Wunsch Cordoba und ptableALLSSRscroll - für diese Version tableALLscroll (mit fixierten Titelbreiten) */