#comments-container {
    min-height: 100px;
    margin-top: 20px;

}

.navigation-wrapper li:not(:first-child){
    display:none!important
}

.jquery-comments ul.main li.comment .actions .action.upvote {
    display: none!important;
}

.jquery-comments ul.main li.comment .actions .separator{
    display:none!important;
}

#comment-title{
    margin-top: 20px;
    margin-left: 65px;
    outline: 0;
    overflow-y: auto;
    overflow-x: hidden;
    cursor: text;
    border: 1px solid #CCC;
    background: #FFF;
    font-size: 1em;
    line-height: 1.45em;
    padding: .25em .8em;
    padding-right: 2em;
    width: calc(100% - 113px);
}

.comment-header .name:empty {
    display: none;
}

#save_comments {
    float: right;
    height: 30px;
    width: 40px;
    margin-top: 10px;
    background-image: url(../pics/icons/save.png);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}