#pckm_syn_list li
{
	display: inline-block;
	padding: 3px 6px;
	border: 1px solid #d8d8d8;
	margin: 0 6px 6px 0;
	-webkit-background-clip: padding-box; /* fix WebKit background bleed on border-radius */
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	        border-radius: 9px;
	font-size: 1.2em;
}

#pckm_syn_list li input
{
	margin-right: 6px;
}

#keyword_select option span
{
	font-style: italic;
	color: #a8a8a8;
}

.no_syns_msg
{
	font-style: italic;
	color: #a8a8a8;
	font-size: 1.2em;
}

/* override this style in the theme if you want parent terms to show up in the search suggestions*/
.suggest_parent{
	display:none;
}