#num {
    border: none;
}

.comment-container h3 {
    position: relative;
    font-size: 16px;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    font-weight: 400;
}

#actiontips {
    margin-left: 20px;
    margin-left: 20px;
    display: inline-block;
    background: none;
    height: auto;
}

.ly {
    background: #fff;
}

#commentlist dl {
    position: relative;
    border-bottom: 1px solid #eee;
    clear: both;
    padding: 10px 0;
    margin-bottom: 5px;
}

#commentlist dl dt {
    float: left;
    margin-right: 10px;
    width: 54px;
    height: 54px;
    display: block;
    position: absolute;
}

#commentlist dl dt img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

#commentlist dl dd {
    padding-left: 60px;
    float: left;
    width: 100%;
}

#commentlist cite {
    font-style: normal;
}

#commentlist dl dd small {
    display: block;
    color: #999;
    margin: -2px 0;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
}

#commentlist dl dd p {
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 15px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.btn-primary {
    color: #fff;
    background-color: #2c3e50;
    border-color: #2c3e50;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #1a242f;
    border-color: #161f29;
}

.btn-info {
    color: #fff;
    background-color: #2b73cc;
    border-color: #2b73cc;
}

.btn-info:hover {
    color: #fff !important;
    background-color: #2b73cc;
    border-color: #2b73cc;
}