.list-box-viewalltalk {
    float: left;
    width: 100%;
    display: block;
    color: #666;
    padding: 0 0 5px 5px;
}

.list-box-viewalltalk:hover {
    color: #ff5722;
}

.list-comment {
    border-top: 1px solid #ddd;
    display: block;
    padding: 5px 0;
    min-height: 120px;
    background: #f8f8f8;
    height: auto;
    -webkit-transition: height ease .4s;
    transition: height ease .4s;
}

.comment-talk-textarea {
    height: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-height: 70px;
    line-height: 20px;
    outline: 0;
    background: #fff;
    -webkit-box-shadow-: inset 0 1px 1px rgba(0,0,0,.75);
    padding: 5px 10px;
    width: 926px;
}
