.feedback_node pre /* http://forums.techguy.org/web-design-development/249849-forcing-long-text-lines-wrap.html */
    {
      white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
      white-space: -pre-wrap; /* Opera 4 - 6 */
      white-space: -o-pre-wrap; /* Opera 7 */
      white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
      word-wrap: break-word; /* IE 5.5+ */
    }

    /* news comments */

.news_comments_send textarea {
    width: 95%;
    padding: 10px 10px;
    box-sizing: border-box;
    background-color: #f2ebe2;
    border: 1px solid #f2ebe2;
}

.news_comments_send textarea:hover {
/*    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;*/
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

.news_comments_send textarea:focus {
    /*outline: -webkit-focus-ring-color auto 5px;*/
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    outline: none;
    border: 1px solid #4d90fe;
}

.news_comments_send .toolbar {margin:12px 0 40px;}
.news_comments_send .toolbar > div {line-height:30px; height:30px;}
.news_comments_send .toolbar h3 {display:inline;}
.news_comments_send .rating {float:left;}
.news_comments_send .cap{float:right;}
.news_comments_send .rating span {padding-left:15px; position:relative;}
.news_comments_send .rating .point {text-decoration:none; cursor:pointer; padding:0 5px; font-size:inherit;}
.news_comments_send .five {color:#699c12;}
.news_comments_send .four {color:#b5c830;}
.news_comments_send .three {color:#ca7f08;}
.news_comments_send .two {color:#dc571c;}
.news_comments_send .one {color:#cd0714;}
.news_comments_send .rating .point:hover {color:#fff;}
.news_comments_send .rating .point:hover.five {background-color:#699c12;}
.news_comments_send .rating .point:hover.four {background-color:#b5c830;}
.news_comments_send .rating .point:hover.three {background-color:#ca7f08;}
.news_comments_send .rating .point:hover.two {background-color:#dc571c;}
.news_comments_send .rating .point:hover.one {background-color:#cd0714;}

.news_comments #comments_holder_wrapper .feedback_nodes {margin-left:-10px; font-size:14px;}
.news_comments #comments_holder_wrapper .feedback_node {padding:10px; margin-bottom:1px;}
.news_comments #comments_holder_wrapper .feedback_node.odd {background-color:#f1f1f1;}
.news_comments #comments_holder_wrapper .feedback_node p:first-child,
.news_comments #comments_holder_wrapper .feedback_node_share_panel {margin:0; padding:0 4px;}
.news_comments #comments_holder_wrapper .feedback_node span {display:block; color:#699C12;}
.news_comments #comments_holder_wrapper span.feedback_node_date {color:#464646;}
.news_comments #comments_holder_wrapper .feedback_node_text pre {margin:7px 0;}

/* !news comments */