/**
 * @file
 * Comment Styling
 */


#comments {
margin-top: 70px;

.comment-preview /* Preview of the comment before submitting new or updated comment */ {
  background-color: #ffffea; /* Drupal core will use a #ffffea background. See #1110842 */
}

.comment .content {
padding: 10px;
o-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: #FAFAFA;
}


#edit-comment-body-und-0-format,
#comments .grippie{
display:none;
}

.comment-form input,
.comment-form textarea {
border: 1px solid #DDD;
margin: 5px 0 0px 5px;
padding: 10px;
o-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: #FAFAFA;
}

.comment-form .form-item label,
.comment-form #edit-submit {
color: #A3A3A3;
font-weight: normal;
font-style: italic;
}

.comment-form input,
.comment-form textarea {
font-size: 0.9em;
}

.comment-form .form-item label {
padding: 9px 0 0 10px;
}

.comment-form #edit-submit {
float: right;
}

.comment-form #edit-submit:hover {
color: #fff;
background: #A3A3A3;
border: 1px solid #A3A3A3;
}

#comments .username{
font-weight: bold;
font-size: 110%;
float: left;
margin-right: 20px;
}

#comments p.comment-time {
margin: 0;
color: #A3A3A3;
font-size: 90%;
}

#comments h2 {
margin-bottom: 30px;
margin-top: 30px;
padding-top: 30px;
}

#comments li.comment-reply {
float: right;
}

#comments ul.inline {
margin: 0;
font-size: 90%;
}

#comments div.status, table tr.ok {
border: 1px solid #DDD;
background: #FAFAFA;
}

#comments div.status {
background-image: none;
}

#comments .filter-wrapper {
display: none;
}

#block-block-8 {
height: 95px;
}

.likes {
width: 120px;
float: right;
margin-right: 20px;

}

#vk_like,
.fb-like,
#google,
#twitter
{margin:5px;}