
.comments-form label.required {
    color: #333333;
    display: block;
    font-family: 'Rokkitt',serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.comments-form label.required span {
    color: #098D94;
}
.comments-form input[name=comment_name], .comments-form input[name=comment_title] {
    -moz-box-sizing: border-box;
    background-color: #FBFBFB;
    border: 1px solid #EEEEEE;
    border-radius: 0;
    box-shadow: none !important;
    height: 35px;
    line-height: 35px;
    margin: 0 0 5px;
    padding: 0 15px;
}
.comments-form .comment_message {
    -moz-box-sizing: border-box;
    background-color: #FBFBFB;
    border: 1px solid #EEEEEE;
    border-radius: 0;
    box-shadow: none !important;
    height: 180px;
    margin: 0 0 5px;
    padding: 5px 15px;
    width: 100%;
}


.comments-form input[name=comment_name]:focus,
.comments-form  input[name=comment_title]:focus,
.comments-form .comment_message:focus {
    border: 1px solid #098D94;
}
.comments-form .textarea-block {
    margin-bottom: 20px;
}

.comments-form  input[name=comment_name],
.comments-form  input[name=comment_title],
.comments-form .comment_message {
    transition: all 0.3s ease-in-out 0s;
}
#comments, #respond {
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    clear: both;
}
.comments-list {
    margin-top: 20px;
    padding-left: 0px;
}
.comments-list .comment {
    list-style: none outside none;
    margin-bottom: 20px;
}
.comment-meta * {
    display: inline-block !important;
    float: left;
    font-style: normal !important;
}
.comment-seperator {
    text-align: center;
    width: 10px;
}
.comment-date {
    background: url("images/comment-date.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #999999;
    font-size: 10px;
    margin: 0;
    padding: 0 0 0 12px;
}
#comments .comment-body {
    float: left;
    width: 100%;
}
#comments .comment-body header {
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 10px;
    padding-bottom: 7px;
}
#comments .comment-body .comment-meta {
    float: left;
    width: 100%;
}

#comments .comment-body .date {
    color: #3C452D;
    font: bold 1em Verdana,Arial,Sans-Serif;
    margin: 0;
    padding: 0;
}
#comments .comment-body p {
    color: #333333;
    margin-bottom: 5px;
    overflow-x: hidden;
}
#comments .comment-body .comment-button {
    float: right;
    margin-top: 20px;
}
#comments .comment-body .comment-reply-link, #comments .comment-body .comment-edit-link:hover {
    color: #333333;
    display: inline-block;
}
#comments .comment-body .comment-edit-link, #comments .comment-body .comment-reply-link:hover {
    color: #098D94;
    display: inline-block;
}
#comments .comments-list .children {
    margin-left: 70px;
}
#comments .comments-list .children .comment-body {
    width: 525px;
}
span.comments-vote {
    float: right;
    height: 15px;
    width: 6em;
}
span.comments-vote span a {
    background-image: url("images/vote.gif");
    background-repeat: no-repeat;
    border: medium none !important;
    cursor: pointer;
    display: block;
    float: left;
    height: 14px;
    margin: 0 3px 0 0;
    text-decoration: none;
    width: 15px;
}

#comments .toolbar {
    clear: both;
    color: #ccc;
    margin: 8px 0 0;
    padding: 5px 0 0;
}

#comments .toolbar img {
    cursor: pointer;
    margin: 0;
    padding: 0;
}
.vote-poor {
    background-position: -15px 0;
}
.vote-good {
    background-position: 0 0;
}
span.vote-good {
    color: #339900;
}
span.vote-poor {
    color: #9B0000;
}
span.vote-good, span.vote-poor, span.vote-none {
    float: right;
    font: bold 1em/14px Verdana,Arial,Sans-Serif;
    margin: 0;
    text-align: right;
    width: 40px;
}
span.comments-vote {
    float: right;
    height: 15px;
    width: 8em;
}
.comment-anchor {
    border: medium none;
    color: #777777;
    margin-right: 5px;
    text-decoration: none;
}
.comments-vote > span {
    float: right;
}


.comments-form label.required {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    display: block;
    font-family: 'Open Sans', serif;
    font-weight: 400;
}

.comments-form .comment_message {
    padding: 5px 15px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #fbfbfb;
    border: 1px solid #eee;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none !important;
    margin: 0 0 5px;
    height: 150px;
}

#charNum {
    margin-top: -10px;
    clear: both;
}

#charNum div {
    display: inline-block;
    margin-right: 5px;
}

#comments h3 ,#respond h3 {
    font-size: 24px;
    background-color: #098d94;
    margin: 0 0 15px;
    padding: 10px 20px;
    position: relative;
    line-height: 20px;
    color: #fff;
}

.margin0{
    margin: 0px;
}

.toppaging .pagination{
    margin: 0px;
}

.comment .toolbar span {
    color: #098D94;
    padding-right: 3px;
}