/* Hide Object Owner */
.mstrLargeIconViewItemOwner {
	display:none;
	visibility:hidden;
}

/* Change description */
.mstrLargeIconViewItemDescription {
	padding-bottom:5px;
	font-size:1.2em;
}

/* Increase Name column */
.mstrListView col.nam{
	width: 36em; /* Default is 20em */
}