.comment-list > li {
    padding-top: 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

.comment-list li {
    list-style-type: none;
}

.comment-author {
    font-weight: bold;
    color: #c13636;
}

ul.comment-list {
    margin: 15px auto;
    background: #ededed;
    padding: 15px;
    border-radius: 3px;
}

span.comment-content {
    display: block;
    padding: 8px 0;
}

.comment-content p {
    display: inline-block;
}

.comment-list ul {
    padding-right: 15px;
    margin-right: 15px;
    padding-top: 15px;
    background-image: linear-gradient(to left, #fff, #fafafa, #f6f6f6, #f1f1f1, #ededed);
}

time.comment-published {
    font-size: 11px;
    font-style: italic;
}

.btn-comment i {
    padding-right: 10px;
    vertical-align: middle;
}

.btn-comment:hover {
    background-color: #62b557;
}

.btn-comment {
    background: #40ab33;
    display: inline-block;
    border: 0;
    padding: 4px 12px;
    color: #fff;
    border-radius: 4px;
    font-size: 11px;
    font-family: inherit;
    cursor: pointer;
    display: inline-block;
}

.comment-form-title {
    font-size: 20px;
    margin: 15px auto;
    font-weight: bold;
}

textarea.form-control {
    height: 200px;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

.loading-comment {
    width: 100%;
    position: absolute;
    background: rgba(0,0,255,0.3);
    display: none;
    height: 100%;
    text-align: center;
    padding-top: 100px;
}

.d-blcok {
    display: block !important;
}
