#feedPage0 label,
#feedDetail label {
  text-transform: uppercase;
}
#feedPage0 .content-area > .row,
#feedDetail .content-area > .row {
  margin-bottom: 25px;
}
.feedInfo {
  margin-bottom: 25px;
}
.sub_pages,
.feeds_index {
  margin: 0 0 20px;
}
.feed_additionalfields {
  margin-top: 20px;
}
.page_heading span {
  max-width: 72%;
  display: inline-block;
}
@media (max-width: 1023px) {
  .page_heading span {
    max-width: 100%;
    display: inline-block;
  }
}
.def-text {
  margin-bottom: 15px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-width: 285px;
}
@media (max-width: 767px) {
  .def-text {
    max-width: 90%;
    display: block;
    margin: 15px auto 0;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
  }
}
