/**
 * A class to make admin blocks wider so that there's more room to enter info.
 */
.toolbelt-block-wide {

	min-width: 220px;
	width: 65%;

}