html {
  overflow-y: visible; }

html, body {
  min-width: 960px;
  background: #f2f2f2; }

.header-banner {
  display: none; }

.header-nav-container {
  border-top: 0; }

.header-nav-container-inner {
  width: auto;
  padding: 0 17px; }

.header-nav {
  width: auto;
  margin-left: 0; }

.stream-container {
  width: 100%;
  height: calc(100% - 40px - 1px); }

.stream-content {
  height: 100%;
  overflow: hidden; }

.stream-content-embed {
  width: 100%;
  height: 100%;
  padding: 15px; }

.stream-content-embed-object {
  background: #000;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.stream-side {
  width: 300px;
  height: 100%;
  float: right;
  overflow: hidden;
  position: relative; }

.stream-side-controls {
  width: 300px;
  height: 40px;
  margin-top: 15px; }

.btn.mod-stream {
  width: 51px;
  text-align: center; }

.filter-menu {
  width: 200px;
  left: -102px; }

.filter-option {
  font-weight: normal;
  font-size: 11px;
  padding: 0 12px; }

.filter-option.active, .filter-option:hover {
  background: #e4e4e4; }

.stream-side-chat {
  width: 100%;
  height: calc(100% - 70px);
  display: none; }

.stream-side-list {
  width: 100%;
  height: calc(100% - 70px);
  padding: 10px;
  padding-left: 0;
  overflow-y: scroll;
  padding-top: 0; }

.stream-side-list-item {
  display: block;
  padding: 5px;
  margin: 5px 0;
  border-radius: 2px;
  overflow: hidden; }

.stream-side-list-item.mod-selected {
  background: rgba(0, 0, 0, 0.1); }

.stream-avatar {
  width: 28px;
  height: 28px;
  border-radius: 28px;
  float: left;
  margin-right: 8px; }

.stream-title {
  font-weight: 700;
  font-size: 12px;
  color: #444; }

.stream-title-featured {
  display: inline-block;
  font-weight: normal;
  border-radius: 2px;
  font-size: 11px;
  line-height: 12px;
  background: #af625a;
  color: #f4f4f4;
  padding: 0 4px;
  margin-left: 2px; }

.stream-desc {
  float: left;
  overflow: hidden;
  font-size: 11px;
  width: 220px; }

.stream-desc-subtitle {
  padding-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 180px;
  display: inline-block;
  color: #888;
  float: left; }

.stream-desc-count {
  float: right;
  display: inline-block;
  color: #888;
  margin-top: 5px; }
