/* This is. a multi-line. comment Ich habe ein eigenes CSS-Template angelegt, was einzelne Otree Sachen uberschreibt*/ body { background-color: white; margin: 0; } /* otree body tag ist ein spezialtag, was bestimmte Verhaltensweisen vorbestimmt, bspw. maximale Breite der Inhaltspalten*/ .otree-body { border: 0px solid black; background-color: white; max-width: 960px; } /* .col { background-color: aqua; padding: 2px; margin: 2px; } */