#BiolabCrossSamplesButton {

        width: 20em;

}

#BiolabCombineSamplesButton {

        width: 20em;


}

#BiolabLoadRandomSampleButton {

        width: 25em;

}

h3.KreiseSampleCode {

        /* Ensures long words or strings can wrap */
        word-wrap: break-word;
        /* Additional compatibility */
        overflow-wrap: break-word;
        /* Adjust '50' to set the number of characters per line */
        max-width: 16ch;
        /* Ensures the text wraps to a new line */
        white-space: normal;
        /* Optional: makes it easier to read hashes */
        font-family: 'JetBrainsMono';
        /*var(--font-mono); */

}