
.fb-comment-load .fb-avatar img {
    width: 50px;
    height: 50px;
}


.fb-avatar img {
    float: left;
    margin-right: 10px;
}
.fb-comment,
.fb-comment-load {
    position: relative;
    margin-bottom: 15px;
    padding: 0 10px 15px;
    border-bottom: 1px solid rgb(218, 225, 232);
}
.fb-comment:last-child {
    border-bottom: 0 none;
}
.fb-comment-name {
    font-weight: bold;
    font-size: 12px;
    color: rgb(43, 88, 122);
}
.fb-comment-text {
    margin-left: 60px;
}
.fb-comment-text img {
    display: block;
}
.fb-comment-date {
    margin-left: 60px;
    color: rgb(153, 153, 153);
}
.fb-comment-like:hover {
    cursor: pointer;
    opacity: 0.5;
}
.fb-comment-like-count {
    padding-left: 14px;
    font-weight: bold;
    font-size: 10px;
    color: rgb(114, 149, 178);
}
.fb-comment-answer {
    color: rgb(43, 88, 122);
}
.fb-comment-answer:hover {
    cursor: pointer;
    opacity: 0.5;
}

@media screen and (max-width: 999px)
.fb-comment-name {
    font-weight: bold;
    font-size: 18px;
    color: rgb(43, 88, 122);
}
