/*Added for small screen devices like iphone 5/SE*/
.mod-funds-saved-screens__caption-text {
  font: 400 12px/18px Metric, sans-serif;
  color: #182323;
  padding-bottom: 10px;
}
.mod-funds-saved-screens .mod-ui-accordion {
  border-bottom: 1px solid #f5f5f5;
}
.mod-funds-saved-screens .mod-ui-accordion__content--const {
  position: relative;
}
#icpredefinedscreens-panel[aria-expanded="false"] .mod-funds-saved-screens__additional-screen {
  display: none;
}
.mod-funds-saved-screens__title {
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 75%;
  display: inline-block;
  vertical-align: middle;
}
.mod-funds-saved-screens button {
  position: absolute;
  right: 10px;
  top: 9px;
}
.mod-funds-saved-screens__description-text {
  margin: 5px 0 10px 0;
}
.mod-funds-saved-screens__saved-screen {
  border-top: 1px solid #f5f5f5;
  padding-top: 10px;
}
.mod-funds-saved-screens__delete-button {
  float: right;
  font-size: 14px;
  width: 40px;
}
