.sliderPagination{
    width:100%;
     text-align:right;
     padding:20px 0;
}
 .recentCommentsWrapper{
    position:relative;
     width:100%;
     height:100%;
     display:block;
}
 .recentCommentsWrapper ul.recentComments {
    width:100%;
     height:100%;
     list-style:none
}
 .recentCommentsWrapper ul.recentComments li {
    width:100%;
     lis float:left;
     padding:10px;
     border-bottom:1 px dotted #ccc;
     border-top:0;
}
 .recentCommentsWrapper ul.recentComments li:last-child{
    border-bottom:none;
}
 .recentCommentsWrapper ul.recentCommentsl li h4{
    display:inline;
     font-size:14px;
}
 .recentCommentsWrapper ul.recentComments li p{
    margin:0;
}
 .recentCommentsWrapper .ajaxPreLoader{
    background:url("spinner.gif") no-repeat scroll center center / 50px auto;
     position:absolute;
     top:0;
     left:0;
     width:100%;
     height:100%;
     display:none;
}
 .sliderPagination a{
    text-decoration: none;
     display: inline-block;
     color:#888!important;
     line-height:20px;
     text-align:center;
     margin-left:10px;
}
 .sliderPagination a:hover {
     color: #669900 !important;
}
 a.previousLink {
    padding-right: 20px;
}
 .recentCommentsWrapper ul li a::before{
    content:none;
}
 .recentCommentsWrapper ul.recentComments .widget-comment-user {
     display: flex;
     justify-content: space-between;
     align-items: center;
}
 .recentCommentsWrapper ul.recentComments .widget-comment-user-left {
     display: flex;
     align-items: center;
}
 .recentCommentsWrapper ul.recentComments .widget-comment-user-left img {
     width: 25px;
     height: 25px;
     margin-right: 5px;
}
 .recentCommentsWrapper ul.recentComments .widget-comment-user-left span {
     color: #333333;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     max-width: 200px;
}
 .recentCommentsWrapper ul.recentComments .widget-comment-user time {
     color: #9f9f9f;
     font-size: 13px;
}
 .recentCommentsWrapper ul.recentComments .widget-comment-content {
     color: #777777;
     padding: 10px;
     position: relative;
     margin: 10px 0;
     background-color: #f5f5f5;
     border-radius: 8px;
}
 .recentCommentsWrapper ul.recentComments .widget-comment-content:after, .recentCommentsWrapper ul.recentComments .widget-comment-content:before {
}
 .recentCommentsWrapper ul.recentComments .widget-comment-content::before {
     content: '';
     display: block;
     position: absolute;
     top: -8px;
     left: 35px;
     border-left: 8px solid transparent;
     border-right: 8px solid transparent;
     border-bottom: 8px solid #b5b5b5;
     border-bottom-color: #f5f5f5;
     z-index: 2;
}
 .recentCommentsWrapper ul.recentComments .widget-comment-content::after {
     content: '';
     display: block;
     position: absolute;
     top: -6.6px;
     left: 35px;
     border-left: 8px solid transparent;
     border-right: 8px solid transparent;
     z-index: 2;
}
 .recentCommentsWrapper ul.recentComments .widget-comment-post {
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     font-size: 13px;
     color: #9f9f9f;
}
