<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.largerCheckbox {
 width: 30px;
 height: 30px;
}

.largerTextbox {
 height: 30px;
}

input[type=radio] {
 width: 30px !important;
 height: 30px !important;
 margin-right: 5px !important;
}

input[type=checkbox] {
 width: 30px !important;
 height: 30px !important;
 margin-right: 5px !important;
}

 input[type=checkbox] label {
  font-size: 1.5em; /* Increase the font size of the label */
 }

table {
 border-collapse: collapse; /* Damit die Grenzen nicht doppelt angezeigt werden */
 width: 100%; /* Optional, um die Tabelle die gesamte Breite einnehmen zu lassen */
}

table, th, td {
 border: 1px solid #12B4FF; /* Setzt die Rahmenfarbe auf grau */
}

th, td {
 padding: 8px; /* Optional, um den Zelleninhalt etwas Abstand zu geben */
 text-align: left; /* Optional, um den Text linksbündig auszurichten */
}
</pre></body></html>