.widget-content {
	.hide {
	display:none;
	}
	.yog-group-holder {
	margin-top:5px;
	margin-bottom:5px;
		.yog-group-child {
		margin-left:20px;
		padding:5px;
		background:rgb(250, 250, 250);
		/*background:orangered;*/
			p {
			margin:0;
			margin-bottom:10px;
				&:last-child {
				margin-bottom:0px;
				}
			}
			small.description {
			padding-left:0 !important;
			padding-right:0 !important;
			}
		}
	}
	/* Recent objects widget */
	.yog-recent-objects-widget-admin {
		table {
			input[type=number] {
			width:40px;
			}
			select {
			width:100px;
			}
		}
	}
}