Reply_wev8.css 812 Bytes
.wev-comp-Reply{
	display: none;
	background-color: rgba(235, 236, 238, 1);
    border-top: 0.5px rgb(228, 228, 228) solid;
    overflow: hidden;
    box-sizing: border-box;
    padding: 6px 7px 7px 7px;
}
.wev-comp-Reply .wev-reply-formwrap{
	width: 0px;
	overflow: hidden;
}
.wev-comp-Reply .wev-reply-content{
    width: 100%;
    height: 36px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    background: #fbfbfb;
	padding: 0px 0px 0px 7px;
    box-sizing: border-box;
}
.wev-comp-Reply .wev-reply-btn{
	height: 36px;
    line-height: 36px;
    border: 1px #c0c1c2 solid;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    padding: 0px 8px;
    float: right;
}
.wev-comp-Reply .wev-reply-btn.disabled{
	opacity: 0.3; 
}