.nl-comment-form-entry-wrapper {
    padding: 0 10px 10px 10px;
    background-color: #F8F8F8;
    border-radius: 12px;
    margin-bottom: 25px;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry {
    padding: 10px 0 10px 0;
    border-bottom: 1px dashed #aaa;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry::after {
    content: "";
    display: block;
    clear: both;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry-thumbnail {
    float: left;
    background-color: #fff;
    border: 1px solid #e6e6e0;
    border-radius: 30px;
    overflow: hidden;
    width: 12%;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry-content {
    float: left;
    width: 88%;
    margin: 0;
    padding: 0 10px;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry-detail {
    margin: 0;
    padding: 0;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry-detail::after {
    content: "";
    display: block;
    clear: both;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry-status {
    float: left;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry-good-button {
    float: right;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry-good-button ul {
    list-style: none;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry-good-button ul li {
    display: inline;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry-good-button-link {
    text-decoration: none;
    padding: 3px 5px;
    border: 1px solid gray;
    border-radius: 3px;
    font-size: 0.9em;
    margin-right: 2px;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry-good-button-display {
    position: relative;
    padding: 3px 5px;
    border: 1px solid gray;
    border-radius: 3px;
    font-size: 0.9em;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry-good-button-display:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -8px;
 	margin-top: -4px;
	border: 4px solid transparent;
	border-right: 4px solid white;
 	z-index: 2;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry-good-button-display:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
 	margin-top: -5px;
	border: 5px solid transparent;
	border-right: 5px solid gray;
 	z-index: 1;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry-content p {
    margin: 0 0 4px 0;
}

.nl-comment-form-entry-wrapper .nl-comment-form-pagination {
    text-align: center;
    padding: 16px 0 0 0;
}

.nl-comment-form-entry-wrapper .nl-comment-form-pagination .pagination {
    display: inline-block;
    border-radius: 4px;
    padding: 0;
}

.nl-comment-form-entry-wrapper .nl-comment-form-pagination .pagination .page-item {
    display: inline;
}

.nl-comment-form-entry-wrapper .nl-comment-form-pagination .pagination .page-item .page-link {
    background-color: #fff;
    border-color: #ddd;
    color: #332300;
    padding: 6px 12px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.nl-comment-form-entry-wrapper .nl-comment-form-pagination .pagination .page-item.active .page-link {
    background-color: #332300;
    border-color: #c6c3b6;
    color: #fff;
}

.nl-comment-form-wrapper {
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 12px;
}

.nl-comment-form-wrapper table {
    border: 0;
}

.nl-comment-form-wrapper table th {
    text-align: right;
}

.nl-comment-form-wrapper table th::after {
    content: ':';
}

.nl-comment-form-wrapper table td label {
    display: inline-block;
}

.nl-comment-form-wrapper table td input[name="age"] {
    width: 90px;
}
