/*** HOME ***/

/* Make home page panel images 100% width of the column */
.one_fourth img {
  width: 100%;
}

/* Reduce margin on home page panels */
.one_fourth {
  margin-right: 2%;
}

/* Increase width of panels on home page */
.one_fourth {
  width: 23.25%;
}

/*** DOJO LOCATOR ***/

/* make search button correct height */

#address_search .search_item input {
  width: 200px !important;
  height: 31px;
  float: right;
}

/* Style search fields at the top */

/* Move text to the left */
#searchForm .search_item {
  text-align: left;
}

/* reset width of left blocks */
#searchForm LABEL {
  width: initial;
}

/* remove padding to the left of radius text */
#addy_in_radius {
  padding-left: 0px !important;
}

/* Fix width of text */
#searchForm LABEL {
  width: auto !important;
}

/* Make address field auto width */
#address_search .search_item input {
  width: auto !important;
}

/* Move search field up to line up with text */
#searchForm INPUT[type="text"] {
  position: relative;
  top: -10px;
}
