.comment-block .author-name {
    display: block;
    font-size: 18px;
    margin: 5px 0;
}

.comment-block .admin-label {
    font-size: 10px;
    font-weight: bold;
    background: #2ecc71;
    color: #f4f4f4;
    padding: 5px;
    margin: 5px 0;
    margin-left: 5px;
    text-transform: uppercase;
    vertical-align: middle;
}

.comment-block .comment-text {
    display: block;
    font-size: 14px;
    margin: 5px 0;
    word-wrap: break-word;
}

.comment-block .comment-item {
    padding: 10px;
}

.comment-block .comment-item .comment-wrapper {
    display: flex;
}

.comment-block .comment-item .left-wrapper,
.comment-block .comment-item .right-wrapper {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-flex-basis: 5%;
    -webkit-flex-basis: 5%;
    -ms-flex-basis: 5%;
    flex-basis: 5%;
    padding: 10px 0;
}

.comment-block .comment-item .left-wrapper {
    flex-grow: 10;
    margin-right: 10px;
}

.comment-block .comment-item .right-wrapper {
    flex-grow: 1;
    text-align: center;
    font-size: 16px;
}

.comment-block .reply-link {
    display: inline-block;
    font-size: 12px;
    color: black;
    margin: 5px 0;
    border: none;
}

.comment-block .summary {
    margin: 10px 0;
    font-size: 20px;
}

.comment-block .reply-block {
    display: inline-block;
    position: relative;
    background: #e6e6e6;
    padding: 25px 15px 25px;
    margin: 0 0 10px 0;
    font-size: 12px;
    width: 100%;
}

.comment-block .reply-block .reply-text {
    display: inline-block;
    float: left;
    width: 90%;
    height: auto;
    margin-bottom: 10px;
    margin-left: 10px;
    word-break: break-word;
}

.comment-block .reply-block .reply-text:before {
    font-size: 40px;
    display: block;
    margin-top: -60px;
    margin-left: -10px;
    content: '„';
}

.comment-block .reply-block .reply-text:after {
    font-size: 40px;
    display: block;
    position: absolute;
    margin-top: -5px;
    margin-left: -10px;
    content: '“';
}

.comment-block .reply-to button {
    font-size: 8px;
}

.comment-block .reply-to:hover button:before {
    color: #2ebaae;
}

.comment-block .reply-block .remove-reply {
    display: flex;
    position: absolute;
    margin-right: 20px;
    right: 0;
    top: 40%;
    font-size: 16px;
    cursor: pointer;
    vertical-align: middle;
}

.comment-block .reply-block .remove-reply:hover {
    color: #2ebaae;
}

.comment-block .comment-item .answer-to {
    display: block;
    position: relative;
    background: #e6e6e6;
    padding: 35px 30px 25px 30px;
    margin: 0 0 10px 0;
    font-size: 12px;
    word-break: break-word;
}

.comment-block .comment-item .answer-to:before {
    font-size: 40px;
    position: absolute;
    top: -35px;
    left: 15px;
    content: '„';
}

.comment-block .comment-item .answer-to:after {
    font-size: 40px;
    display: block;
    height: 5px;
    margin-bottom: 10px;
    margin-left: -15px;
    content: '“';
}

.comment-block .empty {
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 25px;
    background-color: #eeeeee;
}
