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

.nl-comment-form-entry-wrapper .nl-comment-form-entry {
    padding: 15px 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: 10%;
    margin-right: 10px;
}

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

.nl-comment-form-entry-wrapper p.nl-comment-form-entry-body {
    min-height: 25px;
}
.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;
    font-size:12px;
}

.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;
    margin-bottom:0px;
}

.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: 0px;
    font-size: 11px;
    margin-right: 2px;
    background-color: gray;
}

.nl-comment-form-entry-wrapper a.nl-comment-form-entry-good-button-link {
    color:#fff;
}

.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: 11px;
}

.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;
    margin: 20px 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;
    margin: 0;
}

.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;
    margin: 0 auto;
    width: 90%;
}

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

.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;
}

.nl-comment-form-button {
    background-color: #333;
    border-radius: 5px;
    border: none;
    display: block;
    width: 90%;
    padding: 6px;
    color: #fff;
    font-weight: bold;
    margin: 15px auto;
}
