
.special-crud-show .list-group-item .row>div:first-child,
.crud_zone_wrapper .list-group-item .row>div:first-child
{
	width: 25%!important;
}
.special-crud-show table th{
	width: 25%!important;
}

.special-crud-show .list-group-item .row>div:nth-child(2),
.crud_zone_wrapper .list-group-item .row>div:nth-child(2)
{
	width: 75%!important;
}