#streams  {
  margin-top: 15px;
}
#streams .streams {
  background-color: #1F2937;
  border-radius: 4px;
  margin-bottom: 4px;
  display: block;
}
#streams .streams:hover {
  background-color: #10B981;
  color: #fff;
}
#streams .streaming {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  margin-right: 4px;
}
#streams div {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 10px;
}
#streams div > span[style] {
  margin-left: auto;
  font-size: 12px;
}
#streams div > span[style] span {
  color: inherit !important;
}
#streams .quality mark {
  font-weight: 600;
  font-size: .75rem;
  line-height: 1rem;
  margin-top: .5rem;
  background-color: #10B981;
  color: #fff;
  padding-left: 4px;
  padding-right: 4px;
}
