I added your code to the end of my template.css and tried to manipulate some of the classes and selectory, but without any success. It seems that there are some predefined values which override any modifcations I make. I tried everything I could think of, without any success.
I am working on the question-page, here is my question.pstpl:
<div {QUESTION_ESSENTIALS} class="{QUESTION_CLASS}{QUESTION_MAN_CLASS}{QUESTION_INPUT_ERROR_CLASS}">
<div class="survey-question-text"> {QUESTION}</div>
<div class="survey-question-answer">{ANSWER}</div>
<div class="survey-question-space"></div>
</div>
I want to modify the display of the "answer" keyword. I attached my current template.css. Thanks in advance for your help!