.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;
}



.jq-ry-container {
    position: relative;
    padding: 0 5px;
    line-height: 0;
    display: block;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    direction: ltr;
}

    .jq-ry-container[readonly="readonly"] {
        cursor: default;
    }

    .jq-ry-container > .jq-ry-group-wrapper {
        position: relative;
        width: 100%;
    }

        .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
            position: relative;
            line-height: 0;
            z-index: 10;
            white-space: nowrap;
        }

            .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
                display: inline-block;
            }

            .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
                width: 100%;
            }

            .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
                width: 0;
                z-index: 11;
                position: absolute;
                top: 0;
                left: 0;
                overflow: hidden;
            }
