
.featuredcontainer .recordingcontent .title {
  max-width: 480px;
  white-space: nowrap;
}

#body .accordion .title {
  white-space: nowrap;
}

#feeds a[data-action='togglefeed'] {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  border: 0;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}

#feeds div[data-feedstatus='ready'] a[data-action='togglefeed'] {
  background-color: #47b147;
}

#feeds div[data-feedstatus='ready'] a[data-action='togglefeed']:hover {
  background-color: #70ce70;
}

#feeds div[data-feedstatus='recording'] a[data-action='togglefeed'] {
  background-color: #f74f4f;
}

#feeds div[data-feedstatus='recording'] a[data-action='togglefeed'] {
  background-color: #ff7474;
}

/* va:1 */
