.message{
	padding:15px !important;
	border-radius: 4px;
	margin-bottom:15px;
	width:100%;
}
.message.published{
	background-color: #dff0d8;
    border-color: #d6e9c6;
	color: #3c763d;	
}

.message.error{
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.wrcm-container{
	background:#fff;
	padding:10px;	
}

.no-sort::after { display: none!important; }

