@charset "UTF-8";
/* CSS Document */
#divPage {
  padding: 0px 10px 0px 10px
}
#divWells { /* Note: This cannot be display:none or the dataTables() function cannot calculate the column heading widths accurately. Instead, hide #tableWells and reveal it in the callback. */
  padding-top: 2px !important;
  margin-right: 1em;
}
a.toggleLink { /* A link the user can click to toggle visibility of a column in the Search Results table. Used in that table footer. */
  color: green
}