<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  List Box
  ========
*/



div.FLW_SearchBar {
  float: left;
  clear:left;
}

/* The width of the search input, adjust to your width */
input.FLW_SearchInput {
  width: 120px;
}

div.FLW_PageBar {
  float: right;
}

/* The box containing the page selector and search bar */
div.FLW_DispSubAZ {
  height: 1.4em;
  padding: 4px;
}

/* The page selector  */
div.FLW_DispSubAZ select {

}

/* Search button  */
button.FLW_SearchButton {
  font-size: 11px;
  margin-left: 4px;
}

/* Warning message when searcing with no matches  */
p.NoMatch {
  font-weight: bold;
  font-size: 18px;
}

/* Button to take user back to the widget after failed search  */
button.BackClick {
  font-size: 11px;
  text-align: center;
}

/* The box in which the list is placed */
div.FLW_DispCon {
}

/* Each paginated list */
ul.FLW_ListView {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  width:100%;
}

/* Each list element in the paginated list */
li.FLW_ListElement {
  list-style-type: none;
    display:inline-block;
  margin:4px auto;
  vertical-align:top;
}

/* The headline */
li.FLW_ListHeadline {
  list-style-type: none;
  font-weight: bold;
}

/* This class is added to each list element of the Headline option is specified */
span.FLW_eqwidth {
  display: inline-block;
}

/* Look of hover effect */
.FLW_AZHover {
  background-color: #FFF !important;
}

/* Look of stripes */
.FLW_AZStripe {
  background-color: #E3E3E3;
}

/* Different elements hidden from (first) view */
div.FLW_Hidden {
  display: none;
}

button.SelectPrev {
  margin-right: 4px;
  font-size: 0.1em !important;
  padding: 2px;
  vertical-align:middle;
}

button.SelectNext {
  margin-left: 4px;
  font-size: 0.1em !important;
  padding: 2px;
  vertical-align:middle;
}


/*
  A-Z panel
  =========
*/

/* The box containing the buttons */
div.FLW_AZList {
  padding: 4px;
}

/* A left-to right list with the buttons */
ul.FLW_AZIndex {
  margin: 0;
  padding: 0;
}

/* A list element containing one button */
.FLW_AZIndex li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* A-Z button */
button.FLW {
  cursor: pointer;
  margin: 0px 4px 4px 0px;
  padding: 2px;
}
.ui-widget-content  {
	background:#fff;
	border:0px;
	
}

.ui-widget-content a    {
	color: #0D6F53;
    text-decoration: underline;	
}

.ui-widget-content a:hover {
	    color: #46A02D;
	text-decoration:none;
}

.ui-widget  {
    font-size: 12px;	
}

#ajax_loader_container  {
	position:absolute;
    width:200px;
    height:200px;
    text-align:center;
    left: 238px;
    top:20px;
}

#plant_list_widget_container    {
	position:relative;
}</pre></body></html>