/* CSS pour faq.cuso.ch */

.LanguageMenu {
	display: none;
}

/* only for testing - not yet in production */
.testing { display: none; }
.devonly { display: none; }
.notinproduction { display: none; }
.originalsite { }
.newsite { display: none; }
.onlyskills { display: none; }

/* news */
.news-single .teaser-text { color: #444; }
.news-text-wrap { color: #888; font-size: 13px; }

/* comments */
.tx-comments-comments { border:1px solid #CCC; padding:10px;}
.tx-comments-comment-form { border:1px solid #CCC; padding:10px; margin-top:10px; }
.tx-comments-comment-form legend { font-weight:bold; }
.tx-comments-comment-form label { float:left;width:100px; }
.tx-comments-comment-form input { margin-bottom:5px; }
.tx-comments-comment-form textarea { margin-bottom:5px; }

/* rating */
.tx-comments-rating { margin-bottom:40px; }

/* formhandler */
#formhandler_forum_form fieldset.csc-mailform .csc-mailform-field textarea { width: 70%; }