/*Added for small screen devices like iphone 5/SE*/
.mod-funds-results__pagination-container {
  margin-top: 10px;
}
.mod-funds-results .mod-ui-table th:first-child label {
  margin-top: -17px;
  display: block;
}
.mod-funds-results .mod-ui-table td:first-child label {
  margin-top: -10px;
  display: block;
}
.mod-funds-results .mod-ui-table--freeze-pane .o-forms-checkbox {
  display: none;
}
.mod-funds-results__watchlist__toggle {
  display: inline-block;
  margin: 20px 0 10px 0;
}
.mod-funds-results__watchlist__module,
.mod-funds-results__watchlist__message--success {
  display: none;
  width: 300px;
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
}
.mod-funds-results__watchlist__module[aria-expanded="true"],
.mod-funds-results__watchlist__message--success[aria-expanded="true"],
.mod-funds-results__watchlist__module[aria-hidden="false"],
.mod-funds-results__watchlist__message--success[aria-hidden="false"] {
  display: block;
}
.mod-funds-results__watchlist__module {
  padding-bottom: 34px;
}
.mod-funds-results__watchlist__module p,
.mod-funds-results__watchlist__module select,
.mod-funds-results__watchlist__module input {
  margin-bottom: 10px;
}
.mod-funds-results__watchlist__module input {
  display: none;
}
.mod-funds-results__watchlist__module input[aria-hidden="false"] {
  display: block;
}
.mod-funds-results__watchlist__message--error {
  color: #AA1419;
}
.mod-funds-results__watchlist__buttons {
  float: right;
}
.mod-funds-results__watchlist__buttons button + button {
  margin-left: 10px;
}
