#commentaries .nav {
    margin-bottom: 0px;
}
#commentaries .nav-tabs li:first-child {
    margin-left: 25px!important;
}
#commentaries .nav-tabs li.active a {
    background: #ffffff;
    border-bottom-color: transparent;
    cursor: pointer;
}
#commentaries .nav-tabs li a {
    background: url(../images/tab-gradient.png) repeat-x bottom left;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    line-height: 18px;
    border: 1px solid #cfd5dc;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7x 0 0;
}

#commentaries .tab-pane {
    padding-top: 10px;
}

#commentaries #tab-fb, #tab-vk {
    padding-bottom: 10px;
}

#commentaries sup {
    color: #E10000;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    padding: 0 4px 0 1px;
}

.comment-thumbnail {
    width: auto!important;
}
.comment-list-item .author > a {
    text-decoration: none;
}
.comment-list-item .author > a:hover {
    text-decoration: underline;
}

.comments-block .comment-text {
    max-width: 100%;
}
