#post-list { margin-top: 20px; }
#post-list li {
	padding: 10px;  
	width: 50%; 
	font-weight: bold;
	background: #f0f0f0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e7e7e7');
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
	background: -moz-linear-gradient(top,  #f7f7f7,  #e7e7e7);
	cursor: move;
	border: 1px solid #ddd;
	border-raidus: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;}

.wp-core-ui.post-type-team .featured_image.column-featured_image img{max-width:150px; height:auto;}

.rwmb-sort-clone textarea{width:94%;}
.rwmb-button.remove-clone {
	border-radius:0!important;
    background: #0085ba!important;
    top: 5px!important;
}
.rwmb-button.remove-clone i {
    width: 15px!important;
    height: initial!important;
    font-size: 15px!important;
    line-height: 18px!important;
}