body.post-type-aw_workflow .wp-list-table {
	.column-primary {
		width: 48%;
	}
	.column-timing {
		width: 20%;
	}
	.column-times_run,
	.column-queued {
		width: 95px;
	}
	.column-aw_status_toggle {
		width: 70px;
		.aw-switch {
			float: right;
			margin: 9px 10px 0 0;
		}
	}
}