.upload.inline-button{
	display:none !important;
}
.comments-popup .show{
	min-height: 180px;
}
.user-info #posting-as-value{
	max-width: 50%;
	margin-bottom: 10px;
	max-height: 35px;
	margin-left: 0px !important;
}
.comments-btn-wrap{
    text-align: center;
}
.comments-btn-wrap a{
    color:#b50000 !important;
    font-size: 1.5rem;
    padding: 5px 20px;
    border-radius: 10px;

}
.actions .action.edit{
	display: none !important;
}
.comment-header{
	    display: flex;
    align-items: center;
}
.is-verified-user{
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/images/check.png);
    background-size: contain;
    margin-left: 5px;
}

