.ccomment-module .comment-img{
  float:left;
  margin-right: 10px;
  border: 1px solid #ccc;
}

.ccomment-module .small{
  color:#686868;
  font-size:75%;
}

.no-comment{
  display:inline-block;
  padding:10px;
  text-align:center;
}


@media screen and (min-width: 320px) and (max-width:480px) {
  .ccomment-module .comment-img{
    float:none;
    margin-bottom:10px;
  }
  
  ul.ccomment-module li {
    padding: 10px 0 10px 10px !important;
  }
  
}

@media screen and (min-width: 768px) and (max-width:992px) {
  .ccomment-module .comment-img{
    float:none;
    margin-bottom:10px;
  }
  
  ul.ccomment-module li {
    padding: 10px 0 10px 10px !important;
  }
  
}


