/*pagination*/
.comment_pagination{
 margin:0px;
 text-align:center;
 text-decoration: none;
 color: #0F6059;
 font-size: 13px;

}
.comment_pagination a, .comment_pagination strong {
 background: #FFF;
 padding: 1px 5px;
 text-decoration: none;
 border: 1px solid #0F6059;
 color: #0F6059;
 font-size: 13px;
}

.comment_pagination strong, .comment_pagination a:hover {
 font-weight: normal;
 background: #cac9c9;
 color:#0F6059;
} 