.postbox#acf_location h3 span.description {
	font-size: 11px;
	color: #666;
	font-weight: normal;
	font-style: normal;
	padding-left: 4px;
}

table.acf_input > tbody > tr > td > select[multiple="multiple"] {
    height: auto !important;
}

.postbox#acf_location a.help {
	width: 16px;
	height: 17px;
	background: url(../images/help.png) 0 0 no-repeat;
	position: absolute;
	top: 5px; 
	right: 5px;
}

.postbox#acf_location .handlediv {
	display: none;
}


td.param {
	width: 40%;
}
td.operator {
	width: 20%;
}

/*---------------------------------------------------------------------------------------------
	Location Rules
---------------------------------------------------------------------------------------------*/
.location_rules {

}

table#location_rules {

}

table#location_rules tr {

}

table#location_rules tr td {
	padding: 4px;
	border-right: 0 none;
}

table#location_rules tr:nth-child(odd) {
	background: #F9F9F9
}

table#location_rules tr:nth-child(even) {
	background: transparent;
}

table#location_rules tr td.buttons {
	width: 40px;
}

table#location_rules a.remove {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/button_remove.png) 0 0 no-repeat;
	float: left;
	margin-right: 4px;
}

table#location_rules a.remove:hover {
	background-position: 0 100%;
}

table#location_rules a.remove.disabled {
	opacity: 0.4;
	background-position: 0 0 !important;
	cursor: default;
}

table#location_rules a.add {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/button_add.png) 0 0 no-repeat;
	float: left;
}

table#location_rules a.add:hover {
	background-position: 0 100%;
}

.location_rules p select {
	width: 50px;
}

table#location_rules tr td.value div {
	display: none;
}
