/* Comentarios estandar */
.comments {
    display: block;
    margin-bottom: 1.875rem;
}

.comments-author {
    margin: 0 !important;
    font-size: 1rem !important;
    font-weight: 700;
}

.comments-date {
    margin: 0 !important;
    font-size: 0.875rem !important;
    color: gray;
}

.comments-text {
    margin: 0 0 0.625rem 0 !important;
    font-size: 0.875rem !important;
}

.comment-img {
    max-width: 100%;
    margin-left: auto;
}

.comment-content-img {
    max-width: 100%;
}

.comment-box {
    min-height: 1.25rem;
    padding: 1.1875rem;
    margin-bottom: 1.25rem;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.comment-box .form-group {
    margin-bottom: 0.9375rem;
}

.line {
    border-bottom: 1px solid rgba(224, 224, 224, 0.3);
}

/* Reviews tipo media object */
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.media {
    margin-top: 0.9375rem;
}

.media > .pull-left {
    padding-right: 0.625rem;
}

.pull-left {
    float: left !important;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-body {
    width: 10000px;
}

.media-heading {
    margin: 0 0 0.3125rem 0;
}

/* Reviews tipo blog */
.comment-name,
.leave-comment {
    color: rgb(10, 120, 194);
}

.comment-name {
    font-weight: bold;
    font-size: 0.75rem;
}

.comment-minute {
    color: rgb(153, 153, 153);
}

.leave-comment {
    text-decoration: none;
    font-family: Tahoma, Arial, Verdana, sans-serif, "Lucida Sans";
    font-size: 0.6875rem;
    line-height: 1.0625rem;
}

.comment-header {
    background: rgb(218, 226, 232);
}

.comment-header-text {
    padding: 0.3125rem;
    color: rgb(69, 104, 142);
    font-weight: bold;
}

@media (min-width: 768px) {
    .comments-text {
        font-size: 1rem !important;
    }

    .comment-img {
        width: 70%;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .comment-content-img {
        max-width: 28.125rem;
    }
}
