/*.community-content-comments textarea {
  height:auto;
  max-width:600px;
  color:#999;
  font-weight:400;
  font-size:30px;
  font-family:'Ubuntu', Helvetica, Arial, sans-serif;
  width:100%;
  background:#fff;
  border-radius:3px;
  line-height:2em;
  border:none;
  box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
  padding:30px;
  -webkit-transition: height 2s ease;
-moz-transition: height 2s ease;
-ms-transition: height 2s ease;
-o-transition: height 2s ease;
transition: height 2s ease;
}*/

.community-content-rating .biblabel {
    font-size: 14px;
    /*color: #508;*/
}

.community-content-comments {
    font-size: 14px;
    /*color: #508;*/
}

.community-content-rating-hover {
    color: #0c0;
}

.community-content-comment {
    padding-bottom: 10px;
}


.community-content-well {
    border: 1px solid #e5e0ef !important;
}

.community-content-rating i {
    /*color: #508;*/
}

.community-content-rating-hover i {
    color: #0c0;
}

.community-content-tabpane {
    border: 1px solid #ddd;
    padding: 25px;
    margin-top: 16px;
    margin-bottom: 16px;
    background-color: #fff;
}
