/* Widgets page. */
.columns-1 {
	}
.columns-2 {
	overflow: hidden;
	float: left;
	width: 48%;
	}
.columns-3 {
	overflow: hidden;
	float: left;
	width: 31%;
	margin-right: 3.5%;
	}
.column-last {
	float: right;
	margin-right: 0;
	}

.zourbuth-widget-controls label {
	font-size: 11px;
	}
.zourbuth-widget-controls textarea:hover,
.zourbuth-widget-controls input[type="text"]:hover {
	background-color: #F7F7F7;
}
.zourbuth-widget-controls textarea:hover,
.zourbuth-widget-controls input[type="text"]:hover {
	background-color: #F7F7F7;
}
.columns-2 input.widefat, .columns-2 select.widefat {
	width: 99%;
	}
.columns-3 select.widefat {
	width: 98.5%;
	}
.zourbuth-widget-controls select[multiple="multiple"] {
	width: 100%;
	height: 5.0em !important;
	}
input.smallfat {
	float: right;
	width: 66px;
	}
select.smallfat {
	float: right;
	min-width: 66px;
	}
.zourbuth-notes {
	color: #666666;
}
.zourbuth-notes  a{
	text decoration: none;
}
img.zourbuth-logo {
	vertical-align: middle;
}
img.zourbuth-feed {
	vertical-align: middle;
}

.envato-marketplace li {
    float: left;
    margin-bottom: 0;
    margin-right: 3px;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}