
.blog_content img {
    margin: 15px;
    border-radius: 5px;
    border: 1px double #9b8a30;
    padding: 5px;
}

.blog_content {
    margin-bottom: 15px;
}

.tags_list {
    padding: 10px 30px !important;

}

.tags_list li, .tags_list ul {
    margin-bottom: 5px !important;
}

.comment_country {
    font-size: 14px;
    color: #9b8a30;
}

.btn-reply {
    text-align: right;
    text-decoration: underline;
    color: #9b8a30;
    font-weight: bold;
}

.btn-reply:hover {
    cursor: pointer;
    color: #444;
    transition-duration: 1.0s;
}

.warning_review {
    padding: 10px;
    text-align: center;
    background-color: lightgrey;
    border-radius: 10px;
}
