.udpate-entries{
	background:#ffffff;
	padding:25px 10px;
	margin-top: 50px;
}
.udpate-entries table{
	border-spacing:2px;
}
.th-ctype{
	width: 75px;
}
.th-cdate{
	width: 150px;
}
.th-update{
	width: 190px;
}
.widefat tr th{
	text-align: center;
}
.widefat tr td{
	vertical-align: bottom;
}
tr td select{
	width: 110px;
}
.td-update , .td-date , .td-type{
	text-align: center;
}

.td-update a.hide{
	opacity: 0.5;
	pointer-events: none;
}


.record td{
	position: relative;
}
.record td:before{
	position: absolute;
	content: " ";
	left:0;
	top:0;
	background:#ffffff;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	z-index: 2;
	max-height: 0;
	-webkit-transition: max-height 1s ,background 0.75s; /* Safari */
    transition: max-height 1s , background 0.75s;
}

.record.processing td:before{
	max-height: 500px;
}

.record.removing td:before{
	background:red;
}