
/* Widgets page. */
.widgets-php .columns-1 {
	}
.widgets-php .columns-2 {
	overflow: hidden;
	float: left;
	width: 48%;
	}
.widgets-php .columns-3 {
	overflow: hidden;
	float: left;
	width: 31%;
	margin-right: 3.5%;
	}
.widgets-php .column-last {
	float: right;
	margin-right: 0;
	}

.widgets-php .bon-widget-controls label {
	font-size: 11px;
	}
.widgets-php .columns-2 input.widefat, .widgets-php .columns-2 select.widefat {
	width: 99%;
	}
.widgets-php .columns-3 select.widefat {
	width: 98.5%;
	}
.widgets-php .bon-widget-controls select[multiple="multiple"] {
	width: 100%;
	height: 10.0em !important;
	}
.widgets-php input.smallfat {
	float: right;
	width: 66px;
	}
.widgets-php select.smallfat {
	float: right;
	min-width: 66px;
	}