.comment {
    background-color: #ffffff;
}

.ecomment-reply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden
}

input.ecomment-reply-text:valid + .ecomment-reply-button {
    opacity: .9;
}

.ecomment-reply-text {
    margin-bottom: 1rem;
}

.ecomment-reply-button:hover {

}

.ecomment-reply-button:active, .ecomment-reply-button:focus {

}

a {
    text-decoration: none
}

.ecomment-container {
    background-color: #ffffff;
}

.post-owner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ecomment-container .comment:last-child hr, .comment .ecomment-children .comment:last-child hr {
    display:none;
}