.comments { 
    margin:20px 0 10px 0; 
    padding: 0;
}
.commentsHeader{
    position: relative;
    width: 100%;
    padding-top: 5px;
} 
.comments h4.commentCountList{display:block;float:left;margin:0;padding:0;width:400px; font-size:20px; color:#9D9792; font-weight:bold; font-family: 'Arial';font-weight: bold;}
.comments h4.commentCountList span{font-weight: normal; font-style:italic; font-size:16px}
.comments a.button {
    background-color: #fff;
    margin:0; 
    padding:5px 10px;
    color: #F10A61;
    /*text-transform: capitalize;*/
    font-size: 16px;
    line-height: 18px;
    border: 1px solid #F10A61;
    border-radius: 15px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500;
}
.comments a.button:hover {
    border: 1px solid #CC0952;
    color: #fff;
    background-color: #CC0952;
}

.commentsHolder {margin:0}
.commentsBrowser{
    width: 100%;
    background:none; 
    margin:0 0 30px 0;
}

.commentsBrowserLeft{ width:50px;}
.commentsBrowserLeft .commentDateDay{ width:50px; height:20px; background:url(/img/commentDateDayBg.png) no-repeat left top; margin-bottom:1px; text-align:center}
.commentsBrowserLeft .commentDateDay span{ font-family:Georgia; font-size:12px; color:#FFFFFF}

.commentsBrowserLeft .commentDateDate{ width:40px; height:35px; background:url(/img/commentDateDateBg.png) no-repeat left top; text-align:center; padding:3px 5px 0 5px;}
.commentsBrowserLeft .commentDateDate p{ margin:0; padding:0; font-family:Georgia; font-size:12px; color:#000000; line-height:105%}
.commentsBrowserLeft .commentDateDate p.year{font-size:16px;}
.commentsBrowserRight{ width:568px; height: auto; position: relative;}

.commentsBrowserRight .commentBox{}

.commentsBrowserHead{background: url(/img/commentsTop.png) no-repeat left top;padding:11px 20px 11px 32px;}
.commentsBrowserHead span.commentName{color:#1E8DAE;display:block;float:left;font-size:12px;line-height: 22px;}
.commentsBrowserHead span.commentDate{color:#333333;display:block;float:right;font-size:12px;padding:5px 10px 0 0;}
.commentsBrowserHead span.time{ color: #666; font-size: 12px;line-height: 22px;}

.commentsBrowserEntry a.button{margin:15px 0 0 0; background: url(/img/buttons/sendCommentleft.png) no-repeat left top; padding:0 0 0 13px}
.commentsBrowserEntry a.button span{padding: 6px 10px 8px 5px;background: url(/img/buttons/sendCommentRight.png) no-repeat right top; }

.commentsBrowserEntry{ padding:10px 20px 10px 32px;background: url(/img/commentsMiddle.png) repeat-y left top;}
.commentsBrowserEntry .commentTitle{font-family:Arial; font-size:20px; color:#4D4844; margin-bottom: 5px;}

.commentsBrowserBottom {padding:10px 20px 10px 32px;background: url(/img/commentsBottom.png) no-repeat left top;}

.answer a span.answerLeft{background: url("/img/answerLeft.png") no-repeat right top; width: 43px; height: 43px; padding: 14px 22px 14px 22px;}
.answer a span.answerCenter{background: url("/img/answerCenter.png") no-repeat center center; height: 43px; font-size: 12px; font-weight: bold; color: #FFF; text-shadow: 1px 1px #050403; padding: 19px 0 13px 0; text-transform: uppercase; vertical-align: sub;}
.answer a span.answerRight{background: url("/img/answerRight.png") no-repeat left top; width: 43px; height: 43px; padding: 14px 22px;}

.commentsHolder h3.fragmentTitle {
    padding-right: 200px;
}
.commentsHolder h3.fragmentTitle i {
    margin-right: 10px;
}
.commentsHeaderSingle {
    width: 100%;
    display: table;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: #EEF1F3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}
.commentName {
    float: left;
    font-size: 12px;
    font-weight: 700;
    color: #238FAF;
    line-height: 16px;
    width: calc(100% - 150px);
}
.commentDate {
    float: right;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}
.commentDate span {
    display: block;
    float: left;
}
.commentDate span.commentDateDay {
    margin-right: 5px;
}
.commentDate span.time {
    margin-left: 10px;
}
.commentsBrowserBody {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: #FBFBFC;
    overflow: hidden;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; 
}
h5.commentTitle {
    margin-bottom: 10px;
}
.commentsBrowserBody p {
    padding-bottom: 0;
    word-break: break-word;
}
.answer {
    width: 100%;
    text-align: right;
    margin-top: 10px;
}
.answer.ta-centar {
    text-align: center;
}
.commentsBrowser .centerAV {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.data .commentsBrowser img {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-height: 100%;
    min-width: 100%;
} 
.singleCommentsRight {
    float: right;
    width: calc(100% - 80px);
}
.albumTop h1.name {
    color: #01495E;
    padding-bottom: 10px;
    border-bottom: 1px solid #01495E;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
}
