#lug-form table form { border: none !important; }
#lug-form tr td { font-size: 9px; width: 0; white-space: nowrap; border: none !important; }
#lug-form .mini { width: 15%; }
#lug-form label { margin: 0; padding: 0; font-size: 10px; white-space: nowrap; }
#lug-form .inpt { font-size: 9px; }
/* #lug-form .inpt input[type="text"], textarea { width: 250px; }
#lug-form form p .lb_adr { display: block; white-space: nowrap; }
#lug-form form p #adr { width: 200px; white-space: nowrap; }
#lug-form2 tr td { font-size: 10px; padding: 2px 0px; white-space: nowrap; border: none !important; } */
.small { font-size: 8px; padding-bottom: 12px; }
#sbmt { font-size: 9px; }
#srch { padding-left: 10px; }
form #lm_area_lookup { font-size: 10px; }
form #lm_area_add { font-size: 11px; }
form #lm_area_clear { font-size: 11px; }
form #sbmt { font-size: 11px; }
#map { height: 475px; border:1px solid #423E46; }
#lug-map .bubble {
	font-size: 10px;
	margin: 0;
	padding: 0;
 }
.bubble p {
	margin: 5px 0;
}
.bubble a {
	color: #E76F34 !important;
	white-space: nowrap;
}
#bl_skill {
	font-size: 9px;
	line-height: 11px;
	border: 1px dotted #eee;
	width: 180px;
	margin-left: 20px;

}
#bl_count {
	float: right;
	text-align: right;
	font-size: 8px;
	line-height: 10px;
	width: 20px;
	border-left: 1px dotted #eee;
}

.entry-content img {margin: 0 0 16px 0;	max-width: none; }

/* Big box with list of options */
#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:175px;	/* Width of box */
	height:250px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border:1px solid #317082;	/* Dark green border */
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-size:0.9em;
	z-index:100;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#317082;
	color:#FFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}

form{
	display:inline;
}

#alert {
	font-weight: bold;
	color: red;
}

#all_places {
	border: 1px solid blue;
	padding: 0.25em 1em;
	margin: 1em 1.5em;
	font-size: 11px;
}


