    /* skjul første radio button, sha 14.12.2023 */
    .selectContent .radio:first-of-type label {
      display: none;
    }
    /* neste farges rød, sha 07.08.2024 */
    .selectContent .radio label {color:red;}
 