html body.home-page {
  --home-featured-width: 545px;

  --home-featured-heading-height: 27px;
  --home-featured-heading-font-size: 18px;
  --home-featured-heading-line-height: 23px;

  --home-featured-more-top: 6px;
  --home-featured-more-font-size: 10px;
  --home-featured-more-line-height: 12px;

  --home-tabs-bar-height: 38px;
  --home-tabs-bar-padding-x: 8px;
  --home-tabs-list-height: 22px;

  --home-tab-height: 22px;
  --home-tab-top-offset: 0;
  --home-tab-padding-y: 2px;
  --home-tab-padding-x: 7px;
  --home-tab-font-size: 10px;
  --home-tab-line-height: 14px;

  --home-tab-active-height: 22px;
  --home-tab-active-padding-top: 4px;
  --home-tab-active-padding-x: 7px;
}

html body.home-page .home-featured-heading {
  display: block !important;
  box-sizing: border-box !important;
  width: var(--home-featured-width) !important;
  height: var(--home-featured-heading-height) !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #aaa !important;
}

html body.home-page .home-featured-heading h1 {
  margin: 0 !important;
  padding: 2px 0 0 !important;
  color: #111 !important;
  font: bold var(--home-featured-heading-font-size)/var(--home-featured-heading-line-height) Arial, Helvetica, sans-serif !important;
}

html body.home-page .home-more {
  float: right !important;
  margin: var(--home-featured-more-top) 0 0 !important;
  padding: 0 !important;
  color: #03c !important;
  font: bold var(--home-featured-more-font-size)/var(--home-featured-more-line-height) Arial, Helvetica, sans-serif !important;
}

html body.home-page .home-featured-tabs {
  display: flex !important;
  box-sizing: border-box !important;
  width: var(--home-featured-width) !important;
  height: var(--home-tabs-bar-height) !important;
  margin: 0 !important;
  padding: 0 var(--home-tabs-bar-padding-x) !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  overflow: hidden !important;
  background: #eee !important;
}

html body.home-page .home-editor-spacer {
  display: none !important;
}

html body.home-page .home-small-tabs {
  display: flex !important;
  float: none !important;
  width: auto !important;
  height: var(--home-tabs-list-height) !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  list-style: none !important;
}

html body.home-page .home-small-tabs li,
html body.home-page .home-small-tabs li.hilite {
  display: block !important;
  float: none !important;
  box-sizing: border-box !important;
  height: var(--home-tabs-list-height) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  list-style: none !important;
}

html body.home-page .home-small-tabs li a {
  display: block !important;
  box-sizing: border-box !important;
  height: var(--home-tab-height) !important;
  margin: var(--home-tab-top-offset) 0 0 !important;
  padding: var(--home-tab-padding-y) var(--home-tab-padding-x) !important;
  border: 1px solid transparent !important;
  border-bottom: 0 !important;
  background: transparent !important;
  color: #03c !important;
  font: normal var(--home-tab-font-size)/var(--home-tab-line-height) Arial, Helvetica, sans-serif !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body.home-page .home-small-tabs li:not(.hilite) a:hover,
html body.home-page .home-small-tabs li:not(.hilite) a:focus {
  text-decoration: underline !important;
}

html body.home-page .home-small-tabs li.hilite a {
  height: var(--home-tab-active-height) !important;
  margin: 0 !important;
  padding: var(--home-tab-active-padding-top) var(--home-tab-active-padding-x) 0 !important;
  border: 1px solid var(--home-tab-border-color) !important;
  border-bottom-color: #fff !important;
  background: #fff !important;
  color: #111 !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

.pagingDiv {
  box-sizing: border-box;
  clear: both;
  width: 100%;
  margin-top: 12px;
}
.pagingDivClearTop {
  box-sizing: border-box;
  clear: both;
  width: 100%;
  margin-bottom: 8px;
}
.pagingDiv:empty,
.pagingDivClearTop:empty {
  display: none;
}
#siteHeader {
  min-height: 121px !important;
}
#mainContentWithNav > .pagingDivClearTop:first-of-type {
  clear: none !important;
  margin-top: 0 !important;
}

body.home-page .home-active-sharing {
  display: block !important;
  width: 550px !important;
  height: 115px !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
}
body.home-page .home-active-sharing-player,
body.home-page .home-active-sharing-player .player-ruffle-host,
body.home-page .home-active-sharing-player ruffle-player {
  display: block !important;
  width: 550px !important;
  height: 115px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
}
body.home-page .home-promoted {
  display: block !important;
  width: 545px !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  overflow: hidden !important;
}
body.home-page .home-promoted h2 {
  margin: 0 0 7px !important;
  padding: 0 !important;
  color: #444 !important;
  font: bold 16px/20px Arial, Helvetica, sans-serif !important;
}
body.home-page .home-promoted-grid {
  display: flex !important;
  width: 545px !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  overflow: hidden !important;
}
body.home-page .home-promoted-tile {
  display: block !important;
  width: 120px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  text-align: center !important;
}
body.home-page .home-promoted-tile .quicklist-thumb-wrap,
body.home-page .home-promoted-thumb,
body.home-page .home-promoted-thumb .vimg120 {
  display: block !important;
  width: 120px !important;
  height: 75px !important;
  margin: 0 !important;
  overflow: hidden !important;
}
body.home-page .home-promoted-thumb .vimg120 {
  object-fit: cover !important;
  object-position: center !important;
}
body.home-page .home-promoted-title {
  display: block !important;
  min-height: 28px !important;
  max-height: 28px !important;
  margin: 2px 0 0 !important;
  overflow: hidden !important;
  color: #03c !important;
  font: bold 12px/14px Arial, Helvetica, sans-serif !important;
  text-align: center !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}
body.home-page .home-promoted-owner {
  display: block !important;
  height: 14px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #333 !important;
  font: normal 11px/14px Arial, Helvetica, sans-serif !important;
  text-align: center !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}
body.home-page .home-directory {
  display: block !important;
  box-sizing: border-box !important;
  width: 300px !important;
  margin: 0 0 13px !important;
  padding: 0 4px !important;
  color: #111 !important;
  background: transparent !important;
}
body.home-page .home-directory h2 {
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #111 !important;
  font: bold 16px/20px Arial, Helvetica, sans-serif !important;
}
body.home-page .home-directory-columns {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 18px !important;
  width: 100% !important;
}
body.home-page .home-directory-columns > div {
  min-width: 0 !important;
}
body.home-page .home-directory-columns a {
  display: block !important;
  margin: 0 !important;
  color: #03c !important;
  font: normal 12px/16px Arial, Helvetica, sans-serif !important;
  white-space: nowrap !important;
}
body.home-page .home-directory-channel-types {
  margin-top: 13px !important;
  padding-top: 8px !important;
  border-top: 1px dashed #999 !important;
}

body.channel-profile-theme [data-quicklist-add] {
  display: none !important;
}

body.channel-profile-theme .channel-video-thumb-link {
  display: block;
  width: 80px;
  height: 60px;
  overflow: hidden;
}

body.channel-profile-theme .channel-video-thumb-link .vimg80 {
  display: block;
  width: 80px;
  height: 60px;
}

body.home-page .home-promoted-thumb {
  box-sizing: border-box !important;
  width: 120px !important;
  height: 75px !important;
  padding: 0 !important;
  border: 3px double #999 !important;
  background: #fff !important;
}

body.home-page .home-promoted-thumb .vimg120 {
  box-sizing: border-box !important;
  width: 114px !important;
  height: 69px !important;
  border: 0 !important;
  object-fit: cover !important;
}

body.home-page .home-video-thumb > a {
  display: block !important;
  box-sizing: border-box !important;
  width: 120px !important;
  height: 90px !important;
  padding: 0 !important;
  border: 3px double #999 !important;
  background: #fff !important;
  overflow: hidden !important;
}

body.home-page .home-video-thumb > a .vimg120 {
  box-sizing: border-box !important;
  width: 114px !important;
  height: 84px !important;
  border: 0 !important;
  object-fit: cover !important;
}

body.home-page .home-video-thumb > .quick-add {
  z-index: 10 !important;
  bottom: 3px !important;
  left: 3px !important;
  pointer-events: auto !important;
}

body.home-page .home-promoted-tile [data-quicklist-add] {
  display: none !important;
}

body.channel-profile-theme .channel-scroller {
  box-sizing: border-box !important;
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
body.channel-profile-theme .channel-scroller-track {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  justify-items: center !important;
  align-items: start !important;
}
body.channel-profile-theme .channel-scroller-item {
  box-sizing: border-box !important;
  width: 100% !important;
  justify-self: stretch !important;
  text-align: center !important;
}
body.home-page .videoIconWrapperOuter {
  display: block !important;
  box-sizing: content-box !important;
  width: 122px !important;
  height: 74px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #999 !important;
  background: transparent !important;
}
body.home-page .videoIconWrapperInner {
  position: relative !important;
  display: block !important;
  box-sizing: content-box !important;
  width: 120px !important;
  height: 72px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #fff !important;
  background: #fff !important;
}
body.home-page .videoIconWrapperInner > a {
  display: block !important;
  width: 120px !important;
  height: 90px !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.home-page .videoIconWrapperInner .vimg120 {
  display: block !important;
  box-sizing: content-box !important;
  width: 120px !important;
  height: 90px !important;
  margin: -10px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}
body.home-page .home-promoted-thumb {
  width: 122px !important;
  height: 74px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
body.home-page .home-video-thumb {
  position: relative !important;
  display: block !important;
  width: 124px !important;
  height: 76px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
body.home-page .home-video-thumb > .videoIconWrapperOuter {
  margin: 0 !important;
}
body.home-page .home-video-thumb .quick-add {
  top: 59px !important;
  bottom: auto !important;
  left: 2px !important;
  z-index: 10 !important;
}
body.home-page .home-video-row {
  grid-template-columns: 130px minmax(0, 1fr) 150px !important;
}
body.home-page .home-promoted-tile [data-quicklist-add] {
  display: none !important;
}
body.home-page .home-promoted-tile {
  width: 124px !important;
  overflow: visible !important;
}
body.home-page .home-promoted-title,
body.home-page .home-promoted-owner {
  width: 124px !important;
}

body.home-page #home-video-list-content .home-video-row {
  display: grid !important;
  grid-template-columns: 130px minmax(0, 1fr) 159px !important;
  column-gap: 0 !important;
  width: 545px !important;
  min-height: 93px !important;
  padding: 10px 0 !important;
}

body.home-page #home-video-list-content .home-video-thumb {
  position: relative !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 130px !important;
  height: 76px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

body.home-page #home-video-list-content .videoIconWrapperOuter,
body.home-page .home-promoted-thumb.videoIconWrapperOuter {
  display: block !important;
  box-sizing: content-box !important;
  width: 122px !important;
  height: 74px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #999 !important;
  background: transparent !important;
  overflow: hidden !important;
}

body.home-page #home-video-list-content .videoIconWrapperInner,
body.home-page .home-promoted-thumb .videoIconWrapperInner {
  position: relative !important;
  display: block !important;
  box-sizing: content-box !important;
  width: 120px !important;
  height: 72px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #fff !important;
  background: #fff !important;
  overflow: hidden !important;
}

body.home-page #home-video-list-content .videoIconWrapperInner > a,
body.home-page .home-promoted-thumb .videoIconWrapperInner > a {
  display: block !important;
  width: 120px !important;
  height: 90px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.home-page #home-video-list-content .videoIconWrapperInner .vimg120,
body.home-page .home-promoted-thumb .videoIconWrapperInner .vimg120 {
  display: block !important;
  box-sizing: content-box !important;
  width: 120px !important;
  height: 90px !important;
  margin: -10px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.home-page #home-video-list-content .home-video-thumb .quick-add {
  position: absolute !important;
  z-index: 10 !important;
  top: 59px !important;
  right: auto !important;
  bottom: auto !important;
  left: 2px !important;
  width: 25px !important;
  height: 25px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.home-page #home-video-list-content .home-video-copy {
  box-sizing: border-box !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home-page #home-video-list-content .home-video-stats {
  box-sizing: border-box !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 1px 0 0 20px !important;
}

body.home-page #home-video-list-content .home-video-row {
  display: grid !important;
  grid-template-columns: 130px 256px 159px !important;
  width: 545px !important;
  min-height: 93px !important;
  margin: 0 !important;
  padding: 10px 0 !important;
  column-gap: 0 !important;
}

body.home-page #home-video-list-content .home-video-thumb {
  position: relative !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 130px !important;
  height: 84px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

body.home-page #home-video-list-content .videoIconWrapperOuter,
body.home-page .home-promoted-thumb.videoIconWrapperOuter {
  display: block !important;
  box-sizing: content-box !important;
  width: 122px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #999 !important;
  background: transparent !important;
  overflow: visible !important;
}

body.home-page #home-video-list-content .videoIconWrapperInner,
body.home-page .home-promoted-thumb .videoIconWrapperInner {
  position: static !important;
  display: block !important;
  box-sizing: content-box !important;
  width: 120px !important;
  height: 72px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #fff !important;
  background: #fff !important;
  overflow: hidden !important;
}

body.home-page #home-video-list-content .videoIconWrapperInner > a,
body.home-page .home-promoted-thumb .videoIconWrapperInner > a {
  display: block !important;
  width: 120px !important;
  height: 90px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.home-page #home-video-list-content .videoIconWrapperInner .vimg120,
body.home-page .home-promoted-thumb .videoIconWrapperInner .vimg120 {
  display: block !important;
  box-sizing: content-box !important;
  width: 120px !important;
  height: 90px !important;
  margin: -10px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.home-page #home-video-list-content .home-ql-icon {
  position: absolute !important;
  z-index: 20 !important;
  top: 59px !important;
  left: 2px !important;
  display: block !important;
  width: 25px !important;
  height: 25px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  line-height: 0 !important;
}

body.home-page #home-video-list-content .home-ql-icon .quick-add {
  position: static !important;
  display: block !important;
  box-sizing: content-box !important;
  width: 25px !important;
  height: 25px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

body.home-page #home-video-list-content .home-ql-icon .quick-add:disabled {
  cursor: default !important;
}

body.home-page #home-video-list-content .home-ql-icon .quick-add img {
  display: block !important;
  width: 25px !important;
  height: 25px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.home-page #home-video-list-content .home-video-copy {
  box-sizing: border-box !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home-page #home-video-list-content .home-video-stats {
  box-sizing: border-box !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 1px 0 0 20px !important;
}

body.home-page .home-promoted-thumb {
  width: 122px !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 1px solid #999 !important;
  background: transparent !important;
  overflow: visible !important;
}

body.home-page .home-promoted-tile [data-quicklist-add] {
  display: none !important;
}

body.home-page #home-video-list-content .home-video-thumb {
  position: relative !important;
  height: 76px !important;
  overflow: visible !important;
}

body.home-page #home-video-list-content .home-ql-icon {
  position: absolute !important;
  z-index: 30 !important;
  top: auto !important;
  right: auto !important;
  bottom: 1px !important;
  left: 1px !important;
  width: 25px !important;
  height: 25px !important;
  pointer-events: auto !important;
}

body.home-page #home-video-list-content .home-ql-icon .quick-add {
  position: static !important;
  display: block !important;
  width: 25px !important;
  height: 25px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

body.home-page #home-video-list-content .home-ql-icon .quick-add img {
  display: block !important;
  width: 25px !important;
  height: 25px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  pointer-events: none !important;
}

body.channel-profile-theme .channel-connect-layout{ min-height:120px; }
body.channel-profile-theme .channel-connect-actions{ display:flex; flex-direction:column; align-items:flex-start; width:210px; margin:0 0 10px auto; }
body.channel-profile-theme .channel-connect-action{ display:block; margin:0 0 5px; white-space:nowrap; }
body.channel-profile-theme .channel-connect-action img{ vertical-align:middle; margin-right:4px; }
body.channel-profile-theme .channel-connect-action.channel-connect-inline-form{ margin:0 0 5px; }
body.channel-profile-theme .channel-connect-action.channel-connect-inline-form .channel-link-button{ padding:0; border:0; background:transparent; font:inherit; color:#03c; cursor:pointer; }
body.channel-profile-theme .channel-connect-url{ text-align:center; padding-top:8px; clear:both; }
body.channel-profile-theme .channel-profile-awards{ margin-top:8px; }
body.channel-profile-theme .channel-profile-award{ margin:2px 0; font-size:12px; line-height:18px; }
body.channel-profile-theme .channel-profile-award img{ vertical-align:middle; margin-right:2px; }
body.channel-profile-theme .channel-video-thumb-link{ margin:0 auto 4px !important; }
body.channel-profile-theme .channel-scroller-button{ align-self:center !important; }
body.channel-profile-theme .channel-scroller-track{ justify-items:center !important; }
body.channel-profile-theme .channel-widget-favorites .channel-section-body{ display:block; }
body.channel-profile-theme .channel-widget-favorites .channel-scroller{ width:100%; }
body.channel-profile-theme .channel-featured-player-wrap.home-player-wrap,
body.channel-profile-theme .channel-featured-player-wrap.home-player-wrap .player-flash-shell-channel-wide,
body.channel-profile-theme .channel-featured-player-wrap.home-player-wrap .player-ruffle-host,
body.channel-profile-theme .channel-featured-player-wrap.home-player-wrap ruffle-player{ background:transparent !important; }
.watch-page-wrap.player-flash-theater .watch-actions-panel,
.watch-page-wrap.player-flash-theater .watch-summary,
.watch-page-wrap.player-flash-theater .watch-comments{ margin-top:8px !important; }

body.channel-profile-theme .channel-connect-layout {
  min-height: 120px !important;
  padding: 8px !important;
}
body.channel-profile-theme .channel-connect-actions {
  display: block !important;
  width: 205px !important;
  margin: 0 0 8px auto !important;
  padding: 0 !important;
  text-align: left !important;
}
body.channel-profile-theme .channel-connect-action,
body.channel-profile-theme .channel-connect-action.channel-connect-inline-form {
  display: block !important;
  width: 100% !important;
  margin: 0 0 4px !important;
  padding: 0 !important;
  white-space: nowrap !important;
}
body.channel-profile-theme .channel-connect-action img,
body.channel-profile-theme .channel-connect-inline-form img {
  display: inline-block !important;
  width: 24px !important;
  height: 18px !important;
  margin: 0 !important;
  border: 0 !important;
  vertical-align: middle !important;
}
body.channel-profile-theme .channel-connect-inline-form .channel-link-button {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #03c !important;
  font: inherit !important;
  text-align: left !important;
  text-decoration: underline !important;
  cursor: pointer !important;
}
body.channel-profile-theme .channel-connect-url {
  clear: both !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 5px 0 0 !important;
  text-align: center !important;
}
body.channel-profile-theme .channel-connect-url a {
  color: #03c !important;
  text-decoration: underline !important;
}
body.channel-profile-theme .channel-profile-awards {
  margin: 8px 0 0 !important;
  padding: 0 !important;
}
body.channel-profile-theme .channel-profile-award {
  min-height: 24px !important;
  margin: 1px 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
  line-height: 24px !important;
  white-space: nowrap !important;
}
body.channel-profile-theme .channel-profile-award img {
  display: inline-block !important;
  width: 17px !important;
  height: 24px !important;
  margin: 0 3px 0 0 !important;
  border: 0 !important;
  vertical-align: middle !important;
}

.player-flash-control {
  position: absolute !important;
  z-index: 100 !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.player-flash-control:focus,
.player-flash-control:active {
  outline: 0 !important;
  box-shadow: none !important;
}
.player-flash-rewind-control {
  bottom: 3px !important;
  left: 37px !important;
  width: 23px !important;
  height: 25px !important;
  background: transparent url('/assets/player/legacy-png/rewind_bg.png') no-repeat left top !important;
}
.player-flash-rewind-control span {
  display: block !important;
  width: 23px !important;
  height: 25px !important;
  background: transparent url('/assets/player/legacy-png/rewind.png') no-repeat center center !important;
}
.player-flash-mode-control {
  bottom: 0 !important;
  width: 35px !important;
  height: 31px !important;
  background: #ddd url('/assets/player/legacy-png/bg_center.png') repeat-x left top !important;
  border-left: 1px solid #aaa !important;
}
.player-flash-mode-control span {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.player-flash-theater-control {
  right: 35px !important;
}
.player-flash-theater-control span {
  background-image: url('/assets/player/legacy-png/theater.png') !important;
}
.player-flash-fullscreen-control {
  right: 0 !important;
}
.player-flash-fullscreen-control span {
  background-image: url('/assets/player/fullscreen_button/1.png') !important;
}

.player-flash-shell-channel,
.player-flash-shell-channel-wide,
.player-flash-shell-channel .player-ruffle-host,
.player-flash-shell-channel-wide .player-ruffle-host,
.player-flash-shell-channel ruffle-player,
.player-flash-shell-channel-wide ruffle-player,
body.channel-profile-theme .channel-featured-player-wrap.home-player-wrap,
body.channel-profile-theme .channel-featured-player-wrap.home-player-wrap .player-flash-shell-channel-wide,
body.channel-profile-theme .channel-featured-player-wrap.home-player-wrap .player-ruffle-host,
body.channel-profile-theme .channel-featured-player-wrap.home-player-wrap ruffle-player {
  background: transparent !important;
}

.player-flash-shell.player-flash-theater .player-flash-rewind-control {
  bottom: 6px !important;
  left: 76px !important;
  width: 47px !important;
  height: 51px !important;
  background-size: 47px 51px !important;
}
.player-flash-shell.player-flash-theater .player-flash-rewind-control span {
  width: 47px !important;
  height: 51px !important;
  background-size: 25px 27px !important;
}
.player-flash-shell.player-flash-theater .player-flash-mode-control {
  width: 72px !important;
  height: 64px !important;
  background-size: auto 64px !important;
  border-left-width: 2px !important;
}
.player-flash-shell.player-flash-theater .player-flash-theater-control {
  right: 72px !important;
}
.player-flash-shell.player-flash-theater .player-flash-fullscreen-control {
  right: 0 !important;
}
.player-flash-shell.player-flash-theater .player-flash-theater-control span {
  background-size: 43px 31px !important;
}
.player-flash-shell.player-flash-theater .player-flash-fullscreen-control span {
  background-size: 51px 37px !important;
}

.watch-page-wrap.player-flash-theater {
  display: block !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  margin: 0 auto !important;
}
.watch-page-wrap.player-flash-theater .watch-title {
  width: 875px !important;
  max-width: 875px !important;
}
.watch-page-wrap.player-flash-theater .watch-table,
.watch-page-wrap.player-flash-theater .watch-table > tbody,
.watch-page-wrap.player-flash-theater .watch-table > tbody > tr {
  display: block !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  height: auto !important;
}
.watch-page-wrap.player-flash-theater .watch-main-cell,
.watch-page-wrap.player-flash-theater .watch-main {
  display: block !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.watch-page-wrap.player-flash-theater .watch-gap,
.watch-page-wrap.player-flash-theater .watch-about-cell,
.watch-page-wrap.player-flash-theater .watch-director-cell {
  display: none !important;
}
.watch-page-wrap.player-flash-theater .player-flash-shell-watch {
  display: block !important;
  width: 875px !important;
  height: 720px !important;
  margin: 0 auto 10px !important;
}
.watch-page-wrap.player-flash-theater .watch-quicklist-slot,
.watch-page-wrap.player-flash-theater .watch-actions-panel,
.watch-page-wrap.player-flash-theater .watch-responses,
.watch-page-wrap.player-flash-theater .watch-comments {
  position: static !important;
  clear: both !important;
  display: block !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}
.watch-page-wrap.player-flash-theater .watch-quicklist-slot:empty {
  display: none !important;
}
.watch-page-wrap.player-flash-theater .watch-actions-panel {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.watch-page-wrap.player-flash-theater .watch-summary,
.watch-page-wrap.player-flash-theater .watch-comments-body,
.watch-page-wrap.player-flash-theater .watch-video-responses {
  width: auto !important;
  max-width: none !important;
  box-sizing: border-box !important;
}
.watch-page-wrap.player-flash-theater .watch-comment-form textarea {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.player-flash-shell:fullscreen,
.player-flash-shell:-webkit-full-screen {
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  background: #000 !important;
}
.player-flash-shell:fullscreen .player-ruffle-host,
.player-flash-shell:fullscreen ruffle-player,
.player-flash-shell:-webkit-full-screen .player-ruffle-host,
.player-flash-shell:-webkit-full-screen ruffle-player {
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
}
.player-flash-shell:fullscreen .player-flash-rewind-control,
.player-flash-shell:-webkit-full-screen .player-flash-rewind-control {
  bottom: 0.86vh !important;
  left: 8.7vw !important;
  width: 5.4vw !important;
  height: 7.15vh !important;
  background-size: 100% 100% !important;
}
.player-flash-shell:fullscreen .player-flash-rewind-control span,
.player-flash-shell:-webkit-full-screen .player-flash-rewind-control span {
  width: 100% !important;
  height: 100% !important;
  background-size: 52% 52% !important;
}
.player-flash-shell:fullscreen .player-flash-mode-control,
.player-flash-shell:-webkit-full-screen .player-flash-mode-control {
  width: 8.25vw !important;
  height: 8.86vh !important;
  background-size: auto 100% !important;
}
.player-flash-shell:fullscreen .player-flash-theater-control,
.player-flash-shell:-webkit-full-screen .player-flash-theater-control {
  right: 8.25vw !important;
}
.player-flash-shell:fullscreen .player-flash-fullscreen-control,
.player-flash-shell:-webkit-full-screen .player-flash-fullscreen-control {
  right: 0 !important;
}
.player-flash-shell:fullscreen .player-flash-theater-control span,
.player-flash-shell:-webkit-full-screen .player-flash-theater-control span {
  background-size: 60% 50% !important;
}
.player-flash-shell:fullscreen .player-flash-fullscreen-control span,
.player-flash-shell:-webkit-full-screen .player-flash-fullscreen-control span {
  background-size: 70% 58% !important;
}

body.site-theme-youtube2007 .mango-logo,
body.site-theme-mangotube .mango-logo {
  width: 178px !important;
  height: 68px !important;
}
body.site-theme-youtube2007 .mango-logo img,
body.site-theme-mangotube .mango-logo img {
  display: block !important;
  width: 150px !important;
  height: 69px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: contain !important;
  object-position: left top !important;
}
body.channel-profile-theme #channel-custom-sandbox .channel-featured-player-wrap.home-player-wrap,
body.channel-profile-theme #channel-custom-sandbox .channel-featured-player-wrap.home-player-wrap .player-flash-shell-channel-wide,
body.channel-profile-theme #channel-custom-sandbox .channel-featured-player-wrap.home-player-wrap .player-ruffle-host,
body.channel-profile-theme #channel-custom-sandbox .channel-featured-player-wrap.home-player-wrap .player-ruffle-host ruffle-player,
body.channel-profile-theme #channel-custom-sandbox .channel-featured-player-wrap.home-player-wrap .player-ruffle-host ruffle-object,
body.channel-profile-theme #channel-custom-sandbox .channel-featured-player-wrap.home-player-wrap .player-ruffle-host ruffle-embed {
  background: transparent !important;
}

.header-account-dropdown{
  position:absolute !important;
  z-index:9000 !important;
  top:17px !important;
  right:0 !important;
  width:180px !important;
  padding:6px !important;
  border:1px solid #999 !important;
  background:#eee !important;
  box-shadow:1px 1px 2px rgba(0,0,0,.18) !important;
  text-align:left !important;
  box-sizing:content-box !important;
}
.header-account-dropdown a{
  display:block !important;
  padding:3px 4px !important;
  color:#03c !important;
  background:transparent !important;
  font:11px Arial,Helvetica,sans-serif !important;
  line-height:15px !important;
  text-decoration:underline !important;
  white-space:nowrap !important;
}
.header-account-dropdown a:hover{
  background:transparent !important;
}
.header-account-rule{
  display:block !important;
  height:0 !important;
  margin:4px 4px 3px !important;
  border:0 !important;
  border-top:1px dotted #aaa !important;
}
.player-flash-control{
  display:none !important;
}

.channel-legacy-subnav a.selected,
.channel-legacy-subnav a.selected:visited,
.channel-tab-standalone .channel-legacy-subnav a.selected,
.channel-tab-standalone .channel-legacy-subnav a.selected:visited,
body.channel-profile-theme #channel-custom-sandbox .channel-legacy-subnav a.selected,
body.channel-profile-theme #channel-custom-sandbox .channel-legacy-subnav a.selected b {
  color: #03c !important;
  font-weight: bold !important;
  text-decoration: none !important;
  cursor: default !important;
}
.channel-legacy-subnav a:not(.selected),
.channel-tab-standalone .channel-legacy-subnav a:not(.selected) {
  font-weight: normal !important;
  text-decoration: underline !important;
}
.channel-legacy-subnav span {
  padding: 0 8px !important;
  color: #111 !important;
}
.channel-scroller-button:not(:disabled) {
  cursor: pointer !important;
}
.channel-scroller-button:disabled {
  visibility: visible !important;
  opacity: .3 !important;
  cursor: default !important;
}
.channel-scroller-button img[data-carousel-arrow] {
  pointer-events: none !important;
}
.watch-description-copy [data-description-short],
.watch-description-copy [data-description-full] {
  white-space: normal !important;
}
.watch-description-copy [data-description-more] {
  white-space: nowrap !important;
}
body.watch-page .watch-explore-item.is-current,
body.watch-page .watch-playlist-video-item.is-current,
body.watch-page .watch-quicklist-items article.is-now-playing {
  background: #ffffcc !important;
}
body.watch-page .watch-explore-item.is-current {
  border-top-color: #e6df73 !important;
  border-bottom-color: #e6df73 !important;
}
body.watch-page .watch-comment-score.is-positive {
  color: #008000 !important;
  font-weight: bold !important;
}
body.watch-page .watch-comment-score.is-negative {
  color: #c00 !important;
  font-weight: bold !important;
}
body.watch-page .watch-comment-score.is-zero {
  color: #888 !important;
}
body.watch-page .watch-vote-button {
  width: 21px !important;
  height: 21px !important;
  padding: 1px !important;
  border: 0 !important;
  background: transparent !important;
  opacity: .62;
}
body.watch-page .watch-vote-button img {
  display: block !important;
  width: 19px !important;
  height: 19px !important;
  border: 0 !important;
}
body.watch-page .watch-vote-button:hover,
body.watch-page .watch-vote-button.is-selected {
  opacity: 1 !important;
}
.help-page .help-shell {
  width: 875px;
  margin: 18px auto 0;
  font: 12px Arial, Helvetica, sans-serif;
  color: #111;
}
.help-page .help-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 51px;
  padding: 0 18px 0 23px;
  border-bottom: 1px solid #aaa;
  background: linear-gradient(#fff, #f8f8f8 42%, #d0d0d0);
  box-sizing: border-box;
}
.help-page .help-home {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #222;
  font-size: 28px;
  text-decoration: none;
}
.help-page .help-question {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #999;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 33px;
}
.help-page .help-toolbox {
  display: inline-block;
  min-width: 140px;
  padding: 7px 18px;
  border: 1px solid #bbb;
  border-radius: 18px;
  background: linear-gradient(#fff, #ddd);
  color: #555;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.help-page .help-content {
  padding: 18px 37px 8px;
  box-sizing: border-box;
}
.help-page .help-category-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
}
.help-page .help-category {
  margin: 0 0 18px;
}
.help-page .help-category h2,
.help-page .help-question-group h2 {
  margin: 0 0 5px;
  color: #c60;
  font-size: 18px;
  font-weight: normal;
}
.help-page .help-category ul,
.help-page .help-question-group ul,
.help-page .help-guides ul {
  margin: 3px 0 0;
  padding-left: 25px;
  font-size: 14px;
  line-height: 21px;
}
.help-page .help-guides {
  clear: both;
  padding-top: 5px;
}
.help-page .help-guides h1,
.help-page .help-article-main > h1 {
  margin: 0 0 12px;
  font-size: 22px;
}
.help-page .help-guides p {
  margin-left: 38px;
  font-size: 13px;
}
.help-page .help-search-result {
  margin: 0 0 15px;
  padding: 8px;
  border: 1px solid #d6cf63;
  background: #fffec7;
}
.help-page .help-article-layout {
  display: grid;
  grid-template-columns: 1fr 235px;
  gap: 32px;
  padding-top: 16px;
}
.help-page .help-breadcrumbs {
  margin-bottom: 18px;
  font-size: 12px;
}
.help-page .help-question-group {
  margin: 0 0 25px 26px;
}
.help-page .help-question-group li {
  margin-bottom: 2px;
}
.help-page .help-sidebox {
  margin-bottom: 14px;
  border: 1px solid #ccc;
  background: #fafafa;
}
.help-page .help-sidebox h2 {
  margin: 0;
  padding: 5px 7px;
  border-bottom: 1px solid #ccc;
  background: #eee;
  color: #111;
  font-size: 13px;
}
.help-page .help-sidebox form {
  padding: 8px;
}
.help-page .help-sidebox input[type=text] {
  width: 100%;
  height: 24px;
  margin-bottom: 5px;
  box-sizing: border-box;
}
.help-page .help-alerts {
  border-color: #c22;
  background: #fff;
}
.help-page .help-alerts h2 {
  border-color: #c22;
  background: #c22;
  color: #fff;
}
.help-page .help-alerts div {
  padding: 9px;
  line-height: 16px;
}
@media (max-width: 920px) {
  .help-page .help-shell { width: calc(100% - 20px); }
  .help-page .help-category-columns,
  .help-page .help-article-layout { grid-template-columns: 1fr; }
}

.channel-home-video-grid{
  display:grid;
  grid-template-columns:repeat(3,120px);
  justify-content:space-between;
  column-gap:0;
  row-gap:22px;
  box-sizing:border-box;
  width:100%;
  padding:6px 18px 10px;
}
.channel-home-video-card{
  display:block;
  width:120px;
  min-width:0;
  font-size:11px;
  line-height:13px;
  overflow-wrap:anywhere;
}
.channel-home-video-card > *{ display:block; }
.channel-home-video-thumb,
.channel-home-video-thumb img{
  display:block;
  width:120px!important;
  height:90px!important;
}
.channel-home-video-title{
  margin-top:2px;
  font-size:11px;
  font-weight:bold;
  line-height:13px;
}
.channel-home-video-runtime{ font-weight:bold; }
.channel-home-see-all{
  padding:4px 0 0;
  text-align:right;
  font-size:11px;
  font-weight:bold;
}
.channel-comments-empty{
  min-height:62px;
  padding:16px 10px 8px;
  text-align:center;
}
.channel-comments-empty p{ margin:0 0 9px; }
body.channel-profile-theme .channel-comment-standalone{
  width:875px!important;
  min-width:875px!important;
  max-width:875px!important;
  margin:0!important;
  padding:0!important;
}
body.channel-profile-theme .channel-comment-standalone .channel-legacy-subnav{
  margin:18px 0 15px!important;
}
.channel-comment-page-section{
  box-sizing:border-box;
  width:820px;
  margin:0 auto 24px;
  border:1px solid #777;
  background:#fff;
  color:#111;
  text-align:left;
}
.channel-comment-page-title{
  padding:5px 7px;
  background:#777;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  line-height:18px;
}
.channel-comment-page-form{ margin:0; }
.channel-comment-page-row{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  border-bottom:1px dotted #888;
}
.channel-comment-page-row > b{
  padding:7px 6px;
  font-size:12px;
}
.channel-comment-page-row > div,
.channel-comment-page-row > strong{ padding:7px 5px; }
.channel-comment-page-from img{
  width:90px!important;
  height:90px!important;
}
.channel-comment-page-copy textarea{
  box-sizing:border-box;
  width:100%!important;
  min-height:300px!important;
  margin:0!important;
  resize:vertical;
}
.channel-comment-page-verification input{
  width:128px;
  height:22px;
  vertical-align:top;
}
.channel-comment-captcha-image{
  display:inline-block;
  width:128px;
  height:40px;
  margin-left:7px;
  vertical-align:top;
}
.channel-comment-page-verification div div{
  margin:2px 0 0;
  font-size:10px;
}
.channel-comment-page-actions{
  padding:7px 118px;
}
.channel-comment-page-actions a{
  display:inline-block;
  margin-left:8px;
}

.help-page .help-shell{ margin-top:0!important; }
.help-page .help-section-header{
  width:875px;
  height:35px;
  min-height:35px;
  margin:0 0 14px;
  border-bottom:1px solid #999;
  line-height:30px;
}
.help-page .help-section-header .name{
  width:300px!important;
  padding-top:0!important;
  font-size:21px!important;
  line-height:30px!important;
}
.help-page .help-section-header #accountQuickLinks{
  float:right;
  margin:0 2px 0 0;
  font-size:11px;
  line-height:30px;
}
.help-page .help-content{ padding-top:0!important; }

.collections-actions .collections-share{
  margin-left:auto!important;
  display:inline-flex;
  align-items:center;
  gap:5px;
}
.collections-actions .collections-share img{ width:24px; height:18px; }
.collections-empty-playlist{
  min-height:225px!important;
  padding:32px 14px!important;
  border:0!important;
  border-top:0!important;
}
.collections-empty-playlist h2{ margin:0 0 14px!important; font-size:17px!important; }
.collections-empty-playlist p{ max-width:720px; margin:0 auto 16px; font-size:12px; line-height:16px; }

.help-legacy-header #baseDiv{ width:875px!important; }
.help-masthead{ position:relative; height:148px; font:11px Arial,Helvetica,sans-serif; }
.help-logo{ position:absolute; left:0; top:6px; width:123px; height:63px; overflow:visible; }
.help-logo img{ display:block; width:123px!important; height:63px!important; border:0; object-fit:contain; object-position:left top; }
.help-logo-tip{ display:none; position:absolute; left:130px; top:25px; color:#666; font-size:11px; }
.help-logo:hover + .help-logo-tip{ display:block; }
.help-util{ height:33px; padding-top:8px; text-align:right; white-space:nowrap; }
.help-util > span{ padding:0 5px; }
.help-util label{ font-size:11px; color:#000; }
.help-util select{ height:20px; padding:0; font-size:11px; vertical-align:middle; }
.help-util img{ margin-left:7px; vertical-align:middle; }
.help-global-nav{ display:flex; justify-content:flex-end; align-items:flex-end; height:34px; margin-top:1px; padding-right:0; }
.help-global-nav > a:not(.help-upload){ display:block; width:130px; height:29px; padding-top:8px; border:1px solid #adbbe0; border-bottom:0; background:linear-gradient(#f9fbff,#dce7fb 45%,#b7c8ee); color:#039; font-size:12px; font-weight:bold; text-align:center; text-decoration:none; }
.help-global-nav > a:not(.help-upload) + a:not(.help-upload){ margin-left:8px; }
.help-global-nav .help-upload{ display:block; width:165px; height:29px; padding:2px 0 0 14px; color:#03c; font-size:13px; font-weight:bold; line-height:24px; white-space:nowrap; }
.help-global-nav .help-upload img{ margin-right:7px; vertical-align:-7px; }
.help-global-search{ height:36px; margin:0 0 0; border-radius:7px 7px 0 0; background:#e3e3e3 url('/assets/player/header/grey%20header%20bar.png') repeat-x left bottom; }
.help-global-search form{ padding-top:8px; text-align:center; }
.help-global-search input[type=text]{ width:250px; height:22px; margin-right:8px; }
.help-global-search input[type=submit]{ height:23px; padding:1px 8px; }
.help-masthead .help-section-header{ position:absolute; left:0; right:0; bottom:-35px; }
.help-legacy-header .help-shell{ margin-top:48px!important; }

body.home-page .home-promoted {
  width: 545px !important;
  margin: 0 0 22px !important;
  overflow: visible !important;
}
body.home-page .home-promoted h2 {
  margin: 0 0 6px !important;
  font: bold 14px/18px Arial, Helvetica, sans-serif !important;
}
body.home-page .home-promoted-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 120px) !important;
  justify-content: center !important;
  align-items: start !important;
  column-gap: 17px !important;
  width: 545px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: visible !important;
}
body.home-page .home-promoted-tile {
  float: none !important;
  width: 120px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  text-align: center !important;
}
body.home-page .home-promoted-thumb.videoIconWrapperOuter {
  box-sizing: border-box !important;
  width: 120px !important;
  height: 75px !important;
  margin: 0 !important;
  padding: 2px !important;
  overflow: hidden !important;
  border: 1px solid #888 !important;
  background: #fff !important;
}
body.home-page .home-promoted-thumb .videoIconWrapperInner {
  box-sizing: border-box !important;
  width: 114px !important;
  height: 69px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  background: #fff !important;
}
body.home-page .home-promoted-thumb .videoIconWrapperInner > a,
body.home-page .home-promoted-thumb .videoIconWrapperInner .vimg120 {
  display: block !important;
  box-sizing: border-box !important;
  width: 114px !important;
  height: 69px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}
body.home-page .home-promoted-title {
  width: 120px !important;
  min-height: 0 !important;
  max-height: 28px !important;
  margin: 2px 0 0 !important;
  font: bold 12px/14px Arial, Helvetica, sans-serif !important;
  white-space: normal !important;
  overflow: hidden !important;
  text-overflow: clip !important;
}
body.home-page .home-promoted-owner {
  width: 120px !important;
  height: 14px !important;
  margin: 1px 0 0 !important;
  font: normal 11px/14px Arial, Helvetica, sans-serif !important;
}

body.channel-profile-theme .channel-connect-action .channel-connect-icon {
  display: inline-block !important;
  width: 24px !important;
  height: 18px !important;
  margin: 0 !important;
  border: 0 !important;
  vertical-align: middle !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-section-body {
  padding: 8px 10px 5px !important;
}
body.channel-profile-theme .channel-playlist-list {
  display: block !important;
  width: 100% !important;
}
body.channel-profile-theme .channel-playlist-row {
  display: grid !important;
  grid-template-columns: 132px minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: start !important;
  min-height: 98px !important;
  padding: 5px 2px 9px !important;
  border-bottom: 1px solid rgba(128,128,128,.35) !important;
}
body.channel-profile-theme .channel-playlist-row:last-child {
  border-bottom: 0 !important;
}
body.channel-profile-theme .channel-playlist-stack {
  position: relative !important;
  width: 122px !important;
  height: 92px !important;
  margin: 0 !important;
}
body.channel-profile-theme .channel-playlist-stack:before,
body.channel-profile-theme .channel-playlist-stack:after {
  content: "" !important;
  position: absolute !important;
  width: 120px !important;
  height: 90px !important;
  border: 1px solid #999 !important;
  background: rgba(255,255,255,.55) !important;
}
body.channel-profile-theme .channel-playlist-stack:before { left: 6px !important; top: 4px !important; }
body.channel-profile-theme .channel-playlist-stack:after { left: 3px !important; top: 2px !important; }
body.channel-profile-theme .channel-playlist-stack a {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 120px !important;
  height: 90px !important;
}
body.channel-profile-theme .channel-playlist-stack img {
  display: block !important;
  width: 120px !important;
  height: 90px !important;
  border: 1px solid #666 !important;
  object-fit: cover !important;
}
body.channel-profile-theme .channel-playlist-copy {
  min-width: 0 !important;
  padding-top: 2px !important;
}
body.channel-profile-theme .channel-playlist-name {
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 20px !important;
}
body.channel-profile-theme .channel-playlist-name span {
  font-size: 12px !important;
  color: inherit !important;
}
body.channel-profile-theme .channel-playlist-description {
  margin-top: 5px !important;
  font-size: 12px !important;
  line-height: 16px !important;
}
body.channel-profile-theme .channel-playlist-actions {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 12px !important;
  min-width: 70px !important;
  padding: 7px 0 0 !important;
  font-size: 15px !important;
  font-weight: bold !important;
}
body.channel-profile-theme .channel-playlist-footer {
  padding: 7px 0 2px !important;
  text-align: right !important;
}
body.channel-profile-theme .channel-video-log .channel-section-body {
  padding: 8px 10px 5px !important;
}
body.channel-profile-theme .channel-vlog-layout {
  display: grid !important;
  grid-template-columns: 300px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: start !important;
}
body.channel-profile-theme .channel-vlog-player,
body.channel-profile-theme .channel-vlog-player .player-flash-shell-channel,
body.channel-profile-theme .channel-vlog-player .player-ruffle-host,
body.channel-profile-theme .channel-vlog-player ruffle-player {
  width: 300px !important;
  height: 247px !important;
  max-width: 300px !important;
  background: transparent !important;
}
body.channel-profile-theme .channel-vlog-video-details {
  padding: 5px 2px 0 !important;
  font-size: 11px !important;
  line-height: 15px !important;
}
body.channel-profile-theme .channel-vlog-post {
  min-width: 0 !important;
  padding: 3px 0 0 !important;
}
body.channel-profile-theme .channel-vlog-post-title {
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 18px !important;
}
body.channel-profile-theme .channel-vlog-post-date {
  margin-bottom: 10px !important;
  font-size: 12px !important;
  font-weight: bold !important;
}
body.channel-profile-theme .channel-vlog-post-text {
  min-height: 150px !important;
  font-size: 12px !important;
  line-height: 17px !important;
  overflow-wrap: anywhere !important;
}
body.channel-profile-theme .channel-vlog-post-links,
body.channel-profile-theme .channel-vlog-footer {
  text-align: right !important;
  font-size: 11px !important;
}
body.channel-profile-theme .channel-vlog-footer {
  padding: 5px 0 1px !important;
}
@media (max-width: 760px) {
  body.channel-profile-theme .channel-vlog-layout {
    grid-template-columns: 1fr !important;
  }
  body.channel-profile-theme .channel-playlist-row {
    grid-template-columns: 122px minmax(0, 1fr) !important;
  }
  body.channel-profile-theme .channel-playlist-actions {
    grid-column: 1 / -1 !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
  }
}

body.channel-profile-theme .channel-widget-playlists .channel-section-body {
  padding: 5px !important;
}
body.channel-profile-theme .channel-playlist-entry {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.channel-profile-theme .channel-playlist-original {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: auto !important;
  color: inherit !important;
}
body.channel-profile-theme .channel-playlist-original td {
  border: 0 !important;
  padding: 2px !important;
  background: transparent !important;
  color: inherit !important;
  vertical-align: top !important;
}
body.channel-profile-theme .channel-playlist-original-thumb {
  width: 110px !important;
  min-width: 110px !important;
}
body.channel-profile-theme .channel-playlist-thumb-space {
  width: 104px !important;
  margin-right: 10px !important;
}
body.channel-profile-theme .channel-playlist-stack-table {
  width: 104px !important;
  height: 65px !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
body.channel-profile-theme .channel-playlist-stack-table td {
  padding: 0 !important;
}
body.channel-profile-theme .channel-playlist-medium-thumb {
  display: block !important;
  box-sizing: content-box !important;
  width: 94px !important;
  height: 59px !important;
  overflow: hidden !important;
  border: 3px double #999 !important;
  background: #fff !important;
}
body.channel-profile-theme .channel-playlist-medium-thumb img {
  display: block !important;
  width: 94px !important;
  height: 70px !important;
  max-width: none !important;
  margin: -6px 0 0 !important;
  border: 0 !important;
  object-fit: cover !important;
}
body.channel-profile-theme .channel-playlist-stack-top,
body.channel-profile-theme .channel-playlist-stack-bottom {
  width: 6px !important;
  min-width: 6px !important;
  background-repeat: repeat-y !important;
}
body.channel-profile-theme .channel-playlist-stack-top {
  background-image: linear-gradient(to right, rgba(255,255,255,.75), rgba(100,100,100,.5)) !important;
  vertical-align: top !important;
}
body.channel-profile-theme .channel-playlist-stack-bottom {
  background-image: linear-gradient(to right, rgba(255,255,255,.75), rgba(100,100,100,.5)) !important;
  vertical-align: bottom !important;
}
body.channel-profile-theme .channel-playlist-stack-top img,
body.channel-profile-theme .channel-playlist-stack-bottom img {
  display: block !important;
  width: 6px !important;
  height: 6px !important;
  border: 0 !important;
}
body.channel-profile-theme .channel-playlist-original-copy {
  width: 100% !important;
  min-width: 0 !important;
  padding-top: 1px !important;
}
body.channel-profile-theme .channel-playlist-name {
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 19px !important;
}
body.channel-profile-theme .channel-playlist-name a {
  text-decoration: none !important;
}
body.channel-profile-theme .channel-playlist-name span {
  font-size: 12px !important;
  font-weight: bold !important;
  color: inherit !important;
}
body.channel-profile-theme .channel-playlist-description {
  margin-top: 3px !important;
  font-size: 12px !important;
  line-height: 16px !important;
}
body.channel-profile-theme .channel-playlist-actions {
  width: 78px !important;
  min-width: 78px !important;
  padding: 0 !important;
  text-align: right !important;
  vertical-align: middle !important;
}
body.channel-profile-theme .channel-playlist-actions a {
  display: block !important;
  margin: 10px !important;
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 16px !important;
  text-align: right !important;
}
body.channel-profile-theme .channel-playlist-footer {
  padding: 5px !important;
  font-size: 12px !important;
  text-align: right !important;
}
body.channel-profile-theme .channel-widget-bulletins .channel-section-body {
  padding: 0 !important;
}
body.channel-profile-theme .channel-bulletin-table-wrap {
  overflow: hidden !important;
}
body.channel-profile-theme .channel-bulletin-table {
  width: 100% !important;
  border-collapse: collapse !important;
  color: inherit !important;
  text-align: center !important;
}
body.channel-profile-theme .channel-bulletin-table th {
  padding: 2px 5px !important;
  border-right: 1px solid rgba(102,102,102,.8) !important;
  border-bottom: 1px solid rgba(102,102,102,.8) !important;
  background: transparent !important;
  color: inherit !important;
  font-size: 12px !important;
  font-weight: bold !important;
  line-height: 16px !important;
}
body.channel-profile-theme .channel-bulletin-table td {
  padding: 2px 5px 3px !important;
  border-right: 1px solid rgba(102,102,102,.8) !important;
  border-bottom: 1px dashed rgba(102,102,102,.8) !important;
  background: transparent !important;
  color: inherit !important;
  font-size: 12px !important;
  line-height: 16px !important;
}
body.channel-profile-theme .channel-bulletin-table th:last-child,
body.channel-profile-theme .channel-bulletin-table td:last-child {
  border-right: 0 !important;
}
body.channel-profile-theme .channel-bulletin-heading th:first-child,
body.channel-profile-theme .channel-bulletin-from {
  width: 42% !important;
}
body.channel-profile-theme .channel-bulletin-from span {
  font-size: 10px !important;
}
body.channel-profile-theme .channel-bulletin-copy {
  text-align: left !important;
}
body.channel-profile-theme .channel-bulletin-empty,
body.channel-profile-theme .channel-bulletin-broadcast {
  text-align: center !important;
}

.bulletin-shell {
  width: 875px;
  margin: 0 auto 15px;
  color: #000;
  font: 12px Arial, Helvetica, sans-serif;
}
.bulletin-channel-tabs {
  margin: 4px 0 20px;
  text-align: center;
  white-space: nowrap;
}
.bulletin-channel-tabs span {
  margin: 0 10px;
}
.bulletin-box {
  width: 548px;
  margin: 0;
}
.bulletin-box h1 {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 9px;
  border: 1px solid #777;
  border-bottom: 0;
  background: #777;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
}
.bulletin-box form {
  width: 546px;
  border: 1px solid #777;
  background: #fff;
}
.bulletin-box table {
  width: 100%;
  border-collapse: collapse;
}
.bulletin-box th,
.bulletin-box td {
  padding: 5px;
  border-bottom: 1px dashed #999;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  vertical-align: top;
}
.bulletin-box th {
  width: 111px;
  font-weight: bold;
}
.bulletin-box tr:last-child th,
.bulletin-box tr:last-child td {
  border-bottom: 0;
}
.bulletin-box textarea {
  box-sizing: border-box;
  width: 390px;
  height: 230px;
  font: 12px Arial, Helvetica, sans-serif;
}
.bulletin-box select {
  max-width: 390px;
}
.bulletin-box .avatar {
  width: 90px !important;
  height: 90px !important;
}
.bulletin-captcha {
  display: flex;
  gap: 1px;
  align-items: flex-start;
}
.bulletin-captcha > div:last-child {
  text-align: center;
}
.bulletin-captcha span {
  font-size: 10px;
}
.bulletin-captcha img {
  display: block;
  border: 0;
}

.playlist-view-shell {
  width: 875px;
  margin: 8px auto 18px;
  color: #000;
  font: 12px Arial, Helvetica, sans-serif;
}
.playlist-view-shell h1 {
  margin: 0 0 2px;
  font-size: 24px;
  line-height: 28px;
}
.playlist-view-shell h1 a {
  color: #03c;
}
.playlist-view-byline {
  margin: 0 0 10px;
  font-size: 12px;
}
.playlist-view-layout {
  display: grid;
  grid-template-columns: 425px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}
.playlist-view-player,
.playlist-view-player .player-flash-shell-watch,
.playlist-view-player .player-ruffle-host,
.playlist-view-player ruffle-player {
  width: 425px !important;
  height: 350px !important;
  max-width: 425px !important;
}
.playlist-view-now-playing {
  box-sizing: border-box;
  width: 425px;
  margin-top: 7px;
  padding: 7px 9px;
  border: 1px solid #999;
  background: #fff;
  font-size: 11px;
  line-height: 15px;
}
.playlist-view-now-playing > a:first-child {
  font-size: 12px;
}
.playlist-view-listbox {
  border: 1px solid #b7b083;
  background: #ffffcc;
}
.playlist-view-listhead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  padding: 8px;
  border-bottom: 1px solid #d4cd95;
  background: #f5f1b9;
  font-size: 12px;
  line-height: 16px;
}
.playlist-view-listhead > a {
  font-weight: bold;
  white-space: nowrap;
}
.playlist-view-items {
  max-height: 309px;
  overflow-y: auto;
  background: #eee;
}
.playlist-view-items article {
  display: grid;
  grid-template-columns: 20px 80px minmax(0, 1fr);
  gap: 7px;
  align-items: start;
  min-height: 64px;
  padding: 6px;
  border-bottom: 1px solid #ccc;
  background: #eee;
  font-size: 11px;
  line-height: 14px;
}
.playlist-view-items article.is-current {
  background: #ffffcc;
}
.playlist-view-number {
  padding-top: 22px;
  color: #666;
  font-weight: bold;
  text-align: center;
}
.playlist-view-thumb,
.playlist-view-thumb img {
  display: block;
  width: 80px !important;
  height: 60px !important;
}
.playlist-view-items article > div {
  min-width: 0;
  overflow-wrap: anywhere;
}
.playlist-view-items article > div span {
  color: #666;
}
.playlist-view-share {
  padding: 7px 8px;
  border-top: 1px solid #d4cd95;
  background: #f5f1b9;
  text-align: right;
  font-weight: bold;
}
.playlist-view-description {
  margin-top: 12px;
  padding: 9px;
  border: 1px solid #bbb;
  background: #fff;
  line-height: 17px;
}
.playlist-view-empty {
  min-height: 180px;
  padding: 50px 20px;
  border: 1px solid #bbb;
  text-align: center;
}

body.channel-profile-theme .channel-widget-playlists .channel-section-body {
  min-height: 0 !important;
  padding: 5px !important;
  font: 12px/16px Arial, Helvetica, sans-serif !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-entry {
  width: 100% !important;
  min-height: 96px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original {
  width: 100% !important;
  height: 96px !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  table-layout: fixed !important;
  color: inherit !important;
  font: 12px/16px Arial, Helvetica, sans-serif !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original td {
  height: auto !important;
  min-height: 0 !important;
  padding: 2px !important;
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  vertical-align: top !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original-thumb {
  width: 132px !important;
  min-width: 132px !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-thumb-space {
  width: 126px !important;
  height: 94px !important;
  margin: 0 10px 0 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-table {
  width: 126px !important;
  height: 94px !important;
  margin: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-table td {
  padding: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-medium-thumb {
  display: block !important;
  box-sizing: border-box !important;
  width: 120px !important;
  height: 90px !important;
  overflow: hidden !important;
  border: 1px solid #777 !important;
  background: #fff !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-medium-thumb img {
  display: block !important;
  width: 120px !important;
  height: 90px !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-top,
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-bottom {
  width: 6px !important;
  min-width: 6px !important;
  padding: 0 !important;
  background: repeat-y left top !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-top {
  background-image: linear-gradient(to right, #fff, #aaa) !important;
  vertical-align: top !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-bottom {
  background-image: linear-gradient(to right, #fff, #aaa) !important;
  background-position: left bottom !important;
  vertical-align: bottom !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-top img,
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-bottom img {
  display: block !important;
  width: 6px !important;
  height: 6px !important;
  border: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original-copy {
  width: auto !important;
  min-width: 0 !important;
  padding: 2px 4px !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-name {
  margin: 0 0 4px !important;
  font: bold 16px/19px Arial, Helvetica, sans-serif !important;
  white-space: nowrap !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-name a {
  font: inherit !important;
  text-decoration: none !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-name span {
  font: bold 12px/19px Arial, Helvetica, sans-serif !important;
  color: inherit !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-description {
  margin: 0 !important;
  font: 12px/16px Arial, Helvetica, sans-serif !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-actions {
  width: 82px !important;
  min-width: 82px !important;
  padding: 5px 0 0 !important;
  text-align: right !important;
  vertical-align: top !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-actions a {
  display: block !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  font: bold 14px/18px Arial, Helvetica, sans-serif !important;
  text-align: right !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-footer {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 2px 0 1px !important;
  font: 12px/16px Arial, Helvetica, sans-serif !important;
  text-align: right !important;
}

.playlist-public-shell {
  box-sizing: border-box;
  width: 875px;
  min-height: 380px;
  margin: 10px auto 18px;
  color: #000;
  font: 12px/16px Arial, Helvetica, sans-serif;
}
.playlist-public-layout {
  display: grid;
  grid-template-columns: 620px 235px;
  gap: 20px;
  align-items: start;
}
.playlist-public-listbox {
  border: 1px solid #c7c7c7;
  background: #eee;
}
.playlist-public-listhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 27px;
  padding: 3px 7px;
  background: #ccc;
  font-size: 14px;
  line-height: 20px;
}
.playlist-public-items {
  padding: 0 7px 7px;
}
.playlist-public-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 10px;
  min-height: 105px;
  padding: 12px 0 8px;
  border-bottom: 1px dashed #bbb;
}
.playlist-public-thumb {
  position: relative;
  display: block;
  width: 120px;
  height: 90px;
}
.playlist-public-thumb > img {
  display: block !important;
  width: 120px !important;
  height: 90px !important;
  border: 1px solid #333 !important;
  object-fit: cover;
}
.playlist-public-plus {
  position: absolute;
  left: 2px;
  bottom: 2px;
  width: 20px;
  height: 20px;
}
.playlist-public-plus img {
  display: block;
  width: 20px;
  height: 20px;
  border: 0;
}
.playlist-public-copy {
  min-width: 0;
  padding-top: 0;
  line-height: 15px;
}
.playlist-public-title {
  font-size: 13px;
  font-weight: bold;
}
.playlist-public-duration {
  font-weight: bold;
}
.playlist-public-video-description {
  margin: 3px 0;
  color: #111;
}
.playlist-public-tags {
  margin: 2px 0;
  color: #555;
}
.playlist-public-tags span {
  color: #666;
}
.playlist-public-tags a {
  margin-right: 3px;
  color: #444;
}
.playlist-public-facets {
  margin-top: 2px;
  color: #555;
}
.playlist-public-empty {
  min-height: 120px;
  padding: 50px 10px;
  text-align: center;
}
.playlist-public-sidebar {
  padding: 0 0 0 5px;
  font-size: 12px;
  line-height: 16px;
}
.playlist-public-action {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 18px 0;
  font-size: 13px;
}
.playlist-public-action > a {
  font-weight: normal;
}
.playlist-public-action-icon {
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 3px solid #aaa;
  border-radius: 50%;
  background: #fff;
}
.playlist-public-play-icon:after {
  content: "";
  display: block;
  margin-left: 3px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #999;
}
.playlist-public-share-icon img {
  display: block;
  width: 19px;
  height: 17px;
  border: 0;
  opacity: .7;
}
.playlist-public-field {
  display: block;
  margin: 10px 0 0;
}
.playlist-public-field b {
  display: block;
}
.playlist-public-field input {
  box-sizing: border-box;
  width: 235px;
  height: 20px;
  padding: 1px 3px;
  border: 1px solid #888;
  background: #fff;
  color: #000;
  font: 10px Arial, Helvetica, sans-serif;
}
.playlist-public-embed-note {
  margin-top: 1px;
  font-size: 11px;
  line-height: 14px;
}

body.channel-profile-theme .channel-widget-playlists .channel-playlist-entry {
  min-height: 0 !important;
  padding: 5px !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original {
  height: auto !important;
  table-layout: auto !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original-thumb {
  width: 110px !important;
  min-width: 110px !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-thumb-space {
  width: 104px !important;
  height: 65px !important;
  margin-right: 10px !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-table {
  width: 104px !important;
  height: 65px !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-medium-thumb {
  box-sizing: content-box !important;
  width: 94px !important;
  height: 59px !important;
  border: 3px double #999 !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-medium-thumb img {
  width: 94px !important;
  height: 70px !important;
  margin-top: -6px !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original-copy {
  padding-top: 1px !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-actions {
  width: 78px !important;
  min-width: 78px !important;
  padding: 0 !important;
  vertical-align: middle !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-actions a {
  margin: 10px !important;
  font: bold 14px/16px Arial, Helvetica, sans-serif !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-footer {
  padding: 5px !important;
}

body.channel-profile-theme .channel-widget-playlists .channel-section-body {
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 5px !important;
  overflow: visible !important;
  font: 12px/16px Arial, Helvetica, sans-serif !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-entry {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 5px !important;
  border: 0 !important;
  box-sizing: border-box !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original {
  display: table !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: auto !important;
  color: inherit !important;
  font: 12px/16px Arial, Helvetica, sans-serif !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original tbody {
  display: table-row-group !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original tr {
  display: table-row !important;
  height: auto !important;
  min-height: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original td {
  display: table-cell !important;
  float: none !important;
  position: static !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 2px !important;
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  vertical-align: top !important;
  flex: none !important;
  grid-column: auto !important;
  gap: 0 !important;
  align-items: initial !important;
  justify-content: initial !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original-thumb {
  width: 110px !important;
  min-width: 110px !important;
  white-space: nowrap !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-thumb-space {
  display: block !important;
  width: 104px !important;
  height: 65px !important;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-table {
  display: table !important;
  width: 104px !important;
  height: 65px !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  table-layout: auto !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-table tbody {
  display: table-row-group !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-table tr {
  display: table-row !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-table td {
  display: table-cell !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 0 !important;
  vertical-align: top !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-medium-thumb {
  display: block !important;
  box-sizing: content-box !important;
  width: 94px !important;
  height: 59px !important;
  overflow: hidden !important;
  border: 3px double #999 !important;
  background: #fff !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-medium-thumb img {
  display: block !important;
  width: 94px !important;
  height: 70px !important;
  max-width: none !important;
  margin: -6px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-top,
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-bottom {
  display: table-cell !important;
  width: 6px !important;
  min-width: 6px !important;
  height: auto !important;
  padding: 0 !important;
  background-repeat: repeat-y !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-top {
  background-image: linear-gradient(to right, rgba(255,255,255,.85), rgba(128,128,128,.65)) !important;
  background-position: left top !important;
  vertical-align: top !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-bottom {
  background-image: linear-gradient(to right, rgba(255,255,255,.85), rgba(128,128,128,.65)) !important;
  background-position: left bottom !important;
  vertical-align: bottom !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-top img,
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-bottom img {
  display: block !important;
  width: 6px !important;
  height: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original-copy {
  width: 100% !important;
  min-width: 0 !important;
  padding: 1px 2px 2px !important;
  vertical-align: top !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-name {
  margin: 0 !important;
  padding: 0 !important;
  font: bold 16px/19px Arial, Helvetica, sans-serif !important;
  white-space: normal !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-name a {
  font: inherit !important;
  text-decoration: none !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-name span {
  font: bold 12px/19px Arial, Helvetica, sans-serif !important;
  color: inherit !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-description {
  margin: 3px 0 0 !important;
  padding: 0 !important;
  font: 12px/16px Arial, Helvetica, sans-serif !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-actions {
  display: table-cell !important;
  float: none !important;
  width: 78px !important;
  min-width: 78px !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  flex: none !important;
  flex-direction: initial !important;
  align-items: initial !important;
  justify-content: initial !important;
  gap: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-actions a {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 10px !important;
  padding: 0 !important;
  font: bold 14px/16px Arial, Helvetica, sans-serif !important;
  text-align: right !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-footer {
  display: block !important;
  clear: both !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 5px !important;
  font: 12px/16px Arial, Helvetica, sans-serif !important;
  text-align: right !important;
}

body.channel-profile-theme .channel-widget-playlists .channel-section-body {
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  font: 12px/16px Arial, Helvetica, sans-serif !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-entry {
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 5px !important;
  border: 0 !important;
  box-sizing: border-box !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original {
  display: table !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: auto !important;
  color: inherit !important;
  font: 12px/16px Arial, Helvetica, sans-serif !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original tbody {
  display: table-row-group !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original tr {
  display: table-row !important;
  height: auto !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original td {
  display: table-cell !important;
  float: none !important;
  position: static !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 2px !important;
  border: 0 !important;
  background-color: transparent !important;
  color: inherit !important;
  flex: none !important;
  grid-column: auto !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original-thumb {
  width: 110px !important;
  min-width: 110px !important;
  vertical-align: top !important;
  white-space: nowrap !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-thumb-space {
  display: block !important;
  width: 104px !important;
  height: 65px !important;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-table {
  display: table !important;
  width: 104px !important;
  height: 65px !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  table-layout: auto !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-table tbody {
  display: table-row-group !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-table tr {
  display: table-row !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-table td {
  display: table-cell !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-medium-thumb {
  display: block !important;
  box-sizing: content-box !important;
  width: 94px !important;
  height: 59px !important;
  overflow: hidden !important;
  border: 3px double #999 !important;
  background: #fff !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-medium-thumb img {
  display: block !important;
  width: 94px !important;
  height: 70px !important;
  max-width: none !important;
  margin: -6px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-top,
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-bottom {
  display: table-cell !important;
  width: 6px !important;
  min-width: 6px !important;
  height: auto !important;
  padding: 0 !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-top {
  background-image: url('../legacy/stack_t.gif') !important;
  background-position: left top !important;
  vertical-align: top !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-bottom {
  background-image: url('../legacy/stack_b.gif') !important;
  background-position: left bottom !important;
  vertical-align: bottom !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-top img,
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-bottom img {
  display: block !important;
  width: 6px !important;
  height: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original-copy {
  width: 100% !important;
  min-width: 0 !important;
  padding: 2px !important;
  vertical-align: top !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-name {
  margin: 0 !important;
  padding: 0 !important;
  font: bold 16px/19px Arial, Helvetica, sans-serif !important;
  white-space: normal !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-name a {
  font: inherit !important;
  text-decoration: none !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-name span {
  color: inherit !important;
  font: bold 12px/19px Arial, Helvetica, sans-serif !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-description {
  margin: 0 !important;
  padding: 0 !important;
  font: 12px/16px Arial, Helvetica, sans-serif !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-actions {
  display: table-cell !important;
  float: none !important;
  width: auto !important;
  min-width: 78px !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 2px !important;
  text-align: right !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  flex: none !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-actions a {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 10px !important;
  padding: 0 !important;
  font: bold 14px/16px Arial, Helvetica, sans-serif !important;
  text-align: right !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-footer {
  display: block !important;
  clear: both !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 5px !important;
  font: 12px/16px Arial, Helvetica, sans-serif !important;
  text-align: right !important;
}

body.channel-profile-theme .channel-widget-playlists .profile-playlists-body {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  font: 12px/16px Arial, Helvetica, sans-serif !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-entry {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 5px !important;
  border: 0 !important;
  background: transparent !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-table {
  display: table !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: auto !important;
  background: transparent !important;
  color: inherit !important;
  font: 12px/16px Arial, Helvetica, sans-serif !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-table > tbody {
  display: table-row-group !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-table > tbody > tr {
  display: table-row !important;
  height: auto !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-table > tbody > tr > td {
  display: table-cell !important;
  float: none !important;
  position: static !important;
  box-sizing: content-box !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 2px !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: inherit !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb-cell {
  width: 110px !important;
  min-width: 110px !important;
  vertical-align: top !important;
  white-space: nowrap !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb-space {
  display: block !important;
  width: 104px !important;
  height: 65px !important;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-stack {
  display: table !important;
  width: 104px !important;
  height: 65px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  table-layout: auto !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-stack tbody {
  display: table-row-group !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-stack tr {
  display: table-row !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-stack td {
  display: table-cell !important;
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb {
  display: block !important;
  box-sizing: content-box !important;
  width: 94px !important;
  height: 59px !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 3px double #999 !important;
  background: #fff !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb img {
  display: block !important;
  width: 94px !important;
  height: 70px !important;
  max-width: none !important;
  margin: -6px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-stack-top,
body.channel-profile-theme .channel-widget-playlists .profile-playlist-stack-bottom {
  width: 6px !important;
  min-width: 6px !important;
  padding: 0 !important;
  background-color: transparent !important;
  background-repeat: repeat-y !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-stack-top {
  background-image: url('../legacy/stack_t.gif') !important;
  background-position: left top !important;
  vertical-align: top !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-stack-bottom {
  background-image: url('../legacy/stack_b.gif') !important;
  background-position: left bottom !important;
  vertical-align: bottom !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-stack-top img,
body.channel-profile-theme .channel-widget-playlists .profile-playlist-stack-bottom img {
  display: block !important;
  width: 6px !important;
  height: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-copy {
  width: 100% !important;
  min-width: 0 !important;
  padding: 2px !important;
  vertical-align: top !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-title {
  margin: 0 !important;
  padding: 0 !important;
  font: bold 16px/19px Arial, Helvetica, sans-serif !important;
  white-space: normal !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-title a {
  font: inherit !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-title span {
  color: inherit !important;
  font: bold 12px/19px Arial, Helvetica, sans-serif !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-description {
  margin: 0 !important;
  padding: 0 !important;
  font: 12px/16px Arial, Helvetica, sans-serif !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-actions {
  width: 78px !important;
  min-width: 78px !important;
  padding: 2px !important;
  text-align: right !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-actions div {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-actions a {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 10px !important;
  padding: 0 !important;
  font: bold 14px/16px Arial, Helvetica, sans-serif !important;
  text-align: right !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-footer {
  display: block !important;
  clear: both !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 5px !important;
  font: 12px/16px Arial, Helvetica, sans-serif !important;
  text-align: right !important;
}

body.watch-page .watch-comment-tools,
body.watch-page .watch-vote-form,
body.watch-page .watch-vote-button,
body.watch-page .watch-vote-button:hover,
body.watch-page .watch-vote-button:focus,
body.watch-page .watch-vote-button:active,
body.watch-page .watch-vote-button.is-selected {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
body.watch-page button.watch-vote-button {
  box-sizing: content-box !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
body.watch-page button.watch-vote-button::-moz-focus-inner {
  padding: 0 !important;
  border: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-stack-top,
body.channel-profile-theme .channel-widget-playlists .profile-playlist-stack-bottom {
  overflow: hidden !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-stack-top {
  background-position: left top !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-stack-top > img,
body.channel-profile-theme .channel-widget-playlists .profile-playlist-stack-bottom > img {
  position: static !important;
  vertical-align: top !important;
}

.help-masthead {
  height: 162px !important;
}
.help-util {
  min-height: 31px !important;
  line-height: 25px !important;
}
.help-global-nav {
  height: 39px !important;
  margin-top: 2px !important;
}
.help-global-nav > a:not(.help-upload) {
  height: 31px !important;
  padding-top: 9px !important;
}
.help-global-nav .help-upload {
  height: 32px !important;
  padding-top: 3px !important;
}
.help-global-search {
  height: 42px !important;
}
.help-global-search form {
  padding-top: 9px !important;
}
.help-masthead .help-section-header {
  bottom: -40px !important;
}
.help-legacy-header .help-shell {
  margin-top: 55px !important;
}

.playlist-public-plus.quick-add {
  display: block !important;
  position: absolute !important;
  left: 3px !important;
  bottom: 3px !important;
  width: 25px !important;
  height: 25px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
}
.playlist-public-plus.quick-add img {
  display: block !important;
  width: 25px !important;
  height: 25px !important;
  margin: 0 !important;
  border: 0 !important;
}
.playlist-public-action-icon {
  width: 27px !important;
  height: 27px !important;
  border: 0 !important;
  background: transparent !important;
}
.playlist-public-action-icon:after {
  display: none !important;
}
.playlist-public-action-icon img {
  display: block !important;
  margin: 0 !important;
  border: 0 !important;
}
.playlist-public-field input {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 285px !important;
  height: 22px !important;
  padding: 1px 3px !important;
  overflow: hidden !important;
}

.mt-playlist-embed-body,
.mt-playlist-embed-body #baseDiv {
  width: 530px !important;
  min-width: 530px !important;
  height: 370px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000 !important;
}
.mt-playlist-embed-frame,
.player-flash-shell-playlist-embed {
  display: block !important;
  width: 530px !important;
  height: 370px !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.email-verify {
  box-sizing: border-box;
  width: 620px;
  min-height: 180px;
  margin: 32px auto 45px;
  padding: 18px 24px;
  border: 1px solid #aaa;
  background: #f5f5f5;
  font: 13px/18px Arial, Helvetica, sans-serif;
}
.email-verify h1 {
  margin: 0 0 14px;
  font-size: 22px;
}
.email-verify-notice,
.email-verify-error {
  padding: 8px 10px;
  border: 1px solid;
}
.email-verify-notice {
  border-color: #8aaa72;
  background: #eff8e8;
  color: #274f14;
}
.email-verify-error {
  border-color: #c88;
  background: #fff0f0;
  color: #800;
}

body.channel-profile-theme .channel-widget-playlists .profile-playlist-stack-top {
  background-position: left -1px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-stack-top > img {
  position: relative !important;
  top: -1px !important;
}

.playlist-public-thumb-link,
.playlist-public-thumb-link > img {
  display: block !important;
  width: 120px !important;
  height: 90px !important;
}
.playlist-public-thumb-link > img {
  box-sizing: border-box !important;
  border: 1px solid #333 !important;
  object-fit: cover !important;
}
.playlist-public-plus.quick-add {
  z-index: 2 !important;
}
#footBotDiv {
  grid-template-columns: 1fr 1.35fr !important;
}

.memberBoxTop{
  height:62px!important;
  min-height:62px!important;
  overflow:visible!important;
}
.memberBoxInfoContainer{
  font-size:10px!important;
  line-height:13px!important;
}
.memberContainer .recent-label{
  clear:both!important;
  padding-top:7px!important;
}

.subButton,
.profileUnsubButton{
  display:inline-block!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:inherit!important;
  font:inherit!important;
  line-height:normal!important;
  text-decoration:none!important;
  vertical-align:top!important;
  cursor:pointer!important;
}
.subButton > b,
.profileUnsubButton > b{
  float:left!important;
  display:block!important;
  position:relative!important;
  margin:0 1px 3px 0!important;
  padding:0!important;
  border-style:solid!important;
  border-width:1px 0!important;
  font-weight:normal!important;
}
.subButton > b{
  border-color:#d70!important;
  background:linear-gradient(to bottom,#ffbd47 0,#f90 45%,#e98200 100%)!important;
}
.subButton:hover > b{ border-color:#930!important; }
.profileUnsubButton > b{
  border-color:#ccc!important;
  background:linear-gradient(to bottom,#fff 0,#eee 50%,#d7d7d7 100%)!important;
}
.profileUnsubButton:hover > b{ border-color:#666!important; }
.subButton > b > b,
.profileUnsubButton > b > b{
  float:none!important;
  background:none!important;
  margin:0 -1px!important;
  padding:0!important;
  border-width:0 1px!important;
  border-style:solid!important;
  border-color:inherit!important;
}
.subButton > b > b > b,
.profileUnsubButton > b > b > b{
  float:none!important;
  margin:0!important;
  padding:.2em .5em .1em!important;
  border:0!important;
  background:none!important;
  cursor:pointer!important;
  font-weight:bold!important;
  font-size:1.1em!important;
  line-height:1.15!important;
  text-align:center!important;
  white-space:nowrap!important;
}
.subButton > b > b > b{ color:#fff!important; }
.profileUnsubButton > b > b > b{ color:#222!important; font-size:1em!important; }
.watch-subscribe-form{ display:inline-block!important; margin:0!important; vertical-align:top!important; }
.watch-subscribe-link{ margin-right:3px!important; }
.channel-subscribe-button{
  min-width:0!important;
  height:auto!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
.channel-subscribe-button > b > b > b{ font-size:12px!important; }

body.watch-page .watch-playlist-video-item.is-current,
body.watch-page .watch-explore-item.is-current,
body.watch-page .watch-playlists-panel .is-current{
  background:#eee!important;
}
body.watch-page .watch-playlists-panel .watch-now-playing,
body.watch-page .watch-playlists-panel .watch-active-playlist-heading{
  display:none!important;
}

.account-email-verified{
  color:#666!important;
  text-decoration:none!important;
  cursor:default!important;
}
.upload-limit-message{
  width:560px;
  margin:28px auto;
  padding:18px 22px;
  border:1px solid #aaa;
  background:#f4f4f4;
  font:13px/19px Arial,Helvetica,sans-serif;
}
.upload-limit-message h2{ margin:0 0 10px; font-size:20px; }

.help-masthead{ height:168px!important; }
.help-logo{ top:4px!important; overflow:visible!important; }
.help-util{ min-height:34px!important; line-height:27px!important; }
.help-global-nav{ height:41px!important; margin-top:3px!important; }
.help-global-search{ height:44px!important; }
.help-global-search form{ padding-top:10px!important; }
.help-masthead .help-section-header{ bottom:-39px!important; }
.help-legacy-header .help-shell{ margin-top:58px!important; }

body.channel-profile-theme .channel-widget-playlists .profile-playlist-stack-top{
  overflow:hidden!important;
  background-position:left 1px!important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-stack-top > img{
  position:relative!important;
  top:1px!important;
  clip-path:inset(1px 0 0 0)!important;
}
.memberBoxTop{ height:70px!important; min-height:70px!important; }

.member-grid .memberBoxTop{
  display:flex!important;
  align-items:flex-start!important;
  height:auto!important;
  min-height:66px!important;
  overflow:visible!important;
}
.member-grid .memberAvatar{
  float:none!important;
  flex:0 0 47px!important;
  width:45px!important;
  height:45px!important;
  margin:0 5px 0 0!important;
}
.member-grid .memberBoxInfoContainer{
  flex:1 1 auto!important;
  min-width:0!important;
  margin-left:0!important;
  line-height:12px!important;
}
.member-grid .recent-label{
  clear:both!important;
  padding-top:4px!important;
}

.player-flash-brand-overlay{
  position:absolute!important;
  z-index:8!important;
  display:block!important;
  height:auto!important;
  border:0!important;
  pointer-events:none!important;
  user-select:none!important;
}
.player-flash-shell-home .player-flash-brand-overlay,
.player-flash-shell-channel .player-flash-brand-overlay{
  right:8px!important;
  bottom:35px!important;
  width:105px!important;
}
.player-flash-shell-channel-wide .player-flash-brand-overlay,
.player-flash-shell-embed .player-flash-brand-overlay{
  right:10px!important;
  bottom:38px!important;
  width:118px!important;
}
.player-flash-shell-playlist-embed .player-flash-brand-overlay-playlist{
  left:305px!important;
  bottom:34px!important;
  width:118px!important;
}
body.watch-page .watch-explore-item.is-current,
body.watch-page .watch-playlist-video-item.is-current,
body.watch-page .watch-playlists-panel .is-current{
  background:#eee!important;
  border-top-color:#ccc!important;
  border-bottom-color:#ccc!important;
}

.player-flash-brand-overlay{ display:none!important; }

body.home-page .home-login {
  box-sizing: border-box !important;
  padding: 0 9px 8px !important;
  border: 0 !important;
  background: #fff !important;
}
body.home-page .home-login-title {
  min-height: 25px !important;
  padding: 5px 0 2px !important;
  font: bold 15px/20px Arial, Helvetica, sans-serif !important;
}
body.home-page .home-login-title span {
  padding-top: 1px !important;
  font: normal 11px/18px Arial, Helvetica, sans-serif !important;
}
body.home-page .home-login form {
  width: 225px !important;
  margin: 0 auto !important;
  padding: 0 0 6px !important;
}
body.home-page .home-login label {
  display: grid !important;
  grid-template-columns: 72px 1fr !important;
  align-items: center !important;
  gap: 5px !important;
  margin: 4px 0 !important;
  font: bold 11px/18px Arial, Helvetica, sans-serif !important;
  text-align: right !important;
}
body.home-page .home-login input[type="text"],
body.home-page .home-login input[type="password"] {
  box-sizing: border-box !important;
  width: 132px !important;
  height: 21px !important;
  margin: 0 !important;
  font-size: 11px !important;
}
body.home-page .home-login p {
  margin: 5px 20px 0 0 !important;
  text-align: right !important;
}
body.home-page .home-google-login {
  clear: both !important;
  margin: 0 !important;
  padding: 7px 0 0 !important;
  border-top: 1px dotted #aaa !important;
  font: bold 11px/18px Arial, Helvetica, sans-serif !important;
  text-align: center !important;
}
body.home-page .home-google-help {
  display: inline-block !important;
  margin-left: 4px !important;
  vertical-align: -4px !important;
}
body.home-page .home-google-help img { border: 0 !important; }

body.home-page .home-promoted-thumb.videoIconWrapperOuter {
  padding: 1px !important;
}
body.home-page .home-promoted-thumb .videoIconWrapperInner,
body.home-page .home-promoted-thumb .videoIconWrapperInner > a,
body.home-page .home-promoted-thumb .videoIconWrapperInner .vimg120 {
  width: 116px !important;
  height: 71px !important;
}

.watch-page .watch-rating-picker,
.watch-page .watch-rating-buttons {
  z-index: 12 !important;
}
.watch-page .watch-rating-buttons button {
  position: relative !important;
  z-index: 13 !important;
  cursor: pointer !important;
}

.inbox-page.inbox-mailbox-page {
  width: 875px !important;
  margin: 0 auto !important;
  font: 12px/16px Arial, Helvetica, sans-serif !important;
}
.inbox-mailbox-page .inbox-columns {
  display: grid !important;
  grid-template-columns: 145px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: start !important;
}
.inbox-mailbox-page .inbox-nav {
  width: 145px !important;
  padding: 0 !important;
}
.inbox-mailbox-page .inbox-nav h2 {
  margin: 0 0 5px !important;
  padding-bottom: 6px !important;
  border-bottom: 1px solid #999 !important;
  font-size: 18px !important;
}
.inbox-mailbox-page .inbox-nav > a {
  display: block !important;
  margin: 3px 0 !important;
  line-height: 17px !important;
}
.inbox-mailbox-page .inbox-nav .selected-dot {
  margin-right: 4px !important;
  vertical-align: 1px !important;
}
.inbox-mail-links {
  margin-top: 16px !important;
  padding-top: 8px !important;
  border-top: 1px solid #aaa !important;
}
.inbox-mail-links > a {
  display: block !important;
  margin: 3px 0 !important;
  font-weight: bold !important;
}
.inbox-compose-button {
  display: inline-block !important;
  margin-top: 5px !important;
  padding: 2px 8px !important;
  border: 1px solid #999 !important;
  border-radius: 2px !important;
  background: linear-gradient(#fff, #e5e5e5) !important;
  color: #111 !important;
  font-weight: normal !important;
  text-decoration: none !important;
}
.inbox-mailbox-page .inbox-list,
.inbox-mailbox-page .inbox-mail-content {
  min-height: 360px !important;
  padding: 0 0 20px !important;
  border: 0 !important;
  background: #fff !important;
}
.inbox-mailbox-page .inbox-list h2 {
  margin: 0 0 12px !important;
  padding-bottom: 6px !important;
  border-bottom: 1px solid #aaa !important;
  color: #111 !important;
  font-size: 18px !important;
}
.inbox-intro { margin: 0 0 18px !important; }
.inbox-compose-form {
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 0 0 !important;
  border: 0 !important;
  background: #fff !important;
}
.inbox-form-row {
  display: grid !important;
  grid-template-columns: 105px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
  margin: 10px 0 !important;
}
.inbox-form-row label,
.inbox-form-label {
  font-weight: bold !important;
  text-align: right !important;
}
.inbox-form-row input[type="text"] {
  box-sizing: border-box !important;
  width: 72% !important;
  height: 23px !important;
}
.inbox-form-row select { width: 88% !important; height: 24px !important; }
.inbox-message-row { align-items: start !important; }
.inbox-message-row textarea {
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 155px !important;
  resize: vertical !important;
}
.inbox-form-submit { margin: 12px 0 0 117px !important; }
.inbox-message-table {
  width: 100% !important;
  border-collapse: collapse !important;
}
.inbox-message-table th,
.inbox-message-table td {
  padding: 6px 7px !important;
  border-bottom: 1px solid #ccc !important;
  text-align: left !important;
}
.inbox-message-table th { background: #eee !important; color: #555 !important; }
.inbox-message-table tr.unread td { font-weight: bold !important; background: #f5f8ff !important; }
.inbox-message-detail > div { margin: 5px 0 !important; }
.inbox-message-text {
  min-height: 110px !important;
  margin-top: 12px !important;
  padding: 10px !important;
  border-top: 1px solid #bbb !important;
  border-bottom: 1px solid #bbb !important;
  line-height: 18px !important;
}

.community-actions { display: none !important; }
.group-page { width: auto !important; }
.group-summary {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  min-height: 160px !important;
  margin: 0 0 14px !important;
  padding: 10px !important;
  border: 1px solid #bbb !important;
  background: #fff !important;
}
.group-summary > .community-summary-thumb {
  flex: 0 0 160px !important;
  margin: 0 !important;
}
.group-summary-main {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: none !important;
}
.group-summary-main h1 { margin: 0 0 4px !important; font-size: 20px !important; }
.group-summary-main p { margin: 8px 0 !important; }
.group-membership-action {
  margin-top: 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.group-membership-action form { display: inline !important; margin: 0 !important; }
.group-summary-actions { display: none !important; }
.group-section {
  clear: both !important;
  margin: 12px 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
}
.group-section h2,
.group-about h2 {
  margin: 0 0 7px !important;
  padding: 4px 7px !important;
  border: 1px solid #bbb !important;
  background: #eee !important;
  font-size: 15px !important;
}
.group-section h2 span { float: right !important; font-weight: normal !important; }
.group-video-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 120px) !important;
  justify-content: space-between !important;
  gap: 16px 10px !important;
  margin: 0 !important;
  padding: 8px 5px !important;
  border: 0 !important;
  background: #fff !important;
}
.group-add-video,
.group-topic-form,
.group-reply-form {
  margin: 9px 0 !important;
  padding: 8px !important;
  border: 1px solid #ccc !important;
  background: #f7f7f7 !important;
}
.group-topics th { background: #ddd !important; font-weight: bold !important; }
.group-topics td { border-bottom: 1px solid #ccc !important; }
.group-topics tbody tr:nth-child(odd) { background: #f4f4f4 !important; }
.group-topics tr.selected td { background: #e7efff !important; }
.group-topic-form input[name="title"] { width: 70% !important; }
.group-topic-form textarea,
.group-reply-form textarea {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  min-height: 85px !important;
  margin: 6px 0 !important;
}
.group-post {
  display: grid !important;
  grid-template-columns: 105px minmax(0, 1fr) !important;
  min-height: 70px !important;
  border: 1px solid #bbb !important;
  border-top: 0 !important;
}
.group-original-post { border-top: 1px solid #bbb !important; }
.group-post-author { padding: 8px !important; background: #eee !important; }
.group-post-body { padding: 9px 11px !important; line-height: 17px !important; }
.group-about { margin-top: 14px !important; }
.group-about > div { padding: 4px 8px !important; line-height: 18px !important; }
.group-about input { width: 70% !important; }
.community-form input.yellow-button,
.community-form .yellow-button { background: revert !important; color: revert !important; }

.category-detail-page { padding-top: 5px !important; }
.category-detail-head {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  margin: 0 0 10px !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid #aaa !important;
  font-size: 18px !important;
}
.category-detail-icon { display: block !important; flex: 0 0 16px !important; }
.category-detail-gear { display: none !important; }
.category-detail-top {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 265px !important;
  gap: 16px !important;
  align-items: start !important;
  margin-bottom: 18px !important;
}
.category-detail-pick { min-width: 0 !important; min-height: 210px !important; }
.category-detail-kicker { margin-bottom: 4px !important; font-size: 12px !important; }
.category-detail-pick-body {
  display: grid !important;
  grid-template-columns: 160px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: start !important;
}
.category-detail-pick-thumb,
.category-detail-pick-thumb .vimg160 { display: block !important; float: none !important; margin: 0 !important; }
.category-detail-copy {
  min-width: 0 !important;
  font-size: 11px !important;
  line-height: 14px !important;
}
.category-detail-copy .category-detail-title {
  display: block !important;
  max-height: 38px !important;
  overflow: hidden !important;
  font-size: 16px !important;
  line-height: 18px !important;
}
.category-detail-copy .runtime { margin: 1px 0 3px !important; font-weight: bold !important; }
.category-detail-copy p { max-height: 56px !important; margin: 5px 0 !important; overflow: hidden !important; line-height: 14px !important; }
.category-detail-copy .rating-line { margin-top: 4px !important; }
.category-detail-channels {
  box-sizing: border-box !important;
  width: 265px !important;
  min-height: 205px !important;
  padding: 9px 10px !important;
}
.category-detail-channels h2 { margin-bottom: 8px !important; font-size: 13px !important; line-height: 16px !important; }
.feature-channel-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px 12px !important;
}
.feature-channel {
  display: grid !important;
  grid-template-columns: 45px minmax(0, 1fr) !important;
  gap: 5px !important;
  align-items: start !important;
  min-width: 0 !important;
  min-height: 55px !important;
  font-size: 10px !important;
  line-height: 12px !important;
}
.feature-channel-avatar,
.feature-channel-avatar .avatar { display: block !important; float: none !important; width: 45px !important; height: 45px !important; margin: 0 !important; }
.feature-channel-copy { min-width: 0 !important; overflow: hidden !important; }
.feature-channel-copy a { display: block !important; overflow: hidden !important; text-overflow: ellipsis !important; white-space: nowrap !important; font-size: 11px !important; }
.category-detail-grid-heading { clear: both !important; }
.category-video-grid .v120vEntry { min-height: 198px !important; }
.category-video-grid .vtitle { min-height: 31px !important; }
.category-video-grid .vfacets { min-height: 44px !important; line-height: 14px !important; }
.category-index-page { padding-top: 6px !important; }
.catHeading { display: flex !important; align-items: center !important; gap: 4px !important; }
.catHeading img { display: block !important; }

.member-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 158px) !important;
  align-items: stretch !important;
  gap: 18px 25px !important;
}
.member-grid .memberContainer {
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  width: 158px !important;
  min-height: 262px !important;
  margin: 0 !important;
  padding: 6px !important;
}
.member-grid .memberName {
  min-height: 17px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}
.member-grid .memberBoxTop { min-height: 70px !important; }
.member-grid .memberRecent {
  display: block !important;
  margin-top: auto !important;
}
.member-grid .recent-label { padding: 5px 0 3px !important; }
.member-grid .memberRecentThumb,
.member-grid .memberRecentThumb > img,
.member-grid .memberRecentThumb .vimg120 {
  display: block !important;
  width: 120px !important;
  height: 90px !important;
}
.member-grid .recent-title {
  min-height: 28px !important;
  padding-top: 2px !important;
  line-height: 13px !important;
  overflow: hidden !important;
}

.help-page .help-native-title {
  display: flex;
  width: 875px;
  margin: 0 auto 20px;
  padding: 0 0 7px;
  border-bottom: 1px solid #aaa;
  align-items: center;
  justify-content: space-between;
}
.help-page .help-native-title h1 {
  margin: 0;
  color: #111;
  font: bold 21px/25px Arial, Helvetica, sans-serif;
}
.help-page .help-native-title a {
  font-size: 11px;
}
.help-page .help-shell {
  width: 775px !important;
  margin: 0 auto !important;
}

#account-content .channel-edit-nav li.is-current a {
  position: relative;
  z-index: 2;
  margin-right: -6px;
  padding-right: 10px;
}

.channel-subscribe-button {
  display: inline-block !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  font: inherit !important;
  line-height: normal !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}
.channel-subscribe-button > b {
  display: block !important;
  margin: 0 1px 3px 0 !important;
  padding: 0 !important;
  border-width: 1px 0 !important;
  border-style: solid !important;
  font-weight: normal !important;
}
.channel-subscribe-button > b > b {
  display: block !important;
  margin: 0 -1px !important;
  padding: 0 !important;
  border-width: 0 1px !important;
  border-style: solid !important;
  border-color: inherit !important;
}
.channel-subscribe-button > b > b > b {
  display: block !important;
  margin: 0 !important;
  padding: 3px 9px 2px !important;
  border: 0 !important;
  background: transparent !important;
  font: bold 12px/15px Arial, Helvetica, sans-serif !important;
  white-space: nowrap !important;
}
.channel-subscribe-button.is-unsubscribed > b {
  border-color: #d70 !important;
  background: linear-gradient(to bottom, #ffbd47 0, #f90 45%, #e98200 100%) !important;
}
.channel-subscribe-button.is-unsubscribed:hover > b {
  border-color: #930 !important;
}
.channel-subscribe-button.is-unsubscribed > b > b > b {
  color: #fff !important;
}
.channel-subscribe-button.is-subscribed > b {
  border-color: #aaa !important;
  background: linear-gradient(to bottom, #fff 0, #eee 50%, #d7d7d7 100%) !important;
}
.channel-subscribe-button.is-subscribed:hover > b {
  border-color: #666 !important;
}
.channel-subscribe-button.is-subscribed > b > b > b {
  color: #222 !important;
}
.channel-profile-award span {
  color: inherit;
  font: inherit;
}

body.channel-profile-theme .channel-widget-playlists .profile-playlist-stack-top,
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-top {
  background-image: none !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-stack-top img,
body.channel-profile-theme .channel-widget-playlists .channel-playlist-stack-top img {
  visibility: hidden !important;
}

.category-index-page .catHeading {
  display: block !important;
}

.member-grid {
  grid-template-columns: repeat(3, 158px) !important;
  justify-content: space-between !important;
  align-items: start !important;
  gap: 20px 0 !important;
}
.member-grid .memberContainer {
  display: block !important;
  width: 158px !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 0 15px !important;
  padding: 6px !important;
  align-self: start !important;
}
.member-grid .memberBoxTop {
  display: block !important;
  height: 54px !important;
  min-height: 54px !important;
}
.member-grid .memberAvatar {
  float: left !important;
  width: 45px !important;
  height: 45px !important;
  margin: 0 5px 0 0 !important;
}
.member-grid .memberBoxInfoContainer {
  display: block !important;
  margin-left: 50px !important;
}
.member-grid .memberRecent {
  display: block !important;
  margin-top: 0 !important;
}
.member-grid .recent-title {
  min-height: 0 !important;
  max-height: 28px !important;
}

.quick-add.is-added,
[data-quicklist-add].is-added {
  background: transparent !important;
}
.quick-add.is-added img,
[data-quicklist-add].is-added img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  filter: drop-shadow(0 0 1px rgba(0,0,0,.85)) drop-shadow(0 0 1px rgba(255,255,255,.45));
}

#account-content .channel-edit-layout {
  display: table !important;
  table-layout: fixed;
  width: 805px !important;
  border-collapse: collapse;
  border-spacing: 0;
}
#account-content .channel-edit-nav {
  display: table-cell !important;
  width: 138px !important;
  padding: 3px 0 0 !important;
  vertical-align: top;
}
#account-content .channel-edit-nav ul {
  width: 138px;
  margin: 0;
  padding: 0;
}
#account-content .channel-edit-nav li {
  width: 138px;
  margin: 0;
  padding: 0;
}
#account-content .channel-edit-nav li.is-current {
  background: #ccc;
}
#account-content .channel-edit-nav li.is-current a {
  position: static;
  z-index: auto;
  width: auto;
  margin: 0 !important;
  padding: 3px 4px !important;
  background: transparent !important;
}
#account-content .channel-edit-panel {
  display: table-cell !important;
  width: 667px !important;
  min-width: 0;
  padding: 0 !important;
  border: 3px solid #ccc;
  background: #fff !important;
  vertical-align: top;
}
#account-content .channel-edit-sheet {
  box-sizing: border-box;
  width: 100%;
}

body.channel-profile-theme .channel-featured-player-wrap.home-player-wrap .player-flash-shell-watch,
body.channel-profile-theme .channel-featured-player-wrap.home-player-wrap .player-ruffle-host,
body.channel-profile-theme .channel-featured-player-wrap.home-player-wrap ruffle-player {
  width: 425px !important;
  height: 350px !important;
  max-width: 425px !important;
}
body.channel-profile-theme .channel-vlog-layout {
  grid-template-columns: 425px minmax(0, 1fr) !important;
}
body.channel-profile-theme .channel-vlog-player,
body.channel-profile-theme .channel-vlog-player .player-flash-shell-watch,
body.channel-profile-theme .channel-vlog-player .player-ruffle-host,
body.channel-profile-theme .channel-vlog-player ruffle-player {
  width: 425px !important;
  height: 350px !important;
  max-width: 425px !important;
  background: #000 !important;
}

.vimg.default-media-thumb {
  box-sizing: content-box;
  padding: 0;
  border: 1px solid #999;
  background: #eee;
  object-fit: cover;
}
.videoIconWrapperInner .vimg.default-media-thumb,
.home-promoted-thumb .vimg.default-media-thumb,
.home-video-thumb > a .vimg.default-media-thumb {
  padding: 0;
  border: 0;
}
.home-mobile-item {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.home-mobile-item img {
  flex: 0 0 30px;
  border: 0;
}

body.home-page .home-subscriptions {
  position: relative !important;
  box-sizing: border-box !important;
  width: 545px !important;
  min-height: 135px !important;
  margin: 7px 0 21px !important;
  padding: 3px 9px 7px !important;
  border-top: 0 !important;
  border-right: 1px solid #e4e4e4 !important;
  border-bottom: 0 !important;
  border-left: 1px solid #e4e4e4 !important;
  border-radius: 0 !important;
  background: #eee !important;
  overflow: visible !important;
}
body.home-page .home-subscriptions::before,
body.home-page .home-subscriptions::after {
  position: absolute;
  left: -1px;
  z-index: 1;
  width: calc(100% + 2px);
  height: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 7px;
  content: "";
  pointer-events: none;
}
body.home-page .home-subscriptions::before {
  top: -7px;
  background-image: url('/assets/legacy/pic_subsbox_top_555x7.png');
}
body.home-page .home-subscriptions::after {
  bottom: -7px;
  background-image: url('/assets/legacy/pic_subsbox_bot_555x7.png');
}
body.home-page .home-subscriptions-head {
  position: relative !important;
  z-index: 2 !important;
  height: 20px !important;
  margin: 0 !important;
  padding: 0 0 2px !important;
  color: #111 !important;
  font: 13px/20px Arial, Helvetica, sans-serif !important;
}
body.home-page .home-subscriptions-head b {
  font-size: 13px !important;
}
body.home-page .home-subscriptions-rail {
  position: relative !important;
  z-index: 2 !important;
  width: 525px !important;
  height: 106px !important;
}
body.home-page .home-subscriptions-viewport,
body.home-page .home-subscriptions-grid {
  width: 489px !important;
}
body.home-page .home-subscription-item {
  width: 120px !important;
  margin: 0 1px !important;
  padding: 1px !important;
}
body.home-page .home-subscription-thumb {
  width: 120px !important;
  height: 66px !important;
}
body.home-page .home-subscription-thumb .vimg120 {
  box-sizing: content-box !important;
  width: 80px !important;
  height: 60px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 3px solid #ddd !important;
  background: #fff !important;
  object-fit: cover !important;
}

body.channel-profile-theme .channel-vlog-layout {
  grid-template-columns: 300px minmax(0, 1fr) !important;
}
body.channel-profile-theme .channel-vlog-player,
body.channel-profile-theme .channel-vlog-player .player-flash-shell-home,
body.channel-profile-theme .channel-vlog-player .player-ruffle-host,
body.channel-profile-theme .channel-vlog-player ruffle-player {
  width: 300px !important;
  height: 247px !important;
  max-width: 300px !important;
  background: transparent !important;
}

.video-grid.browse-grid{ justify-content: space-between; }
.video-grid.browse-grid .browse-video-entry{ width: 120px; }
.video-grid.browse-grid .browse-thumb-container{
  width: 100px;
  min-height: 65px;
  margin-bottom: 5px;
}
.video-grid.browse-grid .browse-vstill{
  display: block;
  width: 100px;
  height: 65px;
}
.video-grid.browse-grid .browse-vstill .vimg94.default-media-thumb{
  display: block;
  width: 94px;
  height: 59px;
  padding: 0;
  border: 3px double #999;
  background: #fff;
  object-fit: cover;
  box-sizing: content-box;
}
.video-grid.browse-grid .browse-thumb-container .quick-add{
  left: 1px;
  bottom: 1px;
}

body.channel-profile-theme .channel-widget-playlists .profile-playlists-body {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 7px 9px 5px !important;
  overflow: visible !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-entry {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 0 6px !important;
  border: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-row {
  display: grid !important;
  grid-template-columns: 104px minmax(0, 1fr) 68px !important;
  gap: 10px !important;
  align-items: start !important;
  width: 100% !important;
  min-height: 65px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb-space {
  position: relative !important;
  display: block !important;
  width: 100px !important;
  height: 65px !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb-space::before,
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb-space::after {
  content: "" !important;
  position: absolute !important;
  box-sizing: border-box !important;
  width: 100px !important;
  height: 65px !important;
  border: 1px solid #aaa !important;
  background: #fff !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb-space::before {
  top: 4px !important;
  left: 6px !important;
  z-index: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb-space::after {
  top: 2px !important;
  left: 3px !important;
  z-index: 1 !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb-link {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 100px !important;
  height: 65px !important;
  margin: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb {
  display: block !important;
  box-sizing: content-box !important;
  width: 94px !important;
  height: 59px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 3px double #999 !important;
  background: #fff !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb img {
  display: block !important;
  box-sizing: border-box !important;
  width: 94px !important;
  height: 59px !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-copy {
  min-width: 0 !important;
  padding: 1px 0 0 !important;
  vertical-align: top !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-title {
  margin: 0 !important;
  padding: 0 !important;
  font: bold 16px/19px Arial, Helvetica, sans-serif !important;
  white-space: normal !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-title a {
  font: inherit !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-title span {
  color: inherit !important;
  font: bold 12px/19px Arial, Helvetica, sans-serif !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-description {
  margin: 1px 0 0 !important;
  padding: 0 !important;
  font: 12px/15px Arial, Helvetica, sans-serif !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-actions {
  display: block !important;
  width: 68px !important;
  min-width: 68px !important;
  padding: 1px 0 0 !important;
  text-align: right !important;
  white-space: nowrap !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-actions a {
  display: block !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  font: bold 12px/15px Arial, Helvetica, sans-serif !important;
  text-align: right !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-footer {
  display: block !important;
  clear: both !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 1px 0 0 !important;
  font: 12px/15px Arial, Helvetica, sans-serif !important;
  text-align: right !important;
}
body.home-page #home-video-list-content .home-ql-icon {
  left: 4px !important;
  bottom: 4px !important;
}
.video-grid.browse-grid .browse-thumb-container .quick-add {
  left: 4px !important;
  bottom: 4px !important;
}

.avatar80x60 {
  width: 80px !important;
  height: 60px !important;
}

body.channel-profile-theme .channel-widget-playlists .profile-playlists-body {
  padding: 10px 12px 7px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-entry {
  padding-bottom: 10px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-row {
  grid-template-columns: 170px minmax(0, 1fr) 84px !important;
  gap: 14px !important;
  min-height: 126px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb-space {
  width: 166px !important;
  height: 126px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb-space::before,
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb-space::after {
  width: 166px !important;
  height: 126px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb-space::before {
  top: 6px !important;
  left: 8px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb-space::after {
  top: 3px !important;
  left: 4px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb-link {
  width: 166px !important;
  height: 126px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb {
  width: 160px !important;
  height: 120px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb img {
  width: 160px !important;
  height: 120px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-copy {
  padding-top: 2px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-title {
  font-size: 18px !important;
  line-height: 22px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-title span {
  font-size: 13px !important;
  line-height: 22px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-description {
  margin-top: 3px !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-actions {
  width: 84px !important;
  min-width: 84px !important;
  padding-top: 8px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-actions a {
  margin-bottom: 12px !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-footer {
  padding-top: 3px !important;
  font-size: 13px !important;
  line-height: 17px !important;
}

body.channel-profile-theme .channel-widget-subscribers .channel-box-body,
body.channel-profile-theme .channel-widget-friends .channel-box-body {
  min-height: 121px !important;
  padding: 10px 16px !important;
  overflow: hidden !important;
}
body.channel-profile-theme .legacy-people-scroller {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) 18px !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 121px !important;
  width: 100% !important;
}
body.channel-profile-theme .legacy-people-scroller .channel-scroller-button {
  display: block !important;
  width: 18px !important;
  height: 106px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
}
body.channel-profile-theme .legacy-people-scroller .channel-scroller-button img {
  display: block !important;
  width: 18px !important;
  height: 106px !important;
  border: 0 !important;
}
body.channel-profile-theme .legacy-people-scroller .channel-scroller-button:disabled {
  visibility: visible !important;
  opacity: .45 !important;
  cursor: default !important;
}
body.channel-profile-theme .legacy-people-scroller .channel-people-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: start !important;
  gap: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
}
body.channel-profile-theme .legacy-people-scroller .channel-person {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 2px 3px 0 !important;
  font: 11px/14px Arial, Helvetica, sans-serif !important;
  text-align: center !important;
}
body.channel-profile-theme .legacy-people-scroller .channel-person[hidden] {
  display: none !important;
}
body.channel-profile-theme .legacy-people-scroller .channel-person-avatar-link {
  display: block !important;
  width: 86px !important;
  height: 66px !important;
  margin: 0 auto 3px !important;
}
body.channel-profile-theme .legacy-people-scroller .avatar80x60 {
  display: block !important;
  box-sizing: content-box !important;
  width: 80px !important;
  height: 60px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 3px solid #ddd !important;
  background: #fff !important;
  object-fit: cover !important;
}
body.channel-profile-theme .legacy-people-scroller .channel-person-name {
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
body.channel-profile-theme .channel-box-count-link {
  color: inherit !important;
  font: inherit !important;
  text-decoration: underline !important;
}

.channel-profile-awards {
  display: flex !important;
  align-items: flex-start !important;
  gap: 5px !important;
  margin-top: 5px !important;
  padding-top: 0 !important;
}
.channel-profile-awards > img {
  flex: 0 0 17px !important;
  width: 17px !important;
  height: 24px !important;
  margin: 0 !important;
  border: 0 !important;
}
.channel-profile-award-links {
  min-width: 0 !important;
  font: 10px/12px Arial, Helvetica, sans-serif !important;
}
.channel-profile-award-links a {
  font: inherit !important;
  white-space: nowrap !important;
}

body.home-page #home-video-list-content .home-ql-icon {
  left: 2px !important;
  bottom: 2px !important;
}
.video-grid.browse-grid .browse-thumb-container .quick-add {
  left: 2px !important;
  bottom: 2px !important;
}

#account-content.subscriptions-shell {
  width: 805px !important;
  min-height: 430px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  font: 12px/16px Arial, Helvetica, sans-serif !important;
}
#account-content .subscriptions-intro,
#account-content .subscriptions-layout,
#account-content .subscriptions-feed-head,
#account-content .subscriptions-side {
  display: none !important;
}
#account-content .subscriptions-tabs {
  display: flex !important;
  align-items: flex-end !important;
  gap: 4px !important;
  margin: 14px 0 0 !important;
  padding: 0 0 0 8px !important;
  border-bottom: 1px solid #999 !important;
}
#account-content .subscriptions-tabs a {
  display: block !important;
  margin: 0 0 -1px !important;
  padding: 5px 12px 4px !important;
  border: 1px solid #aaa !important;
  background: linear-gradient(to bottom, #fff 0, #e7e7e7 100%) !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
#account-content .subscriptions-tabs a.selected {
  padding-bottom: 5px !important;
  border-bottom-color: #fff !important;
  background: #fff !important;
  color: #111 !important;
}
#account-content .subscriptions-tab-panel {
  min-height: 330px !important;
  padding: 16px 10px 24px !important;
  border: 1px solid #aaa !important;
  border-top: 0 !important;
  background: #fff !important;
}
#account-content .subscriptions-tab-panel > h2 {
  margin: 0 0 14px !important;
  padding: 0 0 5px !important;
  border-bottom: 1px solid #aaa !important;
  font-size: 18px !important;
}
#account-content .subscriptions-classic-video-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 120px) !important;
  justify-content: space-between !important;
  gap: 24px 0 !important;
}
#account-content .subscriptions-classic-video {
  display: flex !important;
  flex-direction: column !important;
  width: 120px !important;
  min-width: 0 !important;
  font-size: 11px !important;
  line-height: 14px !important;
}
#account-content .subscriptions-classic-thumb,
#account-content .subscriptions-classic-thumb img {
  display: block !important;
  width: 120px !important;
  height: 90px !important;
}
#account-content .subscriptions-classic-title {
  display: block !important;
  margin-top: 4px !important;
  font-weight: bold !important;
  line-height: 14px !important;
}
#account-content .subscriptions-people-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px 24px !important;
}
#account-content .subscriptions-person-card {
  display: grid !important;
  grid-template-columns: 90px minmax(0, 1fr) !important;
  gap: 8px !important;
  align-items: start !important;
  min-height: 96px !important;
  padding: 7px !important;
  border: 1px solid #ccc !important;
  background: #f4f4f4 !important;
}
#account-content .subscriptions-person-avatar,
#account-content .subscriptions-person-avatar .avatar90 {
  display: block !important;
  width: 90px !important;
  height: 90px !important;
}
#account-content .subscriptions-person-copy {
  min-width: 0 !important;
  font-size: 11px !important;
  line-height: 15px !important;
}
#account-content .subscriptions-person-copy > a,
#account-content .subscriptions-person-copy > span {
  display: block !important;
  margin-bottom: 3px !important;
}
#account-content .subscriptions-person-copy form {
  margin-top: 6px !important;
}
#account-content .subscriptions-empty {
  margin: 20px 0 !important;
  padding: 10px !important;
  border: 1px solid #ccc !important;
  background: #f5f5f5 !important;
}

body.channel-profile-theme .channel-bulletin-tv {
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 5px 0 0 !important;
  border: 0 !important;
  vertical-align: middle !important;
}
body.channel-profile-theme .channel-bulletin-copy > a {
  vertical-align: middle !important;
}
body.channel-profile-theme .channel-bulletin-see-all {
  padding: 3px 5px !important;
  border-right: 0 !important;
  border-bottom: 1px dashed rgba(102,102,102,.8) !important;
  text-align: center !important;
}
.bulletin-all-shell {
  width: 875px;
  margin: 0 auto 18px;
  font: 12px/16px Arial, Helvetica, sans-serif;
}
.bulletin-all-head {
  display: flex;
  width: 600px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0;
  padding: 6px 9px;
  box-sizing: border-box;
  background: #777;
  color: #fff;
}
.bulletin-all-head h1 {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
}
.bulletin-all-head a {
  color: #fff;
}
.bulletin-all-box {
  width: 600px;
  margin-bottom: 15px;
}
.bulletin-all-table {
  width: 600px;
  border-collapse: collapse;
  background: #e6e6e6;
  text-align: left;
}
.bulletin-all-table th {
  padding: 2px 5px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  font-weight: bold;
}
.bulletin-all-table th:last-child,
.bulletin-all-table td:last-child {
  border-right: 0;
}
.bulletin-all-table td {
  padding: 5px;
  border-right: 1px solid #666;
  border-bottom: 1px dashed #666;
  vertical-align: top;
}
.bulletin-all-from {
  width: 135px;
  text-align: center;
}
.bulletin-all-from .avatar90 {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 5px;
  border: 1px solid #999;
  object-fit: cover;
}
.bulletin-all-date {
  width: 100px;
  text-align: center;
  vertical-align: middle !important;
}
.bulletin-all-copy {
  min-height: 95px;
}
.bulletin-all-video {
  float: left;
  margin: 0 7px 3px 0;
}
.bulletin-all-video .vimg120 {
  display: block;
}
.bulletin-all-title {
  font-weight: bold;
}
.bulletin-all-body {
  margin-top: 5px;
  overflow-wrap: anywhere;
}
.bulletin-all-copy::after {
  display: block;
  clear: both;
  content: "";
}
.bulletin-all-empty {
  padding: 20px !important;
  text-align: center;
}
.bulletin-all-pages {
  width: 600px;
  text-align: right;
}
.bulletin-all-pages a,
.bulletin-all-pages b {
  margin-left: 8px;
}
#account-content .subscriptions-tabs.history-tabs {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  margin: 14px 0 -1px !important;
  padding: 0 0 0 38px !important;
  border: 0 !important;
  background: transparent !important;
}
#account-content .subscriptions-tabs.history-tabs a {
  display: inline-block !important;
  margin: 0 18px 0 0 !important;
  padding: 5px 10px !important;
  border: 0 !important;
  background: transparent !important;
  color: #03c !important;
  font-size: 14px !important;
  font-weight: bold !important;
  text-decoration: underline !important;
}
#account-content .subscriptions-tabs.history-tabs a.selected {
  border: 1px solid #aaa !important;
  border-bottom: 1px solid #eee !important;
  background: #eee !important;
  color: #111 !important;
  text-decoration: none !important;
}
#account-content .subscriptions-tab-panel.history-panel {
  min-height: 330px !important;
  padding: 18px !important;
  border: 1px solid #aaa !important;
  background: #eee !important;
}
.player-native-flash,
.player-html5-runtime,
.player-html5-runtime video,
.player-ruffle-fallback {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #000;
}
.player-html5-runtime video {
  object-fit: contain;
}
.player-runtime-message {
  display: table-cell;
  width: 425px;
  height: 350px;
  padding: 10px;
  background: #000;
  color: #fff;
  font: 12px Arial, Helvetica, sans-serif;
  text-align: center;
  vertical-align: middle;
}
.player-runtime-message a {
  color: #fff;
}
.player-flash-shell-home .player-runtime-message,
.player-flash-shell-channel .player-runtime-message {
  width: 300px;
  height: 247px;
}
.player-flash-shell-channel-wide .player-runtime-message {
  width: 425px;
  height: 350px;
}
.player-flash-shell-embed .player-runtime-message {
  width: 425px;
  height: 344px;
}
.player-flash-shell-playlist-embed .player-runtime-message {
  width: 530px;
  height: 370px;
}
.player-flash-shell-auxiliary .player-runtime-message {
  width: 550px;
  height: 115px;
  background: #fff;
  color: #666;
}
.player-native-flash-fallback,
.player-native-flash-fallback object,
.player-native-flash-fallback embed {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #000;
}
.player-native-flash-fallback object,
.player-native-flash-fallback embed {
  display: block;
}
.player-flash-shell-auxiliary .player-native-flash-fallback,
.player-flash-shell-auxiliary .player-native-flash-fallback object,
.player-flash-shell-auxiliary .player-native-flash-fallback embed {
  background: transparent;
}

.settings-page{
  width: 760px;
  margin: 0 auto;
}
.settings-panel{
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid #aaa;
  background: #f7f7f7;
}
.settings-panel h2{
  margin: 0 0 7px;
  font-size: 14px;
}
.settings-theme-option,
.settings-ruffle-option{
  display: block;
  margin: 5px 0;
}
.settings-player-heading{
  margin-top: 15px !important;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.settings-warning{
  margin: 5px 0 8px;
  padding: 6px 8px;
  border: 1px solid #d6b253;
  background: #fff7cf;
  color: #333;
}
.settings-player-note{
  margin: 3px 0 9px 20px;
  color: #666;
  font-size: 11px;
}

#account-content .channel-edit-preview-head{
  grid-template-columns: 33px 1fr 86px;
  min-height: 31px;
  padding: 4px 3px 1px;
  border-bottom: 0;
  align-items: start;
}
#account-content .channel-edit-preview-head .channel-edit-preview-logo{
  width: 33px;
  height: 15px;
  margin-top: 0;
}
#account-content .channel-edit-preview-head .channel-edit-preview-nav{
  padding-top: 2px;
  text-align: center;
}
#account-content .channel-edit-preview-head .channel-edit-preview-nav i{
  padding: 0 2px;
  color: #000;
  font-style: normal;
}
#account-content .channel-edit-preview-head .channel-edit-preview-user{
  display: block;
  width: 86px;
  text-align: right;
}
#account-content .channel-edit-preview-head .channel-edit-preview-user > a{
  display: block;
  line-height: 11px;
}
#account-content .channel-edit-preview-head .channel-edit-preview-user img{
  display: block;
  width: 86px;
  height: 11px;
  margin-top: 1px;
}
#account-content .channel-edit-preview-masthead{
  width: 300px;
  height: 5px;
  margin: 0 auto 7px;
  overflow: hidden;
  line-height: 0;
}
#account-content .channel-edit-preview-masthead img{
  display: block;
  width: 300px;
  height: 5px;
}
#account-content .channel-edit-preview-profile-row{
  align-items: flex-start;
}
#account-content .channel-edit-preview-profile-actions{
  display: block;
  width: 40px;
  min-width: 0;
  line-height: 10px;
}
#account-content .channel-edit-preview-profile-actions > img{
  display: block;
  width: auto;
  height: 9px;
  max-width: 42px;
  margin: 0 0 3px;
}
#account-content .channel-edit-preview-profile-actions strong,
#account-content .channel-edit-preview-profile-actions span{
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  font-size: 8px;
  line-height: 10px;
}

#account-content .channel-edit-preview-head{
  background:#fff !important;
}
#account-content .channel-edit-preview-masthead{
  box-sizing:border-box;
  width:300px;
  height:7px;
  margin:0 auto 8px;
  overflow:hidden;
  border-radius:0 0 7px 7px;
  background:#fff;
  line-height:0;
}
#account-content .channel-edit-preview-masthead img{
  display:block;
  width:300px;
  height:5px;
  background:#fff;
}
#account-content .channel-edit-preview-connect-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:2px 4px;
  padding:4px;
}
#account-content .channel-edit-preview-connect-grid a{
  display:flex;
  align-items:center;
  gap:2px;
  min-width:0;
  white-space:nowrap;
}
#account-content .channel-edit-preview-connect-grid img{
  display:block;
  flex:0 0 12px;
}
#account-content .channel-edit-preview-people{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:4px 3px;
  padding:5px;
  text-align:center;
}
#account-content .channel-edit-preview-main .channel-edit-preview-people{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:4px;
}
#account-content .channel-edit-preview-people span,
#account-content .channel-edit-preview-people a{
  display:block;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
#account-content .channel-edit-preview-people img{
  display:block;
  margin:0 auto 1px;
  border:1px solid #777;
}
#account-content .channel-edit-preview-bulletins table{
  width:100%;
  border-collapse:collapse;
  font-size:8px;
  line-height:10px;
}
#account-content .channel-edit-preview-bulletins th,
#account-content .channel-edit-preview-bulletins td{
  padding:1px 2px;
  border:1px solid #777;
  text-align:left;
}
#account-content .channel-edit-preview-playlist{
  padding:4px 6px 5px;
}
#account-content .channel-edit-preview-playlist > div{
  display:flex;
  gap:5px;
  margin:0 0 4px;
  align-items:flex-start;
}
#account-content .channel-edit-preview-playlist > div:last-child{
  margin-bottom:0;
}
#account-content .channel-edit-preview-playlist img{
  display:block;
  flex:0 0 42px;
  border:1px solid #777;
}
#account-content .channel-edit-preview-playlist p{
  margin:0;
}
#account-content .channel-edit-preview-display[hidden]{
  display:none !important;
}
#account-content .channel-edit-preview-compact-row{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:5px;
  padding:5px 7px 6px;
  align-items:center;
}
#account-content .channel-edit-preview-compact-row img{
  display:block;
  width:28px;
  height:21px;
  margin:0 auto;
  border:1px solid #777;
}
#account-content .channel-edit-preview-vlog > p{
  margin:0 5px 5px;
}
#account-content .channel-edit-preview-comment + .channel-edit-preview-comment{
  padding-top:2px;
}
body.channel-profile-theme .channel-widget-subscriptions .channel-box-body,
body.channel-profile-theme .channel-widget-subscribers .channel-box-body,
body.channel-profile-theme .channel-widget-friends .channel-box-body{
  min-height:121px !important;
  padding:10px 16px !important;
  overflow:hidden !important;
}
body.channel-profile-theme .legacy-people-scroller.is-sidebar{
  grid-template-columns:18px minmax(0,1fr) 18px !important;
  gap:4px !important;
}
body.channel-profile-theme .legacy-people-scroller.is-sidebar .channel-people-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}
body.channel-profile-theme .legacy-people-scroller.is-sidebar .channel-person-avatar-link{
  width:66px !important;
  height:51px !important;
}
body.channel-profile-theme .legacy-people-scroller.is-sidebar .avatar80x60{
  width:60px !important;
  height:45px !important;
}
body.channel-profile-theme .legacy-people-scroller.is-main .channel-people-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}
body.channel-profile-theme .channel-left-cell .channel-section{
  width:auto !important;
  margin-bottom:15px !important;
}
body.channel-profile-theme .channel-left-cell .channel-section-body{
  box-sizing:border-box;
  overflow:hidden;
}
body.channel-profile-theme .channel-left-cell .channel-profile-comments-list{
  padding:4px 6px;
}
.channel-favorite-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px 12px;
  padding:8px;
}
.channel-favorite-grid article{
  min-width:0;
  text-align:center;
  font-size:10px;
  line-height:12px;
}
.channel-favorite-grid article > a{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.channel-favorite-grid .vimg80{
  display:block;
  width:80px;
  height:60px;
  margin:0 auto 3px;
}
.channel-carousel-fading{
  opacity:.25;
  filter:alpha(opacity=25);
}

body.channel-profile-theme .channel-widget-placement-sidebar .channel-box-body{
  min-height:224px !important;
}
body.channel-profile-theme .legacy-people-scroller.is-sidebar{
  min-height:204px !important;
  align-items:stretch !important;
}
body.channel-profile-theme .legacy-people-scroller.is-sidebar .channel-people-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  grid-template-rows:repeat(2,minmax(82px,auto)) !important;
  align-content:start !important;
  row-gap:10px !important;
}
body.channel-profile-theme .legacy-people-scroller .channel-scroller-button:disabled{
  visibility:visible !important;
  opacity:1 !important;
  cursor:pointer !important;
}
body.channel-profile-theme .channel-widget-placement-sidebar .channel-box-body{
  min-height:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}
body.channel-profile-theme .channel-people-static-table{
  width:100% !important;
  table-layout:fixed !important;
  border-collapse:collapse !important;
}
body.channel-profile-theme .channel-people-static-table td{
  width:50% !important;
  padding:14px 7px 8px !important;
  border:0 !important;
  vertical-align:top !important;
  text-align:center !important;
}
body.channel-profile-theme .channel-people-static-table .channel-person{
  display:block !important;
  min-width:0 !important;
  padding:0 !important;
  text-align:center !important;
  font-size:11px !important;
  line-height:14px !important;
}
body.channel-profile-theme .channel-people-static-table .channel-person-avatar-link{
  display:block !important;
  width:92% !important;
  height:auto !important;
  margin:0 auto 4px !important;
}
body.channel-profile-theme .channel-people-static-table .avatar80x60{
  display:block !important;
  box-sizing:border-box !important;
  width:100% !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  border:3px solid #ddd !important;
  background:#fff !important;
  object-fit:cover !important;
}
body.channel-profile-theme .channel-people-static-table .channel-person-name{
  display:block !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}
body.channel-profile-theme .channel-people-see-all{
  padding:6px 8px 12px !important;
  text-align:center !important;
  font-size:12px !important;
  line-height:16px !important;
}
body.channel-profile-theme .channel-comments-placement-sidebar{
  width:100% !important;
  margin-bottom:15px !important;
  overflow:hidden !important;
}
body.channel-profile-theme .channel-comments-placement-sidebar .channel-section-title{
  box-sizing:border-box !important;
  width:100% !important;
  min-height:26px !important;
  padding:5px 8px 4px !important;
  overflow:hidden !important;
}
body.channel-profile-theme .channel-comments-placement-sidebar .channel-section-title span{
  float:right !important;
  font-size:11px !important;
  line-height:16px !important;
}
body.channel-profile-theme .channel-comments-placement-sidebar .channel-section-body{
  box-sizing:border-box !important;
  width:100% !important;
  padding:0 8px 8px !important;
  overflow:hidden !important;
}
body.channel-profile-theme .channel-comments-placement-sidebar .channel-profile-comment{
  box-sizing:border-box !important;
  width:100% !important;
  min-height:56px !important;
  padding:7px 0 !important;
  overflow:hidden !important;
}
body.channel-profile-theme .channel-comments-placement-sidebar .channel-profile-comment-avatar{
  float:left !important;
  width:49px !important;
  margin:0 7px 0 0 !important;
}
body.channel-profile-theme .channel-comments-placement-sidebar .channel-profile-comment-copy{
  min-width:0 !important;
  min-height:45px !important;
  overflow:hidden !important;
  overflow-wrap:anywhere !important;
}
body.channel-profile-theme .channel-comments-placement-sidebar .channel-comments-empty{
  box-sizing:border-box !important;
  width:100% !important;
  min-height:104px !important;
  padding:38px 8px 12px !important;
  text-align:center !important;
  overflow:hidden !important;
}
body.channel-profile-theme .channel-profile-comment-video{
  display:block !important;
  margin-top:4px !important;
  line-height:20px !important;
  white-space:nowrap !important;
  overflow:hidden !important;
}
body.channel-profile-theme .channel-profile-comment-video img{
  width:20px !important;
  height:20px !important;
  margin:0 !important;
  border:0 !important;
  vertical-align:middle !important;
}
body.channel-profile-theme .channel-profile-comment-video a{
  display:inline-block !important;
  max-width:calc(100% - 28px) !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
  vertical-align:middle !important;
}
.channel-comment-page-attach select{
  width:420px;
  max-width:100%;
}

.upload-broadcast-row{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:8px 12px;
  align-items:start;
  text-align:left;
}
.upload-broadcast-row>b{
  text-align:right;
}
.upload-broadcast-row label{
  display:block;
  margin:0 0 7px;
}
.upload-step-two-wrap{
  width:875px;
  max-width:100%;
  margin:0;
}
.upload-swf-panel{
  position:relative;
  min-height:190px;
  padding:22px 20px 14px 78px;
  border-radius:8px;
  background:#dde6f7;
  box-sizing:border-box;
}
.upload-swf-file-label{
  position:absolute;
  top:25px;
  left:20px;
  color:#80749f;
  font-size:27px;
}
.upload-swf-holder{
  width:775px;
  height:148px;
  overflow:hidden;
}
.upload-swf-holder .player-flash-shell,
.upload-swf-holder .player-ruffle-host,
.upload-swf-holder .player-native-flash-fallback{
  width:775px !important;
  height:148px !important;
  margin:0 !important;
  background:transparent !important;
}
.upload-swf-holder .player-ruffle-host ruffle-player,
.upload-swf-holder .player-ruffle-host ruffle-object,
.upload-swf-holder .player-ruffle-host ruffle-embed{
  width:775px !important;
  height:148px !important;
  background:transparent !important;
}
.upload-broadcast-row{
  display:block;
}
.upload-broadcast-row>b{
  display:inline-block;
  width:120px;
  margin-right:8px;
  text-align:right;
  vertical-align:top;
}
.upload-broadcast-row label{
  display:block;
  margin:0 0 7px 132px;
}
.upload-broadcast-row>b+label{
  margin-top:-20px;
}

.channel-widget-favorites .channel-section-body{
  display:block !important;
}
.channel-widget-favorites .channel-home-video-grid,
.channel-widget-favorites .channel-scroller{
  width:100%;
}
.upload-step-two-wrap{
  width:875px !important;
  max-width:100% !important;
  margin:0 !important;
  box-sizing:border-box;
}
.upload-swf-panel{
  width:875px;
  max-width:100%;
}
.upload-swf-holder{
  position:relative;
  width:775px;
  max-width:100%;
  height:148px;
}
.upload-native-swf{
  position:absolute;
  inset:0;
  z-index:1;
}
.upload-browser-uploader{
  position:absolute;
  inset:0;
  z-index:2;
  box-sizing:border-box;
  padding:14px 14px 10px;
  border-radius:12px;
  background:#ccc;
  color:#111;
  font-size:14px;
  text-align:left;
}
.upload-browser-status{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin:0 0 18px;
  padding:0 3px;
  font-size:15px;
}
.upload-browser-progress{
  position:relative;
  height:30px;
  overflow:hidden;
  border:2px solid #777;
  background:#eee;
  box-sizing:border-box;
}
.upload-browser-progress>div{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:0;
  background:#f00;
}
.upload-browser-progress>span{
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-shadow:0 1px #555;
  font-size:14px;
  white-space:nowrap;
}
.upload-browser-button{
  display:inline-block;
  position:relative;
  margin-top:12px;
  padding:3px 14px;
  border:1px solid #777;
  border-radius:3px;
  background:linear-gradient(#fff,#ddd);
  cursor:pointer;
  font-size:13px;
}
.upload-browser-button input{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:0;
  cursor:pointer;
}

.upload-step-two-wrap{
  width:875px !important;
  max-width:100% !important;
  margin:0 !important;
  box-sizing:border-box;
}
.upload-swf-panel{
  width:775px !important;
  max-width:100% !important;
  min-height:148px !important;
  margin:0 auto !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-sizing:border-box;
}
.upload-swf-holder{
  position:relative;
  width:775px !important;
  max-width:100% !important;
  height:148px !important;
  overflow:hidden;
}
.upload-native-swf{
  position:absolute;
  inset:0;
  z-index:1;
  width:775px;
  height:148px;
}
.upload-swf-holder .player-flash-shell,
.upload-swf-holder .player-ruffle-host,
.upload-swf-holder .player-native-flash-fallback,
.upload-swf-holder ruffle-player,
.upload-swf-holder ruffle-object,
.upload-swf-holder ruffle-embed{
  width:775px !important;
  height:148px !important;
  margin:0 !important;
  background:transparent !important;
}
.upload-upload-submit{
  margin:18px 0 0;
  text-align:center;
}
.upload-copyright-warning{
  width:875px;
  max-width:100%;
  margin:28px 0 0;
  padding:22px 29px 19px;
  border:1px solid #efd56e;
  border-radius:8px;
  background:#fff1a9;
  box-sizing:border-box;
  color:#554719;
  font-size:12px;
  line-height:17px;
}
.upload-copyright-warning p{ margin:0 0 14px; }
.upload-copyright-warning p:last-child{ margin-bottom:0; }
.upload-copyright-warning strong{ color:#493c12; font-size:13px; }

.upload-complete-page{ min-height:610px; }
.upload-complete-heading{
  margin-bottom:0;
  padding-bottom:9px;
  border-bottom:1px solid #ddd;
  font-size:25px;
  line-height:30px;
}
.upload-complete-content{
  width:760px;
  max-width:100%;
  margin:0 auto;
  padding:67px 0 0;
}
.upload-complete-thanks h1,
.upload-complete-embed h2{
  margin:0 0 7px;
  font-size:22px;
  line-height:27px;
}
.upload-complete-thanks p,
.upload-complete-embed p{
  margin:0;
  font-size:15px;
  line-height:20px;
}
.upload-complete-embed{ margin-top:76px; }
.upload-complete-embed textarea{
  display:block;
  width:610px;
  max-width:100%;
  height:143px;
  margin-top:22px;
  padding:5px;
  border:1px solid #aaa;
  background:#f5f5ef;
  color:#111;
  font:12px Arial,Helvetica,sans-serif;
  line-height:17px;
  resize:none;
  box-sizing:border-box;
}
.upload-complete-actions{
  display:flex;
  gap:38px;
  margin-top:76px;
}

body.videos-manager-page .videos-manager-shell{
  position:relative;
  width:875px;
  max-width:875px;
  margin:0;
  padding:0;
  color:#111;
  font:11px Arial,Helvetica,sans-serif;
}
body.videos-manager-page .videos-manager-shell h1{
  width:875px;
  margin:0 0 8px;
  padding:0 0 5px;
  border-bottom:1px solid #ccc;
  font-size:24px;
  line-height:29px;
}
body.videos-manager-page .videos-manager-shell h1 a{
  font-weight:normal;
}
body.videos-manager-page .videos-manager-shell h1 span{
  margin:0 8px;
  color:#777;
  font-weight:normal;
}
body.videos-manager-page .videos-manager-links{
  top:7px;
  right:0;
  font-size:11px;
  line-height:16px;
  white-space:nowrap;
}
body.videos-manager-page .videos-manager-message{
  width:875px;
  margin:0 0 8px;
}
body.videos-manager-page .videos-manager-layout{
  display:grid;
  grid-template-columns:160px 715px;
  width:875px;
  gap:0;
  align-items:start;
}
body.videos-manager-page .videos-manager-nav{
  width:160px;
  padding:0;
}
body.videos-manager-page .videos-manager-nav>a{
  display:block;
  width:160px;
  min-height:0;
  margin:0;
  padding:5px 8px;
  color:#03c;
  font-size:12px;
  font-weight:bold;
  line-height:16px;
  text-decoration:underline;
}
body.videos-manager-page .videos-manager-nav>a.selected{
  position:static;
  width:160px;
  min-height:29px;
  margin:0;
  padding:7px 8px 6px;
  background:#ccc;
  color:#111;
  text-decoration:none;
  z-index:auto;
}
body.videos-manager-page .videos-manager-nav-buttons{
  margin:27px 0 0 8px;
}
body.videos-manager-page .videos-manager-nav-buttons input[type="button"]{
  display:block;
  width:142px;
  margin:0 0 8px;
}
body.videos-manager-page .videos-manager-content{
  width:715px;
  min-width:715px;
  margin:0;
  padding:0;
  background:#fff;
}
body.videos-manager-page .videos-manager-content form{
  margin:0;
  padding:0;
}
body.videos-manager-page .videos-manager-toolbar{
  display:flex;
  width:715px;
  min-height:31px;
  margin:0;
  padding:4px 8px;
  align-items:center;
  background:#ccc;
  color:#111;
  font-size:12px;
  line-height:21px;
}
body.videos-manager-page .videos-manager-toolbar label{
  display:inline-flex;
  margin:0 5px 0 0;
  gap:5px;
  align-items:center;
  white-space:nowrap;
}
body.videos-manager-page .videos-manager-toolbar select{
  width:145px;
  height:22px;
  margin:0;
  padding:1px 3px;
}
body.videos-manager-page .videos-manager-toolbar input[type="button"]{
  margin:0 4px 0 0;
}
body.videos-manager-page .videos-manager-toolbar-gap{
  display:inline-block;
  width:8px;
}
body.videos-manager-page .videos-manager-list{
  width:715px;
  margin:0;
  border-right:5px solid #ccc;
  border-left:5px solid #ccc;
  background:#fff;
}
body.videos-manager-page .videos-manager-item{
  display:grid;
  grid-template-columns:21px 125px minmax(0,1fr) 145px;
  gap:7px;
  width:705px;
  min-height:177px;
  margin:0;
  padding:8px 8px 10px;
  align-items:start;
  border-bottom:1px dashed #999;
  background:#fff;
}
body.videos-manager-page .videos-manager-item:last-child{
  border-bottom:0;
}
body.videos-manager-page .videos-manager-item>input[type="checkbox"]{
  margin:5px 0 0;
}
body.videos-manager-page .videos-manager-thumbnail,
body.videos-manager-page .videos-manager-thumbnail>a,
body.videos-manager-page .videos-manager-thumbnail .vimg120{
  display:block;
  width:120px;
}
body.videos-manager-page .videos-manager-thumbnail .vimg120{
  height:90px;
}
body.videos-manager-page .videos-manager-copy{
  min-width:0;
  color:#111;
  font-size:11px;
  line-height:14px;
  overflow-wrap:anywhere;
}
body.videos-manager-page .videos-manager-title{
  font-size:13px;
  line-height:16px;
}
body.videos-manager-page .videos-manager-url{
  display:block;
  margin-top:1px;
  white-space:nowrap;
}
body.videos-manager-page .videos-manager-url input[readonly]{
  width:235px;
  height:20px;
  margin-left:2px;
  padding:1px 3px;
  vertical-align:middle;
}
body.videos-manager-page .videos-manager-actions{
  display:block;
  width:145px;
  padding-top:0;
}
body.videos-manager-page .videos-manager-actions input[type="button"]{
  display:block;
  width:145px;
  margin:0 0 8px;
}
body.videos-manager-page .videos-manager-toolbar-bottom{
  margin:0;
}
body.videos-manager-page .videos-manager-empty{
  width:715px;
  min-height:145px;
  margin:0;
  padding:30px 15px;
  border-right:5px solid #ccc;
  border-left:5px solid #ccc;
  background:#fff;
}

body.upload-body .upload-page{
  width:875px;
  margin-top:6px;
  font:12px Arial,Helvetica,sans-serif;
}
body.upload-body .upload-step2-heading-row{
  position:relative;
  width:875px;
  min-height:29px;
  margin:0 0 10px;
}
body.upload-body .upload-step2-heading-row .upload-heading{
  width:auto;
  margin:0;
  padding:0;
  border:0;
  font-size:19px;
  line-height:24px;
}
body.upload-body .upload-step2-heading-row .upload-heading span{
  color:#999;
  font-size:16px;
}
body.upload-body .upload-account-links{
  position:absolute;
  top:2px;
  right:0;
  font-size:11px;
  white-space:nowrap;
}
body.upload-body .upload-step-two-wrap{
  width:875px !important;
  margin:0 !important;
}
body.upload-body .upload-step-two-left{
  width:530px;
}
body.upload-body .upload-curve-box{
  width:530px;
  margin:0 0 15px;
  color:#111;
}
body.upload-body .upload-curve-cap{
  display:block;
  width:530px;
  height:6px;
  margin:0;
  padding:0;
  border:0;
}
body.upload-body .upload-blue-body{
  width:530px;
  background:#dde6f7;
  box-sizing:border-box;
}
body.upload-body .upload-file-body{
  display:grid;
  grid-template-columns:55px 1fr;
  min-height:124px;
  padding:5px 10px 6px 0;
}
body.upload-body .upload-file-label{
  padding-top:3px;
  color:#817aa2;
  font-size:16px;
  text-align:right;
}
body.upload-body .upload-uploader-area{
  min-width:0;
  padding-left:7px;
}
body.upload-body .upload-original-flash,
body.upload-body .upload-original-flash .player-flash-shell,
body.upload-body .upload-original-flash object,
body.upload-body .upload-original-flash embed{
  display:block;
  width:470px !important;
  height:90px !important;
  margin:0 !important;
  background:transparent !important;
}
body.upload-body .upload-original-flash[hidden],
body.upload-body .upload-basic-uploader[hidden]{
  display:none !important;
}
body.upload-body .upload-basic-uploader{
  width:450px;
  min-height:90px;
  font-size:12px;
}
body.upload-body .upload-basic-file-row{
  height:90px;
}
body.upload-body .upload-basic-file-row input[type="file"]{
  width:auto;
  max-width:440px;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  font:inherit;
}
body.upload-body .upload-trouble{
  margin-top:0;
  color:#111;
  font-size:12px;
}
body.upload-body .upload-status-table{
  width:430px;
  border-collapse:collapse;
  border-radius:8px;
  background:#ccc;
  font-size:12px;
}
body.upload-body .upload-status-table[hidden]{
  display:none;
}
body.upload-body .upload-status-table td{
  padding:15px;
}
body.upload-body .upload-status-table tr:first-child td:first-child{
  text-align:left;
}
body.upload-body .upload-status-table tr:first-child td:last-child{
  font-size:13px;
  text-align:right;
}
body.upload-body .upload-status-table .upload-progress-cell{
  padding-top:6px;
  padding-left:8px;
}
body.upload-body .upload-progress-track{
  position:relative;
  width:100%;
  height:19px;
  box-sizing:border-box;
}
body.upload-body .upload-progress-track #progressBar{
  height:100%;
  width:0;
  border:2px solid #666;
  background:#f00;
  box-sizing:border-box;
}
body.upload-body .upload-progress-track #progressText{
  position:absolute;
  top:0;
  left:0;
  display:flex;
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:12px;
  pointer-events:none;
}
body.upload-body .upload-broadcast-body{
  display:grid;
  grid-template-columns:120px 1fr;
  min-height:149px;
  padding:5px 4px 8px;
}
body.upload-body .upload-broadcast-label{
  padding-top:4px;
  color:#817aa2;
  font-size:16px;
  text-align:right;
}
body.upload-body .upload-broadcast-options{
  padding-left:8px;
  font-size:12px;
  line-height:19px;
}
body.upload-body .upload-broadcast-options>label,
body.upload-body .upload-contact-list label{
  display:block;
  margin:0;
}
body.upload-body .upload-broadcast-options input{
  margin:0 4px 0 0;
  vertical-align:-2px;
}
body.upload-body .upload-contact-list{
  margin:5px 0 0 24px;
}
body.upload-body .upload-contact-list label{
  line-height:20px;
}
body.upload-body .upload-contact-list input[disabled]{
  opacity:1;
}
body.upload-body .upload-yellow-body{
  width:530px;
  min-height:124px;
  padding:8px 25px 8px 28px;
  background:#ffe89d;
  box-sizing:border-box;
  color:#91683a;
  font-size:13px;
  line-height:17px;
}
body.upload-body .upload-yellow-body strong{
  color:#91683a;
}
body.upload-body .upload-upload-submit{
  width:530px;
  margin:0;
  text-align:center;
}
body.upload-body .upload-inline-error,
body.upload-body .upload-inline-info{
  width:530px;
}
@media (max-width:900px){
  body.upload-body .upload-page,
  body.upload-body .upload-step2-heading-row,
  body.upload-body .upload-step-two-wrap{
    width:100% !important;
  }
  body.upload-body .upload-account-links{
    position:static;
    margin-top:5px;
    white-space:normal;
  }
  body.upload-body .upload-step-two-left,
  body.upload-body .upload-curve-box,
  body.upload-body .upload-blue-body,
  body.upload-body .upload-yellow-body,
  body.upload-body .upload-upload-submit,
  body.upload-body .upload-curve-cap{
    max-width:100%;
  }
}

body.upload-body .upload-basic-form{
  width:530px;
  margin:0;
}
body.upload-body .upload-basic-uploader-direct .upload-basic-file-row{
  height:90px;
}
body.upload-body .upload-file-body{
  min-height:124px;
}

.video-grid.browse-grid{
  grid-template-columns:repeat(4,120px) !important;
  justify-content:start !important;
  column-gap:12px !important;
  row-gap:16px !important;
  width:545px !important;
}
.video-grid.browse-grid .browse-video-entry{
  width:120px !important;
  margin:0 0 8px !important;
}
.video-grid.browse-grid .browse-thumb-container{
  width:120px !important;
  height:90px !important;
  min-height:90px !important;
  margin:0 0 4px !important;
  padding:0 !important;
}
.video-grid.browse-grid .browse-vstill{
  display:block !important;
  width:120px !important;
  height:90px !important;
  margin:0 !important;
  padding:0 !important;
}
.video-grid.browse-grid .browse-vstill .vimg,
.video-grid.browse-grid .browse-vstill .vimg120,
.video-grid.browse-grid .browse-vstill .default-media-thumb{
  display:block !important;
  box-sizing:border-box !important;
  width:120px !important;
  height:90px !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:#eee !important;
  object-fit:cover !important;
}
.video-grid.browse-grid .browse-thumb-container .quick-add{
  left:1px !important;
  bottom:1px !important;
}

body.upload-body .upload-basic-uploader{
  position:relative !important;
  height:90px !important;
  min-height:90px !important;
  overflow:hidden !important;
}
body.upload-body .upload-basic-file-row{
  height:90px !important;
  min-height:90px !important;
}
body.upload-body .upload-status-table{
  width:430px !important;
  height:90px !important;
  min-height:90px !important;
  max-height:90px !important;
  margin:0 !important;
  table-layout:fixed !important;
  box-sizing:border-box !important;
}
body.upload-body .upload-status-table td{
  padding:8px 15px !important;
}
body.upload-body .upload-status-table tr:first-child{
  height:38px !important;
}
body.upload-body .upload-status-table tr:last-child{
  height:52px !important;
}
body.upload-body .upload-status-table .upload-progress-cell{
  padding:5px 8px 10px !important;
}

#account-content .account-profile{
  box-sizing:border-box!important;
  width:min(100%,700px)!important;
  min-height:72px!important;
  padding:8px 10px 9px!important;
  border:0!important;
  background:#dde6f7!important;
}
#account-content .account-profile-side{
  padding-top:10px!important;
}

.upload-help h2{
  margin:18px 0 6px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#111!important;
  font-size:15px!important;
  line-height:18px!important;
}
body.upload-body .upload-step-two-columns{
  display:grid!important;
  grid-template-columns:530px 235px!important;
  column-gap:25px!important;
  width:790px!important;
  align-items:start!important;
}
body.upload-body .upload-step-two-help{
  width:235px!important;
  margin:0!important;
  padding:0!important;
}
@media (max-width:900px){
  body.upload-body .upload-step-two-columns{
    grid-template-columns:530px 235px!important;
    width:790px!important;
  }
}

.settings-page{
  width:620px!important;
  margin:18px auto 0!important;
  text-align:center!important;
}
.settings-page .account-head{
  margin:0 0 10px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
.settings-copy{
  margin:0 0 18px!important;
}
.settings-panel{
  margin:0 0 22px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.settings-panel h2{
  margin:13px 0 7px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
.settings-theme-form{
  display:inline-block!important;
  text-align:left!important;
}
.settings-warning{
  margin:8px 0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#900!important;
}
.settings-player-heading{
  margin-top:18px!important;
  padding-top:0!important;
  border-top:0!important;
}

.admin-center-page {
  width: 900px;
  max-width: calc(100% - 40px);
  margin: 24px auto 50px;
  text-align: left;
}
.admin-center-page > h1,
.admin-center-page > h2,
.admin-center-intro,
.admin-center-note,
.admin-center-page > .plain-error,
.admin-center-tabs,
.admin-center-subtabs,
.admin-search-form,
.admin-help-text,
.admin-home-form {
  text-align: center;
}
.admin-center-page h1 { margin: 0 0 8px; }
.admin-center-page h2 { margin: 28px 0 12px; }
.admin-center-intro { margin: 0 0 18px; }
.admin-center-note { font-weight: bold; color: #27631e; }
.admin-center-tabs { margin: 14px 0 18px; }
.admin-center-tabs a { margin: 0 8px; }
.admin-center-tabs a.selected,
.admin-center-subtabs a.selected { font-weight: bold; text-decoration: none; color: #000; }
.admin-center-subtabs { margin-bottom: 18px; }
.admin-center-row {
  padding: 14px 0;
  border-top: 1px solid #ccc;
}
.admin-center-row:last-of-type { border-bottom: 1px solid #ccc; }
.admin-center-row p { margin: 4px 0 9px; }
.admin-center-row blockquote {
  margin: 8px 20px;
  padding: 0;
  white-space: normal;
}
.admin-inline-actions,
.admin-video-settings,
.admin-ban-form,
.admin-home-form { line-height: 2.1; }
.admin-inline-actions button,
.admin-video-settings button,
.admin-ban-form button,
.admin-home-form button { margin: 2px 3px 2px 0; }
.admin-search-form { margin: 12px 0 18px; }
.admin-search-form input[type="text"] { width: 360px; max-width: 60vw; }
.admin-video-summary { display: flex; align-items: flex-start; gap: 14px; }
.admin-video-summary > a { flex: 0 0 auto; }
.admin-video-summary p { margin-top: 0; }
.admin-video-settings { margin: 8px 0 0 134px; }
.admin-video-settings label { margin-right: 12px; }
.admin-video-settings input[type="number"] { width: 62px; }
.admin-ban-form input[type="number"] { width: 65px; }
.admin-help-text { color: #555; }
.channel-report-profile {
  clear: both;
  text-align: center;
  font-size: 11px;
  padding: 18px 0 10px;
}
.channel-report-profile form { display: inline; margin: 0; }
.channel-report-profile button {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 760px) {
  .admin-video-summary { display: block; }
  .admin-video-settings { margin-left: 0; }
}

body.channel-profile-theme .channel-masthead{
  position:relative!important;
  z-index:2!important;
  height:47px!important;
  min-height:47px!important;
  padding:5px 3px 0 8px!important;
  overflow:visible!important;
}
body.channel-profile-theme .channel-logo{
  top:5px!important;
  left:8px!important;
  height:40px!important;
}
body.channel-profile-theme .channel-util-links{
  top:5px!important;
  right:3px!important;
}
body.channel-profile-theme .channel-global-links{
  top:27px!important;
  left:145px!important;
}
body.channel-profile-theme .channel-search{
  top:24px!important;
  right:3px!important;
}
body.channel-profile-theme .channel-masthead-cap{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  width:875px!important;
  min-width:875px!important;
  max-width:875px!important;
  height:11px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  vertical-align:top!important;
}

body.channel-profile-theme .player-flash-shell,
body.channel-profile-theme .player-ruffle-host,
body.channel-profile-theme .player-ruffle-host ruffle-player,
body.channel-profile-theme .player-ruffle-host ruffle-object,
body.channel-profile-theme .player-ruffle-host ruffle-embed,
body.channel-profile-theme .player-native-flash,
body.channel-profile-theme .player-native-flash object,
body.channel-profile-theme .player-native-flash embed {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
body.channel-profile-theme .channel-featured-player-wrap,
body.channel-profile-theme .channel-vlog-player {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body.channel-editor-page #baseDiv {
  min-height: 0 !important;
}
body.channel-editor-page #account-content {
  width: 805px !important;
  min-width: 805px !important;
  max-width: 805px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  color: #000 !important;
  font: 11px/14px Arial, Helvetica, sans-serif !important;
}
body.channel-editor-page #channel-edit-root,
body.channel-editor-page #account-content .channel-edit-shell {
  width: 805px !important;
  min-width: 805px !important;
  max-width: 805px !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.channel-editor-page #account-content .channel-edit-links {
  margin: 0 0 5px !important;
  padding: 0 !important;
  text-align: right !important;
  font-size: 11px !important;
  line-height: 14px !important;
}
body.channel-editor-page #account-content .channel-edit-heading {
  position: relative !important;
  box-sizing: border-box !important;
  width: 805px !important;
  min-height: 25px !important;
  margin: 0 0 7px !important;
  padding: 1px 150px 4px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #aaa !important;
  background: transparent !important;
  color: #000 !important;
  font: normal 16px/20px Arial, Helvetica, sans-serif !important;
}
body.channel-editor-page #account-content .channel-edit-heading a,
body.channel-editor-page #account-content .channel-edit-heading strong {
  font: bold 16px/20px Arial, Helvetica, sans-serif !important;
}
body.channel-editor-page #account-content .channel-edit-heading span {
  padding: 0 3px !important;
  color: #777 !important;
}
body.channel-editor-page #account-content .channel-edit-public {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 2px 7px !important;
  border: 1px solid #999 !important;
  background: #fff !important;
  color: #03c !important;
  font: normal 11px/14px Arial, Helvetica, sans-serif !important;
  text-decoration: none !important;
}
body.channel-editor-page #account-content .channel-edit-subtitle {
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: #000 !important;
  font: normal 12px/16px Arial, Helvetica, sans-serif !important;
}
body.channel-editor-page #account-content .channel-edit-layout {
  display: grid !important;
  grid-template-columns: 138px 667px !important;
  gap: 0 !important;
  width: 805px !important;
  min-width: 805px !important;
  max-width: 805px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-collapse: separate !important;
}
body.channel-editor-page #account-content .channel-edit-nav {
  display: block !important;
  box-sizing: border-box !important;
  width: 138px !important;
  min-width: 138px !important;
  padding: 3px 0 0 !important;
  border: 0 !important;
  background: transparent !important;
}
body.channel-editor-page #account-content .channel-edit-nav ul,
body.channel-editor-page #account-content .channel-edit-nav li {
  display: block !important;
  box-sizing: border-box !important;
  width: 138px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
body.channel-editor-page #account-content .channel-edit-nav a {
  display: block !important;
  box-sizing: border-box !important;
  width: 138px !important;
  margin: 0 !important;
  padding: 3px 4px !important;
  border: 0 !important;
  background: transparent !important;
  color: #03c !important;
  font: normal 11px/14px Arial, Helvetica, sans-serif !important;
  text-decoration: underline !important;
}
body.channel-editor-page #account-content .channel-edit-nav li.is-current,
body.channel-editor-page #account-content .channel-edit-nav li.is-current a {
  background: #ccc !important;
  color: #000 !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
body.channel-editor-page #account-content .channel-edit-panel {
  display: block !important;
  box-sizing: border-box !important;
  width: 667px !important;
  min-width: 667px !important;
  max-width: 667px !important;
  margin: 0 !important;
  padding: 6px !important;
  border: 0 !important;
  background: #ccc !important;
  vertical-align: top !important;
}
body.channel-editor-page #account-content .channel-edit-sheet {
  box-sizing: border-box !important;
  width: 655px !important;
  min-width: 655px !important;
  max-width: 655px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 10px 9px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #000 !important;
  font: normal 11px/14px Arial, Helvetica, sans-serif !important;
}
body.channel-editor-page #account-content .channel-edit-controls,
body.channel-editor-page #account-content .channel-edit-bottom-controls {
  box-sizing: border-box !important;
  width: auto !important;
  min-height: 25px !important;
  margin: -10px -9px 10px !important;
  padding: 4px 7px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ccc !important;
  box-shadow: none !important;
  text-align: left !important;
}
body.channel-editor-page #account-content .channel-edit-bottom-controls {
  margin: 12px -9px -10px !important;
}
body.channel-editor-page #account-content .channel-edit-controls input,
body.channel-editor-page #account-content .channel-edit-bottom-controls input {
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 4px 0 0 !important;
  padding: revert !important;
  border: revert !important;
  border-radius: 0 !important;
  background: revert !important;
  box-shadow: none !important;
  color: revert !important;
  font: revert !important;
  line-height: normal !important;
}
body.channel-editor-page #account-content .channel-edit-sheet h2 {
  margin: 0 0 4px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #000 !important;
  font: bold 13px/16px Arial, Helvetica, sans-serif !important;
}
body.channel-editor-page #account-content .channel-edit-sheet h3,
body.channel-editor-page #account-content .channel-edit-preview-wrap > h3 {
  margin: 13px 0 4px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #000 !important;
  font: bold 12px/15px Arial, Helvetica, sans-serif !important;
}
body.channel-editor-page #account-content .channel-edit-sheet p,
body.channel-editor-page #account-content .channel-edit-sheet .description {
  margin: 0 0 7px !important;
  padding: 0 !important;
  color: #000 !important;
  font: normal 11px/14px Arial, Helvetica, sans-serif !important;
}
body.channel-editor-page #account-content .channel-edit-theme-grid {
  display: table !important;
  width: 100% !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
}
body.channel-editor-page #account-content .channel-edit-theme-grid tr {
  display: table-row !important;
}
body.channel-editor-page #account-content .channel-edit-theme-grid td {
  display: table-cell !important;
  width: auto !important;
  padding: 0 2px !important;
  border: 0 !important;
  background: transparent !important;
  text-align: center !important;
  vertical-align: top !important;
}
body.channel-editor-page #account-content .channel-edit-theme-choice {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
}
body.channel-editor-page #account-content .channel-edit-theme-choice img {
  display: block !important;
  width: 54px !important;
  max-width: 54px !important;
  height: auto !important;
  margin: 0 auto 2px !important;
  border: 0 !important;
  object-fit: fill !important;
}
body.channel-editor-page #account-content .channel-edit-theme-radio {
  display: block !important;
  height: 14px !important;
  line-height: 14px !important;
  text-align: center !important;
}
body.channel-editor-page #account-content .channel-edit-theme-radio input {
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle !important;
}
body.channel-editor-page #account-content .channel-edit-design-grid {
  display: grid !important;
  grid-template-columns: 306px 306px !important;
  gap: 0 20px !important;
  width: 632px !important;
  min-width: 632px !important;
  max-width: 632px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: start !important;
}
body.channel-editor-page #account-content .channel-edit-design-left,
body.channel-editor-page #account-content .channel-edit-preview-wrap {
  box-sizing: border-box !important;
  width: 306px !important;
  min-width: 306px !important;
  max-width: 306px !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.channel-editor-page #account-content .channel-edit-design-left > h3:first-child,
body.channel-editor-page #account-content .channel-edit-preview-wrap > h3:first-child {
  margin-top: 0 !important;
}
body.channel-editor-page #account-content .channel-edit-toggle-row {
  display: block !important;
  width: 100% !important;
  margin: 4px 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
body.channel-editor-page #account-content .channel-edit-design-left .checkline {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font: normal 11px/14px Arial, Helvetica, sans-serif !important;
}
body.channel-editor-page #account-content .channel-edit-design-left .minor {
  margin: 2px 0 5px 20px !important;
  padding: 0 !important;
  color: #555 !important;
  font: normal 10px/12px Arial, Helvetica, sans-serif !important;
}
body.channel-editor-page #account-content #featured-video-mode {
  margin: 2px 0 7px 20px !important;
}
body.channel-editor-page #account-content #featured-video-mode input[type="text"],
body.channel-editor-page #account-content #featured-video-mode select {
  box-sizing: border-box !important;
  width: 265px !important;
  max-width: 265px !important;
  margin: 1px 0 3px !important;
  font-size: 11px !important;
}
body.channel-editor-page #account-content .channel-edit-position-choices {
  display: block !important;
  margin: 1px 0 3px 20px !important;
  white-space: nowrap !important;
}
body.channel-editor-page #account-content .channel-edit-position-choices label {
  display: inline !important;
  margin: 0 9px 0 0 !important;
  color: #555 !important;
  font: normal 10px/12px Arial, Helvetica, sans-serif !important;
}
body.channel-editor-page #account-content .channel-edit-field-row {
  display: grid !important;
  grid-template-columns: 128px 150px 20px !important;
  gap: 3px !important;
  width: 306px !important;
  margin: 3px 0 !important;
  padding: 0 !important;
  align-items: center !important;
}
body.channel-editor-page #account-content .channel-edit-field-row > label:first-child {
  width: 128px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font: normal 10px/12px Arial, Helvetica, sans-serif !important;
  text-align: right !important;
}
body.channel-editor-page #account-content .channel-edit-field-row > input[type="text"],
body.channel-editor-page #account-content .channel-edit-field-row > select {
  box-sizing: border-box !important;
  width: 150px !important;
  min-width: 0 !important;
  height: 20px !important;
  margin: 0 !important;
  padding: 1px 2px !important;
  font: normal 10px/16px Arial, Helvetica, sans-serif !important;
}
body.channel-editor-page #account-content .channel-edit-field-row > input[type="color"] {
  display: block !important;
  box-sizing: border-box !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #777 !important;
  background: transparent !important;
}
body.channel-editor-page #account-content .channel-edit-field-row > input[type="file"] {
  grid-column: 2 / 4 !important;
  box-sizing: border-box !important;
  width: 175px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 10px !important;
}
body.channel-editor-page #account-content .channel-edit-field-row > .channel-edit-inline {
  grid-column: 2 / 4 !important;
  width: auto !important;
  margin: 1px 0 0 !important;
  text-align: left !important;
  font: normal 10px/12px Arial, Helvetica, sans-serif !important;
}
body.channel-editor-page #account-content .channel-edit-upload-only-note {
  margin: -1px 0 5px 131px !important;
  color: #666 !important;
  font-size: 9px !important;
  line-height: 11px !important;
}
body.channel-editor-page #account-content .channel-edit-preview {
  box-sizing: border-box !important;
  width: 306px !important;
  min-width: 306px !important;
  max-width: 306px !important;
  min-height: 430px !important;
  margin: 0 !important;
  padding: 0 3px 8px !important;
  border: 1px solid #777 !important;
  border-radius: 0 !important;
  background-color: #fff !important;
  box-shadow: none !important;
  overflow: hidden !important;
  color: #000 !important;
  font: normal 8px/10px Arial, Helvetica, sans-serif !important;
}
body.channel-editor-page #account-content .channel-edit-preview-head {
  display: grid !important;
  grid-template-columns: 38px 72px 1fr !important;
  gap: 3px !important;
  box-sizing: border-box !important;
  width: 300px !important;
  min-height: 24px !important;
  margin: 0 !important;
  padding: 4px 3px 2px !important;
  background: #fff !important;
  align-items: start !important;
  overflow: hidden !important;
}
body.channel-editor-page #account-content .channel-edit-preview-head .channel-edit-preview-logo {
  display: block !important;
  width: 33px !important;
  height: 15px !important;
  margin: 0 !important;
}
body.channel-editor-page #account-content .channel-edit-preview-head .channel-edit-preview-nav,
body.channel-editor-page #account-content .channel-edit-preview-head .channel-edit-preview-user {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  font-size: 7px !important;
  line-height: 9px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}
body.channel-editor-page #account-content .channel-edit-preview-head .channel-edit-preview-user {
  text-align: right !important;
}
body.channel-editor-page #account-content .channel-edit-preview-head .channel-edit-preview-user img {
  display: block !important;
  width: 86px !important;
  height: 11px !important;
  margin: 1px 0 0 auto !important;
}
body.channel-editor-page #account-content .channel-edit-preview-masthead {
  display: block !important;
  width: 300px !important;
  height: 5px !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  line-height: 0 !important;
  overflow: hidden !important;
}
body.channel-editor-page #account-content .channel-edit-preview-masthead img {
  display: block !important;
  width: 300px !important;
  height: 5px !important;
  margin: 0 !important;
  background: transparent !important;
}
body.channel-editor-page #account-content .channel-edit-preview-grid {
  display: grid !important;
  grid-template-columns: 91px 181px !important;
  gap: 7px !important;
  box-sizing: border-box !important;
  width: 286px !important;
  min-width: 286px !important;
  max-width: 286px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  align-items: start !important;
}
body.channel-editor-page #account-content .channel-edit-preview-side,
body.channel-editor-page #account-content .channel-edit-preview-main {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.channel-editor-page #account-content .channel-edit-preview-grid section {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 5px !important;
  padding: 0 !important;
  border: 1px solid #777 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}
body.channel-editor-page #account-content .channel-edit-preview-grid section[hidden] {
  display: none !important;
}
body.channel-editor-page #account-content .channel-edit-preview-grid section[data-preview-section="featured"],
body.channel-editor-page #account-content .channel-edit-preview-featured {
  border: 0 !important;
  background: transparent !important;
}
body.channel-editor-page #account-content .channel-edit-preview-grid h4 {
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 14px !important;
  margin: 0 !important;
  padding: 2px 3px !important;
  border: 0 !important;
  color: #fff !important;
  font: bold 8px/10px Arial, Helvetica, sans-serif !important;
}
body.channel-editor-page #account-content .channel-edit-preview-grid p {
  margin: 2px 3px !important;
  padding: 0 !important;
  font-size: 8px !important;
  line-height: 10px !important;
}
body.channel-editor-page #account-content .channel-edit-preview-featured-image,
body.channel-editor-page #account-content .channel-edit-preview-featured-image img {
  display: block !important;
  box-sizing: border-box !important;
  width: 170px !important;
  height: 128px !important;
  margin: 0 auto !important;
  border: 0 !important;
  object-fit: cover !important;
}
body.channel-editor-page #account-content .channel-edit-preview-thumbs {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 3px !important;
  padding: 4px !important;
}
body.channel-editor-page #account-content .channel-edit-preview-thumbs img {
  display: block !important;
  width: 28px !important;
  height: 21px !important;
  margin: 0 auto !important;
  border: 1px solid #777 !important;
}
body.channel-editor-page #account-content .channel-edit-saved,
body.channel-editor-page #account-content .plain-error {
  width: 805px !important;
  margin: 0 0 8px !important;
}

#siteHeader.site-unified-masthead{
  position:relative;
  width:875px;
  height:47px;
  min-height:47px;
  padding:5px 3px 0 8px;
  overflow:visible;
  border-radius:0;
  box-shadow:none;
  background:#fff;
  font-size:12px;
}
#siteHeader.site-unified-masthead::after{ display:none; }
#siteHeader.site-unified-masthead .site-unified-logo{
  top:5px;
  left:8px;
  width:108px;
  height:40px;
}
#siteHeader.site-unified-masthead .site-unified-global-links{
  top:27px;
  left:145px;
  font-size:12px;
  line-height:16px;
}
#siteHeader.site-unified-masthead .site-unified-util-links{
  top:4px;
  right:3px;
  font-size:12px;
  line-height:17px;
}
#siteHeader.site-unified-masthead .site-unified-util-links a,
#siteHeader.site-unified-masthead .site-unified-util-links b,
body.channel-profile-theme .channel-util-links,
body.channel-profile-theme .channel-util-links a,
body.channel-profile-theme .channel-util-links b{
  font-size:12px!important;
}
#siteHeader.site-unified-masthead .site-unified-search{
  top:24px;
  right:3px;
}
#siteHeader.site-unified-masthead .site-unified-search .searchField{
  width:196px;
  height:22px;
}
.site-unified-masthead-cap{
  display:block;
  width:875px;
  min-width:875px;
  max-width:875px;
  height:11px;
  margin:0 0 15px;
  padding:0;
  border:0;
  background:transparent;
  vertical-align:top;
}
.header-history-dot{ margin-left:1px; vertical-align:middle; position:relative; top:-1px; }
.site-unified-locale img{ margin-left:2px; vertical-align:-1px; }

#utilDiv.plain-header-links,
#utilDiv.plain-header-links a,
#utilDiv.plain-header-links b,
#utilDiv.plain-header-links button {
  font-size: 12px !important;
}
#utilDiv.plain-header-links .channel-logout-form {
  display: inline;
  margin: 0;
  padding: 0;
}
#utilDiv.plain-header-links .channel-logout-form button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #03c;
  font-family: inherit;
  text-decoration: underline;
  cursor: pointer;
}
#utilDiv.plain-header-links .plain-site-link img {
  margin-left: 2px;
  vertical-align: -1px;
}

body.channel-profile-theme .channel-featured-video,
body.channel-profile-theme .channel-featured-player-wrap,
body.channel-profile-theme .channel-featured-player-wrap.home-player-wrap,
body.channel-profile-theme .channel-featured-player-wrap .player-flash-shell,
body.channel-profile-theme .channel-featured-player-wrap .player-ruffle-host,
body.channel-profile-theme .channel-featured-player-wrap ruffle-player,
body.channel-profile-theme .channel-vlog-player,
body.channel-profile-theme .channel-vlog-player .player-flash-shell,
body.channel-profile-theme .channel-vlog-player .player-ruffle-host,
body.channel-profile-theme .channel-vlog-player ruffle-player {
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
body.channel-profile-theme .channel-video-log .channel-section-body {
  background: transparent !important;
}

body.channel-profile-theme .channel-global-links,
body.channel-profile-theme .channel-global-links a,
body.channel-profile-theme .channel-util-links,
body.channel-profile-theme .channel-util-links a,
body.channel-profile-theme .channel-util-links b,
body.channel-profile-theme .channel-util-links button {
  font-size: 11px !important;
  line-height: 14px !important;
}
body.channel-profile-theme .channel-legacy-subnav {
  margin: 16px 0 14px !important;
  font: normal 14px/18px Arial, Helvetica, sans-serif !important;
  white-space: nowrap !important;
}
body.channel-profile-theme .channel-legacy-subnav a,
body.channel-profile-theme .channel-legacy-subnav a:visited,
body.channel-profile-theme .channel-legacy-subnav b {
  font-size: 14px !important;
  line-height: 18px !important;
}
body.channel-profile-theme .channel-legacy-subnav span {
  display: inline !important;
  padding: 0 11px !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

body.channel-profile-theme .channel-legacy-subnav,
body.channel-profile-theme .channel-tab-standalone .channel-legacy-subnav,
body.channel-profile-theme #channel-custom-sandbox > .channel-legacy-subnav {
  display: block !important;
  box-sizing: border-box !important;
  width: 875px !important;
  margin: 0 0 15px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #6b8ab8 !important;
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-weight: normal !important;
  line-height: normal !important;
  text-align: center !important;
  white-space: nowrap !important;
}
body.channel-profile-theme .channel-legacy-subnav a,
body.channel-profile-theme .channel-legacy-subnav a:visited,
body.channel-profile-theme .channel-legacy-subnav b {
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  line-height: normal !important;
}
body.channel-profile-theme .channel-legacy-subnav span {
  display: inline !important;
  padding: 0 6px !important;
  color: inherit !important;
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  line-height: normal !important;
}

body.channel-profile-theme .channel-legacy-subnav,
body.channel-profile-theme .channel-tab-standalone .channel-legacy-subnav,
body.channel-profile-theme #channel-custom-sandbox > .channel-legacy-subnav {
  margin-top: 12px !important;
}
.channel-profile-banner { width:960px; height:150px; margin:12px auto 12px; overflow:hidden; line-height:0; }
.channel-profile-banner img { display:block; width:960px; height:150px; border:0; object-fit:fill; }
.watch-branding-banner { width:300px; height:45px; margin:0 auto; overflow:hidden; line-height:0; }
.watch-branding-banner img { display:block; width:300px; height:45px; border:0; object-fit:fill; }
.channel-edit-branding-form .channel-edit-form-table input[type=file] { width:auto; }
.channel-edit-branding-preview { margin:8px 0 4px; line-height:0; }
.channel-edit-branding-preview img { border:1px solid #999; display:block; }
.channel-edit-branding-preview.channel { width:480px; overflow:hidden; }

body.channel-profile-theme .channel-legacy-subnav{
  box-sizing:border-box !important;
  width:960px !important;
  min-width:960px !important;
  max-width:960px !important;
  margin:24px auto 15px !important;
  padding:0 !important;
  text-align:center !important;
  white-space:nowrap !important;
}
body.channel-profile-theme .channel-legacy-subnav a,
body.channel-profile-theme .channel-legacy-subnav span{
  display:inline-block !important;
  float:none !important;
  margin:0 !important;
  padding:0 !important;
  font:normal 13px/18px Verdana,Arial,sans-serif !important;
  vertical-align:baseline !important;
}
body.channel-profile-theme .channel-legacy-subnav span{ padding:0 11px !important; }
body.channel-profile-theme .channel-util-links img{
  display:inline-block !important;
  margin:0 2px !important;
  vertical-align:middle !important;
  position:relative !important;
  top:0 !important;
}
body.channel-profile-theme .channel-util-links .header-history-dot{
  display:inline-block !important;
  width:9px !important;
  height:9px !important;
  margin:0 1px !important;
  vertical-align:middle !important;
  position:relative !important;
  top:-1px !important;
}
body.channel-profile-theme .channel-util-links img[width="17"][height="11"]{
  vertical-align:middle !important;
  top:0 !important;
}
.channel-legacy-page .channel-profile-badge-wrap{ width:100% !important; margin:4px 0 0 !important; text-align:center !important; }
.channel-legacy-page .channel-profile-badge{
  display:block !important;
  width:100% !important;
  height:20px !important;
  margin:0 !important;
  object-fit:fill !important;
}
body.channel-editor-page #account-content .channel-edit-controls input,
body.channel-editor-page #account-content .channel-edit-bottom-controls input,
body.channel-editor-page #account-content input[type="submit"],
body.channel-editor-page #account-content input[type="reset"],
body.channel-editor-page #account-content button{
  all:revert !important;
}
body.channel-editor-page #account-content .channel-edit-theme-radio input[type="radio"]{
  appearance:auto !important;
  -webkit-appearance:radio !important;
  box-sizing:border-box !important;
  width:13px !important;
  height:13px !important;
  min-width:13px !important;
  min-height:13px !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
body.channel-editor-page #account-content .channel-edit-theme-choice img{
  width:54px !important;
  height:auto !important;
  border:0 !important;
}
.channel-edit-branding-preview,
.channel-edit-branding-preview.channel,
.channel-edit-branding-preview img{
  background:transparent !important;
}

body.channel-profile-theme .channel-masthead .channel-util-links > img.header-history-dot {
  display:inline-block !important;
  margin:0 1px !important;
  vertical-align:middle !important;
  position:relative !important;
  top:-1px !important;
}
body.channel-profile-theme .channel-masthead .channel-util-links a > img {
  vertical-align:middle !important;
  position:relative !important;
  top:0 !important;
}
#utilDiv.plain-header-links > img.header-history-dot {
  vertical-align:middle !important;
  position:relative !important;
  top:-1px !important;
}

body.channel-editor-page #account-content .channel-edit-theme-choice img {
  height:auto !important;
}
body.channel-editor-page #account-content .channel-edit-preview-featured-image,
body.channel-editor-page #account-content .channel-edit-preview-featured-image img {
  width:170px !important;
  height:128px !important;
  margin:0 auto !important;
}

body.channel-profile-theme .channel-profile-banner,
body.channel-profile-theme .channel-profile-banner img {
  width: 960px !important;
  min-width: 960px !important;
  max-width: 960px !important;
  height: 150px !important;
}
body.channel-profile-theme .channel-profile-banner.is-thick,
body.channel-profile-theme .channel-profile-banner.is-thick img {
  height: 200px !important;
}
.watch-branding-banner,
.watch-branding-banner img {
  width: 300px !important;
  height: 45px !important;
}
.watch-branding-banner.is-thick,
.watch-branding-banner.is-thick img {
  height: 75px !important;
}
.channel-connect-layout.has-brand-icon::after {
  display: block;
  clear: both;
  content: "";
}
body.channel-profile-theme .channel-connect-brand-icon {
  float: left !important;
  width: 80px !important;
  height: 80px !important;
  margin: 0 8px 8px 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid currentColor !important;
  background: transparent !important;
  line-height: 0 !important;
}
body.channel-profile-theme .channel-connect-brand-icon img {
  display: block !important;
  width: 80px !important;
  height: 80px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  object-fit: fill !important;
}
body.channel-profile-theme .channel-connect-layout.has-brand-icon .channel-connect-actions {
  width: 185px !important;
  margin: 0 0 8px auto !important;
}
.channel-edit-branding-preview.connect-icon {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.channel-edit-branding-preview.connect-icon img {
  width: 80px;
  height: 80px;
  object-fit: fill;
}

body.channel-editor-page #account-content .channel-edit-preview-featured-image {
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 auto 5px !important;
  overflow: visible !important;
  background: transparent !important;
  text-align: center !important;
  line-height: 0 !important;
}
body.channel-editor-page #account-content .channel-edit-preview-featured-image img {
  display: inline-block !important;
  width: auto !important;
  height: 120px !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 120px !important;
  max-height: 120px !important;
  margin: 0 !important;
  border: 0 !important;
  object-fit: contain !important;
  background: transparent !important;
}

body.channel-profile-theme .channel-profile-banner,
body.channel-profile-theme .channel-profile-banner a,
body.channel-profile-theme .channel-profile-banner img {
  box-sizing: border-box !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
}

body.account-options-body #account-content{
  width:875px;
  margin:0 auto;
  padding:0 0 28px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  color:#111;
}
body.account-options-body .account-options-shell{
  width:875px;
  margin:0 auto;
}
body.account-options-body .account-options-heading{
  margin:0;
  padding:0 0 6px;
  font-size:18px;
  line-height:24px;
}
body.account-options-body .account-options-heading a{
  font-weight:bold;
}
body.account-options-body .account-options-heading span{
  padding:0 7px;
  color:#666;
}
body.account-options-body .account-options-rule{
  height:1px;
  margin:0 0 10px;
  background:#aaa;
}
body.account-options-body .account-options-intro{
  margin:0 0 14px;
}
body.account-options-body .account-options-notice,
body.account-options-body .account-options-error{
  margin:0 0 10px 174px;
  font-weight:bold;
}
body.account-options-body .account-options-notice{
  color:#187318;
}
body.account-options-body .account-options-error{
  color:#a40000;
}
body.account-options-body .account-options-layout{
  display:grid;
  grid-template-columns:165px 1fr;
  align-items:start;
}
body.account-options-body .account-options-nav{
  padding:0 0 10px;
}
body.account-options-body .account-options-nav a{
  display:block;
  padding:5px 8px;
  font-size:13px;
}
body.account-options-body .account-options-nav a.selected{
  background:#ccc;
  color:#111;
  font-weight:bold;
  text-decoration:none;
}
body.account-options-body .account-options-panel{
  min-height:315px;
  padding:12px 16px 18px;
  border:10px solid #ccc;
  border-top-width:34px;
  background:#fff;
}
body.account-options-body .account-options-panel h2{
  margin:0 0 16px;
  font-size:16px;
}
body.account-options-body .account-options-panel h3{
  margin:20px 0 6px;
  font-size:14px;
}
body.account-options-body .account-options-panel p{
  margin:7px 0 12px;
}
body.account-options-body .account-options-table{
  border-collapse:collapse;
}
body.account-options-body .account-options-table th,
body.account-options-body .account-options-table td{
  padding:5px 6px;
  vertical-align:top;
}
body.account-options-body .account-options-table th{
  width:190px;
  text-align:right;
  white-space:nowrap;
}
body.account-options-body .account-options-check,
body.account-options-body .account-options-radio{
  display:block;
  margin:8px 0;
}
body.account-options-body .account-options-inline-form{
  display:inline-block;
  margin:4px 8px 4px 0;
}
body.account-options-body .account-options-key{
  margin:10px 0 14px;
  padding:9px;
  border:1px solid #c6c6c6;
  background:#ffffd5;
}
body.account-options-body .account-options-key input{
  margin-top:6px;
}

#footBotDiv{
  grid-template-columns:29% 36% 35% !important;
}
#footPromoDiv{
  white-space:nowrap;
}
.footColumnRight .footValues{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}
.about-page .about-layout{
  display:grid;
  grid-template-columns:685px 190px;
  align-items:start;
  gap:0;
  width:875px;
  margin:12px auto 0;
  color:#111;
  font:12px/15px Arial,Helvetica,sans-serif;
}
.about-page .about-main{
  padding:0 18px 10px 0;
}
.about-page .about-main h1{
  margin:0 0 13px;
  font-size:21px;
  line-height:25px;
}
.about-page .about-main p{
  margin:0 0 13px;
}
.about-page .about-sidebar{
  align-self:start;
  height:auto;
  min-height:0;
  border:1px solid #aaa;
  background:#eee;
  overflow:hidden;
}
.about-page .about-sidebar a{
  display:block;
  padding:8px 7px;
  border-bottom:1px dashed #aaa;
  font-size:13px;
  font-weight:bold;
}
.about-page .about-sidebar a:last-child{
  border-bottom:0;
}
.about-page .about-sidebar a.is-current{
  background:#c9d8f4;
}
.press-page .press-intro h2,
.press-page .press-release h2{
  margin:8px 0 3px;
  font-size:13px;
}
.press-page .press-release{
  margin:17px 0;
}
.help-page .help-home-layout{
  display:grid;
  grid-template-columns:505px 235px;
  gap:35px;
  padding:0 !important;
}
.help-page .help-home-main{
  min-width:0;
}
.help-page .help-breadcrumbs{
  margin:0 0 14px;
}
.help-page .help-category{
  margin:0 0 17px;
}
.help-page .help-category h2{
  margin:0 0 5px;
  color:#b87525;
  font-size:17px;
  font-weight:normal;
}
.help-page .help-category ul{
  margin:0;
  padding-left:30px;
  font-size:13px;
  line-height:20px;
}
.help-page .help-sidebox{
  margin-bottom:14px;
}
.help-page .help-sidebox p{
  margin:0;
  padding:12px 10px;
}
.help-page .help-sidebox p img{
  margin-right:8px;
  vertical-align:-4px;
}
.help-page .help-top-questions ol{
  margin:8px 9px 10px 28px;
  padding:0;
  font-size:11px;
  line-height:15px;
}
.help-page .help-welcome-box div{
  height:74px;
}
.help-page .help-article-layout{
  grid-template-columns:505px 235px;
  gap:35px;
  padding:0 !important;
}

.header-active-sharing-on{
  width:12px !important;
  height:12px !important;
  top:0 !important;
}
body.channel-profile-theme .channel-masthead .channel-util-links > img.header-active-sharing-on{
  width:12px !important;
  height:12px !important;
  top:0 !important;
}
#utilDiv.plain-header-links > img.header-active-sharing-on{
  width:12px !important;
  height:12px !important;
  top:0 !important;
}
body.watch-page .watch-comment-tools {
  display: inline-flex !important;
  align-items: center !important;
}
body.watch-page .watch-vote-form {
  display: inline !important;
  margin: 0 !important;
}
body.watch-page .watch-vote-button,
body.watch-page .watch-vote-button:hover,
body.watch-page .watch-vote-button:focus,
body.watch-page .watch-vote-button:active,
body.watch-page .watch-vote-button.is-selected {
  display: inline-flex !important;
  width: 21px !important;
  height: 21px !important;
  padding: 1px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  visibility: visible !important;
}
body.watch-page .watch-vote-button img {
  display: block !important;
  width: 19px !important;
  height: 19px !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  visibility: visible !important;
}
body.watch-page .watch-vote-button.is-selected {
  opacity: 1 !important;
}

body.channel-editor-page #account-content .channel-edit-playlist-picker {
  display: grid !important;
  grid-template-columns: 148px 148px !important;
  gap: 10px !important;
  width: 306px !important;
  margin: 3px 0 8px !important;
  padding: 0 !important;
}
body.channel-editor-page #account-content .channel-edit-playlist-column {
  display: block !important;
  width: 148px !important;
  min-width: 148px !important;
  margin: 0 !important;
  padding: 0 !important;
  font: normal 10px/12px Arial, Helvetica, sans-serif !important;
}
body.channel-editor-page #account-content .channel-edit-playlist-column strong {
  display: block !important;
  margin: 0 0 2px !important;
  font: bold 10px/12px Arial, Helvetica, sans-serif !important;
  text-align: center !important;
}
body.channel-editor-page #account-content .channel-edit-playlist-column select {
  box-sizing: border-box !important;
  display: block !important;
  width: 148px !important;
  height: 150px !important;
  margin: 0 0 2px !important;
  padding: 1px !important;
  font: normal 10px/12px Arial, Helvetica, sans-serif !important;
}
body.channel-editor-page #account-content .channel-edit-playlist-column input[type="button"] {
  all: revert !important;
  margin: 0 2px 2px 0 !important;
}
body.channel-editor-page #account-content .channel-edit-playlist-column > div,
body.channel-editor-page #account-content .channel-edit-playlist-migration-note {
  margin: 1px 0 0 !important;
  color: #555 !important;
  font: normal 9px/11px Arial, Helvetica, sans-serif !important;
}

body.videos-manager-page .videos-manager-links,
#account-content.favorites-manager-shell .favorites-manager-links,
#account-content.collections-shell .collections-links,
#account-content .subscriptions-toplinks,
#account-content .channel-edit-links {
  font: bold 12px/16px Arial, Helvetica, sans-serif !important;
}
body.videos-manager-page .videos-manager-links a,
#account-content.favorites-manager-shell .favorites-manager-links a,
#account-content.collections-shell .collections-links a,
#account-content .subscriptions-toplinks a,
#account-content .channel-edit-links a {
  font: inherit !important;
}
body.videos-manager-page .videos-manager-nav > a:not(.videos-manager-button),
#account-content.favorites-manager-shell .favorites-manager-nav > a:not(.favorites-manager-button),
#account-content.collections-shell .collections-nav > a:not(.collections-button),
body.account-options-body .account-options-nav a,
.inbox-mailbox-page .inbox-nav > a {
  font: bold 12px/16px Arial, Helvetica, sans-serif !important;
}
.history-tabs a,
.subscriptions-tabs a,
.admin-center-tabs a,
.admin-center-subtabs a,
.bulletin-channel-tabs a {
  font: bold 12px/16px Arial, Helvetica, sans-serif !important;
}

.account-tabbar {
  display: block !important;
  width: 100% !important;
  margin: 0 0 7px !important;
  padding: 0 !important;
  text-align: right !important;
  white-space: nowrap !important;
  color: #111 !important;
  font: normal 12px/16px Arial, Helvetica, sans-serif !important;
}
.account-tabbar a,
.account-tabbar a:visited {
  color: #03c !important;
  font: normal 12px/16px Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
  text-decoration: underline !important;
}
.account-tabbar a.is-current,
.account-tabbar a.is-current:visited {
  font-weight: bold !important;
}
.account-tab-separator {
  display: inline-block !important;
  margin: 0 5px !important;
  color: #111 !important;
  font: normal 12px/16px Arial, Helvetica, sans-serif !important;
}
#account-content .account-page-title,
.account-options-heading.account-page-title,
body.channel-editor-page #account-content .channel-edit-heading.account-page-title {
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 0 13px !important;
  padding: 0 0 5px !important;
  border: 0 !important;
  border-bottom: 1px solid #aaa !important;
  background: transparent !important;
  color: #111 !important;
  font: bold 24px/29px Arial, Helvetica, sans-serif !important;
}
#account-content .account-page-title a,
#account-content .account-page-title a:visited,
.account-options-heading.account-page-title a,
.account-options-heading.account-page-title a:visited,
body.channel-editor-page #account-content .channel-edit-heading.account-page-title a:not(.channel-edit-public),
body.channel-editor-page #account-content .channel-edit-heading.account-page-title a:not(.channel-edit-public):visited {
  color: #03c !important;
  font: normal 24px/29px Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
  text-decoration: underline !important;
}
#account-content .account-page-title strong,
.account-options-heading.account-page-title strong,
body.channel-editor-page #account-content .channel-edit-heading.account-page-title strong {
  color: #111 !important;
  font: bold 24px/29px Arial, Helvetica, sans-serif !important;
}
#account-content .account-page-title span,
.account-options-heading.account-page-title span,
body.channel-editor-page #account-content .channel-edit-heading.account-page-title span {
  margin: 0 8px !important;
  padding: 0 !important;
  color: #666 !important;
  font: normal 24px/29px Arial, Helvetica, sans-serif !important;
}
body.channel-editor-page #account-content .channel-edit-heading.account-page-title {
  padding-right: 165px !important;
}
body.channel-editor-page #account-content .channel-edit-heading.account-page-title .channel-edit-public {
  top: 2px !important;
  right: 0 !important;
  width: auto !important;
  padding: 2px 7px !important;
  font: normal 12px/16px Arial, Helvetica, sans-serif !important;
  text-decoration: none !important;
}
.account-side-tabs > a:not(.videos-manager-button):not(.favorites-manager-button):not(.collections-button):not(.inbox-compose-button),
body.channel-editor-page #account-content .account-side-tabs > ul > li > a,
body.account-options-body .account-side-tabs > a {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  min-height: 29px !important;
  margin: 0 !important;
  padding: 6px 8px 5px !important;
  border: 0 !important;
  background: transparent !important;
  color: #03c !important;
  font: normal 12px/16px Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
  text-decoration: underline !important;
}
.account-side-tabs > a.selected:not(.videos-manager-button):not(.favorites-manager-button):not(.collections-button),
body.channel-editor-page #account-content .account-side-tabs > ul > li.is-current > a,
body.account-options-body .account-side-tabs > a.selected {
  background: #ccc !important;
  color: #111 !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
body.channel-editor-page #account-content .account-side-tabs > ul,
body.channel-editor-page #account-content .account-side-tabs > ul > li {
  margin: 0 !important;
  padding: 0 !important;
}
.history-tabs a,
.subscriptions-tabs a,
.admin-center-tabs a,
.admin-center-subtabs a,
.bulletin-channel-tabs a {
  font: normal 12px/16px Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
}
.history-tabs a.selected,
.subscriptions-tabs a.selected,
.admin-center-tabs a.selected,
.admin-center-subtabs a.selected,
.bulletin-channel-tabs a.selected {
  font-weight: bold !important;
}

.account-manager-buttons {
  margin: 22px 0 0 8px !important;
  padding: 0 !important;
}
.account-manager-buttons input[type="button"] {
  all: revert !important;
  box-sizing: border-box !important;
  display: block !important;
  width: 118px !important;
  margin: 0 0 8px !important;
  text-align: center !important;
}
body.videos-manager-page .videos-manager-layout,
#account-content.favorites-manager-shell .favorites-manager-layout,
#account-content.collections-shell .collections-layout {
  display: grid !important;
  grid-template-columns: 160px 715px !important;
  width: 875px !important;
  gap: 0 !important;
  align-items: start !important;
}
body.videos-manager-page .videos-manager-nav,
#account-content.favorites-manager-shell .favorites-manager-nav,
#account-content.collections-shell .collections-nav {
  box-sizing: border-box !important;
  width: 160px !important;
  min-width: 160px !important;
  max-width: 160px !important;
  padding: 0 !important;
}
body.videos-manager-page .videos-manager-content,
#account-content.favorites-manager-shell .favorites-manager-content,
#account-content.collections-shell .collections-content {
  box-sizing: border-box !important;
  width: 715px !important;
  min-width: 715px !important;
  max-width: 715px !important;
}
#account-content.collections-shell .collections-layout.is-create {
  grid-template-columns: 875px !important;
}
#account-content.collections-shell .collections-layout.is-create .collections-content {
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
}
body.inbox-body,
body.inbox-body #baseDiv,
body.inbox-body #mainContent,
body.inbox-body .inbox-page,
body.inbox-body .inbox-columns,
body.inbox-body .inbox-nav {
  background: #fff !important;
}
body.inbox-body #mainContent {
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.inbox-body .inbox-list,
body.inbox-body .inbox-mail-content,
body.inbox-body .inbox-compose-form {
  background: #fff !important;
}

body.inbox-body .inbox-page.inbox-mailbox-page {
  width: 875px !important;
  margin: 0 auto !important;
  font: 12px/16px Arial, Helvetica, sans-serif !important;
}
body.inbox-body .inbox-mailbox-page .inbox-columns {
  display: grid !important;
  grid-template-columns: 150px 710px !important;
  gap: 15px !important;
  align-items: start !important;
}
body.inbox-body .inbox-mailbox-page .inbox-nav {
  box-sizing: border-box !important;
  width: 150px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
}
body.inbox-body .inbox-mailbox-page .inbox-nav h2 {
  margin: 0 0 5px !important;
  padding: 0 0 4px !important;
  border: 0 !important;
  border-bottom: 1px solid #999 !important;
  background: transparent !important;
  color: #111 !important;
  font: bold 21px/25px Arial, Helvetica, sans-serif !important;
}
body.inbox-body .inbox-mailbox-page .inbox-nav > a {
  box-sizing: border-box !important;
  display: block !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #03c !important;
  font: normal 12px/18px Arial, Helvetica, sans-serif !important;
  text-decoration: underline !important;
}
body.inbox-body .inbox-mailbox-page .inbox-nav > a.selected {
  background: transparent !important;
  color: #333 !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
body.inbox-body .inbox-mailbox-page .inbox-nav .selected-dot {
  display: inline-block !important;
  margin: 0 3px 0 0 !important;
  vertical-align: -1px !important;
}
body.inbox-body .inbox-mail-links {
  margin: 16px 0 0 !important;
  padding: 8px 0 0 !important;
  border-top: 1px solid #aaa !important;
}
body.inbox-body .inbox-mail-links > a {
  display: block !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #03c !important;
  font: bold 12px/18px Arial, Helvetica, sans-serif !important;
  text-decoration: underline !important;
}
body.inbox-body .inbox-mail-links > a.inbox-compose-button {
  display: inline-block !important;
  width: auto !important;
  margin-top: 5px !important;
  padding: 2px 8px !important;
  border: 1px solid #999 !important;
  border-radius: 2px !important;
  background: linear-gradient(#fff, #e5e5e5) !important;
  color: #111 !important;
  font: normal 12px/16px Arial, Helvetica, sans-serif !important;
  text-decoration: none !important;
}
body.inbox-body .inbox-mailbox-page .inbox-list,
body.inbox-body .inbox-mailbox-page .inbox-mail-content {
  box-sizing: border-box !important;
  width: 710px !important;
  min-width: 710px !important;
  max-width: 710px !important;
  min-height: 360px !important;
  margin: 0 !important;
  padding: 0 0 20px !important;
  border: 0 !important;
  background: #fff !important;
}
body.inbox-body .inbox-mailbox-page .inbox-list h2 {
  margin: 0 0 12px !important;
  padding: 0 0 5px !important;
  border-bottom: 1px solid #aaa !important;
  color: #111 !important;
  font: bold 18px/22px Arial, Helvetica, sans-serif !important;
}

body.home-page .home-video-description.is-expanded{
  max-height: none !important;
  overflow: visible !important;
}
body.home-page .home-description-toggle{
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #03c !important;
  font: inherit !important;
  line-height: inherit !important;
  text-decoration: underline !important;
  cursor: pointer !important;
  vertical-align: baseline !important;
}
body.home-page .home-description-toggle:hover,
body.home-page .home-description-toggle:focus{
  color: #c00 !important;
  text-decoration: underline !important;
  outline: 0 !important;
}
html body.site-layout {
  min-width: 875px;
  margin: 0;
  padding: 0;
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  background: #fff;
}
body.site-layout #baseDiv {
  position: relative;
  width: 875px;
  min-width: 875px;
  max-width: 875px;
  margin: 0 auto;
  padding: 0;
}
body.site-layout #siteHeader.site-masthead {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 875px;
  height: 112px;
  min-height: 112px;
  margin: 0 0 6px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: visible;
}
body.site-layout #siteHeader.site-masthead::after {
  display: none;
}
body.site-layout #logoTagDiv {
  float: left;
  padding-top: 6px;
}
body.site-layout #logoTagDiv .mango-logo {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
body.site-layout #logoTagDiv .mango-logo img {
  display: block;
  width: auto;
  max-width: 150px;
  height: auto;
  max-height: 69px;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: contain;
  object-position: left top;
}
body.site-layout #logoTagDiv .logo-home-tip {
  position: absolute;
  top: 25px;
  left: 130px;
  z-index: 50;
  display: none;
  color: #666;
  font-size: 11px;
  white-space: nowrap;
}
body.site-layout #logoTagDiv .mango-logo:hover .logo-home-tip,
body.site-layout #logoTagDiv .mango-logo:focus .logo-home-tip {
  display: block;
}
body.site-layout #utilDiv.plain-header-links {
  box-sizing: border-box;
  height: 25px;
  margin: 0;
  padding: 1px 0 11px;
  text-align: right;
  white-space: nowrap;
  color: #000;
  font: 11px/13px Arial, Helvetica, sans-serif;
}
body.site-layout #utilDiv.plain-header-links a,
body.site-layout #utilDiv.plain-header-links b,
body.site-layout #utilDiv.plain-header-links button {
  font: inherit;
}
body.site-layout #utilDiv.plain-header-links .utilDelim {
  padding: 0 3px;
}
body.site-layout #utilDiv.plain-header-links .channel-logout-form {
  display: inline;
  margin: 0;
  padding: 0;
}
body.site-layout #utilDiv.plain-header-links .channel-logout-form button {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #03c;
  text-decoration: underline;
  cursor: pointer;
}
body.site-layout #searchDiv {
  box-sizing: border-box;
  height: 36px;
  margin: 0;
  padding: 0 0 8px;
  text-align: right;
}
body.site-layout #searchDiv form {
  display: inline;
  margin: 0;
  padding: 0;
}
body.site-layout #searchDiv .searchField {
  box-sizing: border-box;
  width: 250px;
  height: 22px;
  margin: 0 8px 0 0;
  padding: 2px 3px;
  color: #000;
  font: 12px Arial, Helvetica, sans-serif;
  vertical-align: middle;
}
body.site-layout #searchDiv input[type="submit"] {
  vertical-align: middle;
}
body.site-layout #gNavDiv {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  box-sizing: border-box;
  width: 875px;
  height: 28px;
  margin: 0;
  padding: 0;
  text-align: right;
  overflow: visible;
}
body.site-layout #gNavDiv .nav-tabs {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-end;
  justify-content: flex-end;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
body.site-layout #gNavDiv .nav-tabs .tab,
body.site-layout #gNavDiv .nav-tabs .tab.tab_sel {
  display: block;
  box-sizing: border-box;
  width: 124px;
  height: 28px;
  margin: 0;
  padding: 0 3px;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}
body.site-layout #gNavDiv .nav-tabs .tab img {
  display: block;
  width: 118px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
}
body.site-layout #gNavDiv #upload {
  flex: 0 0 220px;
  width: 220px;
  height: 28px;
  margin: 0;
  padding: 0;
  text-align: right;
}
body.site-layout #gNavDiv #upload a,
body.site-layout #gNavDiv #upload img {
  display: inline-block;
  width: 130px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
}
body.site-layout #gNavBottom {
  clear: both;
  box-sizing: border-box;
  width: 875px;
  height: 24px;
  min-height: 24px;
  margin: 0 0 6px;
  padding: 0;
  border: 0;
  background: linear-gradient(to bottom, #d6d6d6 0, #ececec 48%, #fff 100%);
  border-radius: 10px 10px 0 0;
}
body.site-layout .site-locale-picker-box {
  z-index: 20000;
}
body.home-layout #hpMainContent {
  float: left;
  box-sizing: border-box;
  width: 555px;
  padding: 0;
}
body.home-layout #hpSideContent {
  float: right;
  box-sizing: border-box;
  width: 300px;
  padding: 0;
}
body.home-layout .hpContentBlock,
body.home-layout .hpSideBlock {
  margin-bottom: 15px;
}
body.home-layout #hpSVidHeader {
  margin: 0 0 6px;
  color: #777;
  font-size: 12px;
  font-weight: bold;
}
body.home-layout .promoted-videos-section {
  margin-left: 18px;
}
body.home-layout .promoted-videos-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5px;
}
body.home-layout .promoted-videos-grid .home-promoted-tile {
  display: block;
  flex: 0 0 123px;
  width: 123px;
  min-width: 123px;
  margin: 0;
  padding: 0;
  text-align: center;
}
body.home-layout .promoted-videos-grid .home-promoted-thumb.videoIconWrapperOuter {
  display: block;
  box-sizing: border-box;
  width: 123px;
  height: 83px;
  margin: 0 0 3px;
  padding: 2px;
  border: 1px solid #999;
  background: #fff;
}
body.home-layout .promoted-videos-grid .home-promoted-thumb .videoIconWrapperInner,
body.home-layout .promoted-videos-grid .home-promoted-thumb .videoIconWrapperInner > a,
body.home-layout .promoted-videos-grid .home-promoted-thumb .vimg120 {
  display: block;
  width: 117px;
  height: 77px;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: cover;
}
body.home-layout .promoted-videos-grid .home-promoted-title,
body.home-layout .promoted-videos-grid .home-promoted-owner {
  display: block;
  width: 123px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #03c;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.home-layout .promoted-videos-grid .home-promoted-title {
  font-weight: bold;
}
body.home-layout .home-featured {
  box-sizing: border-box;
  width: 555px;
  margin: 0 0 15px;
  padding: 0;
  border: 0;
  background: transparent;
}
body.home-layout .home-featured-heading {
  position: relative;
  box-sizing: border-box;
  width: 535px;
  min-height: 31px;
  margin: 0 0 0 20px;
  padding: 9px 0 3px;
  border-bottom: 1px solid #ccc;
}
body.home-layout .home-featured-heading h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 24px;
}
body.home-layout .home-featured-heading .home-more {
  float: right;
  margin-top: 3px;
  font-size: 11px;
  font-weight: bold;
}
body.home-layout .home-featured-tabs {
  box-sizing: border-box;
  width: 535px;
  height: 40px;
  margin: 0 0 0 20px;
  padding: 0 5px;
  border: 0;
  background: #eee;
}
body.home-layout #hpEditorContainer {
  float: left;
  width: 190px;
  height: 40px;
  margin: 0;
  padding: 0;
}
body.home-layout #hpYTChannelImg {
  float: left;
  width: 30px;
  height: 30px;
  margin: 5px 6px 5px 0;
}
body.home-layout #hpEditorInfo {
  padding-top: 4px;
  font-size: 11px;
  line-height: 14px;
}
body.home-layout #hpEditorHead {
  color: #333;
}
body.home-layout #hpSmallTabsContainer,
body.home-layout .home-small-tabs {
  float: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  box-sizing: border-box;
  width: 335px;
  height: 40px;
  margin: 0;
  padding: 19px 0 0;
  list-style: none;
  font-size: 11px;
  text-align: right;
}
body.home-layout .home-small-tabs li,
body.home-layout .home-small-tabs li.hilite {
  display: block;
  float: none;
  box-sizing: border-box;
  height: 21px;
  margin: 0;
  padding: 5px 7px 4px;
  border: 0;
  background: transparent;
  white-space: nowrap;
}
body.home-layout .home-small-tabs li.hilite {
  border-bottom: 5px solid #fff;
  background: #fff;
  font-weight: bold;
}
body.home-layout .home-small-tabs li a {
  color: #03c;
  text-decoration: none;
}
body.home-layout .home-small-tabs li a:hover {
  text-decoration: underline;
}
body.home-layout .home-small-tabs li.hilite a,
body.home-layout .home-small-tabs li.hilite a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
body.home-layout #home-video-list-content {
  box-sizing: border-box;
  width: 535px;
  margin: 0 0 0 20px;
  padding: 0;
  overflow: visible;
}
body.home-layout #home-video-list-content .home-video-list {
  width: 535px;
  margin: 0;
  padding: 0;
}
body.home-layout #home-video-list-content .home-video-row {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) 125px;
  column-gap: 8px;
  box-sizing: border-box;
  width: 535px;
  min-height: 115px;
  margin: 0;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px dotted #999;
  background: #fff;
}
body.home-layout #home-video-list-content .home-video-thumb {
  position: relative;
  box-sizing: border-box;
  width: 130px;
  height: 96px;
  margin: 0;
  padding: 0;
}
body.home-layout #home-video-list-content .videoIconWrapperOuter,
body.home-layout #home-video-list-content .videoIconWrapperInner,
body.home-layout #home-video-list-content .videoIconWrapperInner > a {
  display: block;
  box-sizing: border-box;
  width: 130px;
  height: 96px;
  margin: 0;
  padding: 0;
}
body.home-layout #home-video-list-content .videoIconWrapperOuter {
  padding: 2px;
  border: 1px solid #999;
  background: #fff;
}
body.home-layout #home-video-list-content .videoIconWrapperInner .vimg120 {
  display: block;
  width: 124px;
  height: 90px;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: cover;
}
body.home-layout #home-video-list-content .home-ql-icon {
  position: absolute;
  left: 3px;
  bottom: 3px;
  z-index: 4;
}
body.home-layout #home-video-list-content .home-video-copy {
  min-width: 0;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
}
body.home-layout #home-video-list-content .home-video-title {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
body.home-layout #home-video-list-content .home-video-description {
  margin: 0 0 4px;
  color: #000;
  line-height: 15px;
}
body.home-layout #home-video-list-content .home-video-runtime {
  margin-top: 4px;
}
body.home-layout #home-video-list-content .home-video-stats {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 125px;
  min-width: 125px;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 15px;
}
body.home-layout #home-video-list-content .home-video-category {
  position: absolute;
  right: 0;
  bottom: 0;
  white-space: nowrap;
}
body.home-layout .home-bottom-more {
  padding: 8px 0 0;
  text-align: right;
  font-weight: bold;
}
body.home-layout .home-hero {
  width: 300px;
  margin: 0 0 10px;
  padding: 0;
}
body.home-layout .home-player-wrap,
body.home-layout .home-player-wrap .player-flash-shell-home,
body.home-layout .home-player-wrap .player-ruffle-host,
body.home-layout .home-player-wrap ruffle-player,
body.home-layout .home-player-wrap object,
body.home-layout .home-player-wrap embed {
  display: block;
  width: 300px !important;
  height: 247px !important;
  margin: 0;
  padding: 0;
}
body.home-layout .home-hero-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 108px;
  column-gap: 8px;
  box-sizing: border-box;
  width: 300px;
  margin: 0;
  padding: 5px 0 0;
  font-size: 11px;
  line-height: 15px;
}
body.home-layout .home-hero-rating {
  text-align: center;
}
body.home-layout .home-hero-rating .category-rate-form {
  margin: 0;
}
body.home-layout .home-hero-rating .category-login-rate {
  color: #03c;
  text-decoration: underline;
}
body.home-layout .home-hero-rating .category-rating-picker {
  position: relative;
  display: block;
  width: 95px;
  height: 20px;
  margin: 1px auto 0;
}
body.home-layout .home-hero-rating .category-rating-images {
  display: flex;
  width: 95px;
  height: 20px;
  pointer-events: none;
}
body.home-layout .home-hero-rating .category-rating-images img {
  display: block;
  width: 19px;
  height: 20px;
}
body.home-layout .home-hero-rating .category-rating-buttons {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  width: 95px;
  height: 20px;
}
body.home-layout .home-hero-rating .category-rating-hitbox {
  position: relative;
  display: block;
  width: 19px;
  height: 20px;
}
body.home-layout .home-hero-rating .category-rating-buttons button {
  display: block;
  width: 9.5px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}
body.home-layout .home-hero-rating .category-rating-buttons .category-rating-half-left {
  position: absolute;
  top: 0;
  left: 0;
}
body.home-layout .home-hero-rating .category-rating-buttons .category-rating-half-right {
  position: absolute;
  top: 0;
  right: 0;
}
body.home-layout .home-hero-rating .category-rating-count {
  display: block;
  white-space: nowrap;
  line-height: 14px;
}
body.home-layout .home-hero-rating .rating-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1px;
  padding-top: 0;
}
body.home-layout .home-hero-rating .rating-stars {
  display: inline-flex;
  height: 20px;
  line-height: 20px;
}
body.home-layout .home-hero-rating .rating-stars img {
  display: block;
  width: 19px;
  height: 20px;
  margin: 0;
}
body.home-layout .home-hero-rating .rating-count {
  display: block;
  white-space: nowrap;
  line-height: 14px;
  font-size: 11px;
}
body.home-layout #hpAccountLinksDiv {
  box-sizing: border-box;
  width: 300px;
  min-height: 30px;
  margin: 0 0 10px;
  padding: 7px 10px 5px;
  border: 1px solid #9db6e5;
  border-radius: 5px;
  background: linear-gradient(to bottom, #f8fbff 0, #d5e3ff 52%, #b7cdf6 100%);
  color: #003c96;
  font-size: 11px;
  line-height: 16px;
  white-space: nowrap;
  box-shadow: inset 0 1px 1px #fff;
}
body.home-layout #hpAccountLinksDiv b {
  margin-right: 5px;
  font-size: 14px;
}
body.home-layout .home-login {
  box-sizing: border-box;
  width: 300px;
  margin: 0 0 15px;
  padding: 0 0 8px;
  border: 1px solid #ccc;
  border-radius: 6px 6px 0 0;
  background: #fff;
  overflow: hidden;
}
body.home-layout .home-login-title {
  box-sizing: border-box;
  width: 100%;
  height: 28px;
  margin: 0 0 8px;
  padding: 4px 8px;
  border: 0;
  background: #ccc;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
body.home-layout .home-login form {
  margin: 0;
  padding: 0 10px;
  text-align: center;
}
body.home-layout .home-login label {
  display: grid;
  grid-template-columns: 142px 1fr;
  align-items: center;
  gap: 5px;
  margin: 4px 0;
  text-align: right;
}
body.home-layout .home-login .hpLoginField {
  box-sizing: border-box;
  width: 130px;
  height: 22px;
  margin: 0;
  padding: 2px;
}
body.home-layout .home-login form p {
  margin: 5px 0 0 147px;
  text-align: left;
}
body.home-layout .hpLoginForgot {
  margin: 8px 0 0;
  text-align: center;
}
body.home-layout .upload-promo {
  display: block;
  width: 300px;
  height: 50px;
}
body.home-layout .upload-promo img {
  display: block;
  width: 300px;
  height: 50px;
  border: 0;
}
body.home-layout .sidebar-box {
  box-sizing: border-box;
  width: 300px;
  margin-bottom: 15px;
  padding: 9px 10px 10px;
  border: 0;
  border-radius: 9px;
  background: #edf0f7;
  font-size: 12px;
  line-height: 15px;
}
body.home-layout .sidebar-box h2,
body.home-layout .category-links h2 {
  margin: 0 0 7px;
  padding: 0;
  font-size: 18px;
  line-height: 21px;
}
body.home-layout .sidebar-box p {
  margin: 0 0 6px;
}
body.home-layout .new-at-site-box {
  background: #edf0f7;
}
body.home-layout .blog-box {
  background: #fffbe6;
}
body.home-layout .hpWNentry {
  clear: both;
  padding-top: 3px;
}
body.home-layout .hpWNimage {
  float: left;
  width: 30px;
  height: 37px;
  margin: 0 6px 12px 0;
}
body.home-layout .hpWNdesc {
  margin: 0 0 12px 36px;
}
body.home-layout .channel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 12px;
}
body.home-layout .channel-grid article {
  min-width: 0;
}
body.home-layout .channel-grid article > div {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  margin-top: 3px;
}
body.home-layout .channel-grid .avatar45 {
  display: block;
  width: 45px;
  height: 45px;
  object-fit: cover;
}
body.home-layout .channel-grid article span {
  font-size: 11px;
  line-height: 13px;
}
body.home-layout .featured-communities article,
body.home-layout .mobile-videos-box article {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin: 0 0 8px;
}
body.home-layout .featured-communities .vimg80,
body.home-layout .mobile-videos-box .vimg80 {
  display: block;
  width: 80px;
  height: 60px;
  object-fit: cover;
}
body.home-layout .sidebar-more {
  margin-top: 7px;
  text-align: right;
}
body.home-layout .category-links {
  box-sizing: border-box;
  width: 300px;
  margin: 0 0 15px;
  padding: 0;
}
body.home-layout .home-directory-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 18px;
}
body.home-layout .home-directory-columns > div {
  display: block;
}
body.home-layout .home-directory-columns a {
  display: block;
  margin: 0 0 2px;
}
body.categories-page #sectionHeader {
  box-sizing: border-box;
  width: 875px;
  height: 36px;
  margin: 0 0 10px;
  padding: 0;
  border-bottom: 1px solid #999;
  background: transparent;
}
body.categories-page #sectionHeader .name {
  float: left;
  width: 150px;
  font-size: 21px;
  font-weight: bold;
  line-height: 34px;
}
body.categories-page #sectionHeader .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
}
body.categories-page #sideNav.category-nav {
  float: left;
  box-sizing: border-box;
  width: 140px;
  margin: 0 9px 0 0;
  padding: 0;
}
body.categories-page .category-layout {
  float: right;
  display: grid;
  grid-template-columns: 410px 300px;
  column-gap: 15px;
  align-items: start;
  box-sizing: border-box;
  width: 725px;
  margin: 0;
  padding: 0;
}
body.categories-page #mainContentWithNav.category-index-page {
  float: none;
  box-sizing: border-box;
  width: 410px;
  min-width: 0;
  margin: 0;
  padding: 0;
}
body.categories-page .category-feature {
  box-sizing: border-box;
  width: 410px;
  margin: 0 0 15px;
  padding: 8px;
  border: 1px solid #a9c2ee;
  background: #e5edfc;
}
body.categories-page .category-feature .feature-video {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  column-gap: 8px;
}
body.categories-page .category-feature .feature-video .vimg160 {
  width: 180px;
  height: 135px;
  object-fit: cover;
}
body.categories-page .category-feature .feature-channel-grid {
  grid-template-columns: 1fr 1fr;
}
body.categories-page #catIndexGridHeading {
  width: 410px;
}
body.categories-page .category-grid {
  grid-template-columns: 1fr 1fr;
  width: 410px;
}
body.categories-page .category-player {
  box-sizing: border-box;
  width: 300px;
  margin: 0;
  padding: 0;
}
body.categories-page .category-player-frame,
body.categories-page .category-player-frame .player-flash-shell-home,
body.categories-page .category-player-frame .player-ruffle-host,
body.categories-page .category-player-frame ruffle-player,
body.categories-page .category-player-frame object,
body.categories-page .category-player-frame embed {
  display: block;
  width: 300px !important;
  height: 247px !important;
  margin: 0;
  padding: 0;
}
body.categories-page .category-player-info {
  float: left;
  box-sizing: border-box;
  width: 185px;
  margin: 0;
  padding: 6px 0 0;
  font-size: 11px;
  line-height: 15px;
}
body.categories-page .category-player-rating {
  float: right;
  box-sizing: border-box;
  width: 110px;
  margin: 0;
  padding: 6px 0 0;
  text-align: center;
  font-size: 11px;
}
body.categories-page .category-player-rating .rating-line {
  display: block;
}
body.categories-page .rating-stars {
  height: 20px;
  line-height: 20px;
}
body.categories-page .rating-stars img {
  width: 19px;
  height: 20px;
}
body.home-layout #hpMainContent.home-main {
  display: block !important;
  float: left !important;
  width: 555px !important;
}
body.home-layout #hpSideContent.home-side {
  display: block !important;
  float: right !important;
  width: 300px !important;
}
body.home-layout .home-featured {
  display: block !important;
  width: 555px !important;
  margin: 0 0 15px !important;
}
body.home-layout #home-video-list-content .home-video-row {
  display: grid !important;
  float: none !important;
  grid-template-columns: 130px minmax(0, 1fr) 125px !important;
  width: 535px !important;
}
body.home-layout #home-video-list-content .home-video-thumb {
  display: block !important;
  float: none !important;
  width: 130px !important;
  height: 96px !important;
}
body.home-layout #home-video-list-content .home-video-copy {
  display: block !important;
  float: none !important;
  width: auto !important;
  min-height: 0 !important;
  font: 12px/15px Arial, Helvetica, sans-serif !important;
}
body.home-layout #home-video-list-content .home-video-stats {
  display: block !important;
  float: none !important;
  width: 125px !important;
  min-height: 96px !important;
  font: 11px/15px Arial, Helvetica, sans-serif !important;
}
body.home-layout .home-player-wrap,
body.home-layout .home-player-wrap .player-flash-shell-home,
body.home-layout .home-player-wrap .player-ruffle-host,
body.home-layout .home-player-wrap ruffle-player,
body.home-layout .home-player-wrap object,
body.home-layout .home-player-wrap embed {
  width: 300px !important;
  height: 247px !important;
}
body.home-layout .home-hero-meta {
  display: grid !important;
  width: 300px !important;
  min-height: 43px !important;
  margin: 0 !important;
  font: 11px/15px Arial, Helvetica, sans-serif !important;
}
body.site-layout #gNavDiv {
  display: block;
}
body.site-layout #gNavDiv .nav-tabs {
  float: left;
  display: block;
  width: 496px;
  margin-left: 159px;
}
body.site-layout #gNavDiv .nav-tabs .tab,
body.site-layout #gNavDiv .nav-tabs .tab.tab_sel {
  float: left;
}
body.site-layout #gNavDiv #upload {
  float: right;
}
body.home-layout .promoted-videos-grid {
  display: block;
  overflow: hidden;
}
body.home-layout .promoted-videos-grid .home-promoted-tile {
  float: left;
  margin-right: 9px;
}
body.home-layout .promoted-videos-grid .home-promoted-tile:last-child {
  margin-right: 0;
}
html.no-modern-layout body.home-layout #home-video-list-content .home-video-row {
  display: block !important;
  overflow: hidden;
}
html.no-modern-layout body.home-layout #home-video-list-content .home-video-thumb {
  float: left !important;
}
html.no-modern-layout body.home-layout #home-video-list-content .home-video-copy {
  float: left !important;
  width: 272px !important;
  margin-left: 8px !important;
}
html.no-modern-layout body.home-layout #home-video-list-content .home-video-stats {
  float: right !important;
}
html.no-modern-layout body.home-layout .home-hero-meta {
  display: block !important;
  overflow: hidden;
}
html.no-modern-layout body.home-layout .home-hero-copy {
  float: left;
  width: 184px;
}
html.no-modern-layout body.home-layout .home-hero-rating {
  float: right;
  width: 108px;
}
html.no-modern-layout body.categories-page .category-layout {
  display: block;
  overflow: hidden;
}
html.no-modern-layout body.categories-page #mainContentWithNav.category-index-page {
  float: left;
}
html.no-modern-layout body.categories-page .category-player {
  float: right;
}

body.site-layout #siteHeader.site-masthead{width:875px!important;min-width:875px!important;max-width:875px!important;height:112px!important;min-height:112px!important;margin:0 0 6px!important;padding:0!important}
body.site-layout #gNavDiv{display:block!important;width:875px!important;height:28px!important;margin:0!important;padding:0!important;overflow:hidden!important}
body.site-layout #gNavDiv .nav-tabs{display:block!important;float:left!important;width:496px!important;height:28px!important;margin:0 0 0 159px!important;padding:0!important;overflow:hidden!important}
body.site-layout #gNavDiv .nav-tabs .tab,body.site-layout #gNavDiv .nav-tabs .tab.tab_sel{display:block!important;float:left!important;width:124px!important;height:28px!important;margin:0!important;padding:0 3px!important;border:0!important;background:transparent!important;overflow:hidden!important}
body.site-layout #gNavDiv .nav-tabs .tab img{display:block!important;width:118px!important;height:28px!important;margin:0!important;padding:0!important;border:0!important}
body.site-layout #gNavDiv #upload{display:block!important;float:right!important;width:220px!important;height:28px!important;margin:0!important;padding:0!important;text-align:right!important;overflow:hidden!important}
body.site-layout #gNavDiv #upload a,body.site-layout #gNavDiv #upload img{display:inline-block!important;width:130px!important;height:28px!important;margin:0!important;padding:0!important;border:0!important}
body.home-layout #hpMainContent.home-main{display:block!important;float:left!important;box-sizing:border-box!important;width:555px!important;min-width:555px!important;max-width:555px!important;padding:0!important}
body.home-layout #hpSideContent.home-side{display:block!important;float:right!important;box-sizing:border-box!important;width:300px!important;min-width:300px!important;max-width:300px!important;padding:0!important}
body.home-layout .promoted-videos-section{display:block!important;box-sizing:border-box!important;width:535px!important;margin:0 0 15px 20px!important;padding:0!important;overflow:visible!important}
body.home-layout .promoted-videos-grid{display:grid!important;grid-template-columns:repeat(4,123px)!important;grid-auto-flow:row!important;align-items:start!important;justify-content:space-between!important;column-gap:0!important;row-gap:0!important;box-sizing:border-box!important;width:535px!important;margin:0!important;padding:0!important;overflow:visible!important}
body.home-layout .promoted-videos-grid .home-promoted-tile{display:block!important;float:none!important;box-sizing:border-box!important;width:123px!important;min-width:123px!important;max-width:123px!important;margin:0!important;padding:0!important;overflow:hidden!important;text-align:center!important}
body.home-layout .promoted-videos-grid .home-promoted-thumb.videoIconWrapperOuter{display:block!important;box-sizing:border-box!important;width:123px!important;height:83px!important;margin:0 0 3px!important;padding:2px!important;border:1px solid #999!important;background:#fff!important;overflow:hidden!important}
body.home-layout .promoted-videos-grid .home-promoted-thumb .videoIconWrapperInner,body.home-layout .promoted-videos-grid .home-promoted-thumb .videoIconWrapperInner>a,body.home-layout .promoted-videos-grid .home-promoted-thumb .vimg120{display:block!important;box-sizing:border-box!important;width:117px!important;height:77px!important;margin:0!important;padding:0!important;border:0!important;object-fit:cover!important;object-position:center!important;overflow:hidden!important}
body.home-layout .promoted-videos-grid .home-promoted-title,body.home-layout .promoted-videos-grid .home-promoted-owner{display:block!important;box-sizing:border-box!important;width:123px!important;min-width:0!important;height:14px!important;min-height:0!important;max-height:14px!important;margin:0!important;padding:0!important;overflow:hidden!important;font:normal 11px/14px Arial,Helvetica,sans-serif!important;text-align:center!important;text-overflow:ellipsis!important;white-space:nowrap!important}
body.home-layout .promoted-videos-grid .home-promoted-title{font-weight:bold!important}
body.home-layout .home-featured{clear:left!important;display:block!important;box-sizing:border-box!important;width:555px!important;min-width:555px!important;max-width:555px!important;margin:0 0 15px!important;padding:0!important}
body.home-layout .home-subscriptions{clear:left!important;box-sizing:border-box!important;width:555px!important;min-width:555px!important;max-width:555px!important}
body.home-layout .new-at-site-box .hpWNimage img,body.home-layout #hpYTChannelImg img,body.home-layout .upload-promo img{display:block!important;border:0!important}
body.home-layout #hpMainContent,
body.home-layout #hpSideContent {
  padding-top: 6px !important;
}
body.home-layout .active-sharing-section {
  box-sizing: border-box !important;
  width: 550px !important;
  height: 115px !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  overflow: hidden !important;
}
body.home-layout .active-sharing-section .home-active-sharing-player,
body.home-layout .active-sharing-section object,
body.home-layout .active-sharing-section embed,
body.home-layout .active-sharing-section .player-ruffle-host,
body.home-layout .active-sharing-section ruffle-player,
body.home-layout .active-sharing-section ruffle-object,
body.home-layout .active-sharing-section ruffle-embed {
  display: block !important;
  width: 550px !important;
  height: 115px !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.home-layout .active-sharing-section .home-active-sharing-legacy {
  box-sizing: border-box !important;
  width: 550px !important;
  height: 115px !important;
  margin: 0 !important;
  padding: 7px 9px !important;
  border: 1px solid #bbb !important;
  background: #fff !important;
  color: #666 !important;
  overflow: hidden !important;
}
body.home-layout .active-sharing-section .home-active-sharing-label {
  height: 16px !important;
  margin: 0 0 5px !important;
  font: bold 11px/16px Arial, Helvetica, sans-serif !important;
}
body.home-layout .active-sharing-section .home-active-sharing-items {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  height: 79px !important;
}
body.home-layout .active-sharing-section .home-active-sharing-item {
  position: relative !important;
  display: block !important;
  width: 96px !important;
  height: 72px !important;
  overflow: hidden !important;
}
body.home-layout .active-sharing-section .home-active-sharing-item img {
  display: block !important;
  width: 96px !important;
  height: 72px !important;
  border: 0 !important;
  object-fit: cover !important;
}
body.home-layout .active-sharing-section .home-active-sharing-duration {
  position: absolute !important;
  right: 2px !important;
  bottom: 2px !important;
  padding: 1px 3px !important;
  background: #000 !important;
  color: #fff !important;
  font: 10px/12px Arial, Helvetica, sans-serif !important;
}
body.home-layout .promoted-videos-section {
  width: 535px !important;
  margin: 0 0 15px 18px !important;
}
body.home-layout .promoted-videos-grid {
  grid-template-columns: repeat(4, 123px) !important;
  width: 535px !important;
}
body.home-layout .promoted-videos-grid .home-promoted-tile {
  width: 123px !important;
  min-width: 123px !important;
  max-width: 123px !important;
}
body.home-layout .promoted-videos-grid .home-promoted-thumb.videoIconWrapperOuter {
  width: 122px !important;
  height: 74px !important;
  margin: 0 auto 3px !important;
  padding: 0 !important;
  border: 1px solid #999 !important;
  background: #fff !important;
}
body.home-layout .promoted-videos-grid .home-promoted-thumb .videoIconWrapperInner,
body.home-layout .promoted-videos-grid .home-promoted-thumb .videoIconWrapperInner > a {
  width: 120px !important;
  height: 72px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}
body.home-layout .promoted-videos-grid .home-promoted-thumb .vimg120 {
  width: 120px !important;
  height: 90px !important;
  margin: -9px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
}
body.home-layout .promoted-videos-grid .home-promoted-title,
body.home-layout .promoted-videos-grid .home-promoted-owner {
  width: 123px !important;
  height: 14px !important;
  max-height: 14px !important;
  font: normal 11px/14px Arial, Helvetica, sans-serif !important;
}
body.home-layout .promoted-videos-grid .home-promoted-title {
  font-weight: bold !important;
}
body.home-layout #hpSideContent > #hpAccountLinksDiv:first-child {
  margin-top: 0 !important;
}
body.home-layout #hpSideContent > .home-hero:first-child,
body.home-layout #hpSideContent > #hpAccountLinksDiv + .home-hero {
  margin-top: 0 !important;
}

body.home-layout #hpAccountLinksDiv.home-account-panel{box-sizing:border-box!important;display:block!important;width:300px!important;min-width:300px!important;max-width:300px!important;height:30px!important;min-height:30px!important;max-height:30px!important;margin:0 0 12px!important;padding:0 5px 0 44px!important;border:0!important;border-radius:0!important;background-color:#dce8fb!important;background-image:url("../legacy/pic_my_account_links_300x30.png")!important;background-repeat:no-repeat!important;background-position:0 0!important;font:normal 11px/30px Arial,Helvetica,sans-serif!important;text-align:left!important;white-space:nowrap!important;overflow:hidden!important;}
body.home-layout #hpAccountLinksDiv.home-account-panel a{font:normal 11px/30px Arial,Helvetica,sans-serif!important;white-space:nowrap!important;}
body.home-layout .home-featured-tabs{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;padding:0 5px!important}
body.home-layout #hpEditorContainer{display:block!important;float:none!important;flex:0 0 190px!important;width:190px!important;margin:0!important;padding:0!important}
body.home-layout #hpSmallTabsContainer,body.home-layout .home-small-tabs{display:flex!important;float:none!important;flex:0 0 335px!important;width:335px!important;margin:0!important}
body.home-layout #hpSideContent>#hpAccountLinksDiv:first-child{margin-top:8px!important}
body.home-layout #home-video-list-content .home-video-thumb{position:relative!important;overflow:hidden!important}
body.home-layout #home-video-list-content .home-ql-icon{position:absolute!important;left:3px!important;top:68px!important;bottom:auto!important;z-index:10!important;width:25px!important;height:25px!important;margin:0!important;padding:0!important;line-height:0!important}
body.home-layout #home-video-list-content .home-ql-icon .quick-add{position:static!important;display:block!important;box-sizing:border-box!important;width:25px!important;height:25px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;line-height:0!important}
body.home-layout #home-video-list-content .home-ql-icon .quick-add img{display:block!important;width:25px!important;height:25px!important;margin:0!important;padding:0!important;border:0!important}
body.home-layout .promoted-videos-grid .home-promoted-thumb.videoIconWrapperOuter{box-sizing:border-box!important;width:123px!important;height:83px!important;margin:0 auto 3px!important;padding:2px!important;border:1px solid #888!important;background:#fff!important;overflow:hidden!important}
body.home-layout .promoted-videos-grid .home-promoted-thumb .videoIconWrapperInner,body.home-layout .promoted-videos-grid .home-promoted-thumb .videoIconWrapperInner>a{box-sizing:border-box!important;width:117px!important;height:77px!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important}
body.home-layout .promoted-videos-grid .home-promoted-thumb .vimg120{display:block!important;width:117px!important;height:77px!important;margin:0!important;padding:0!important;border:0!important;object-fit:cover!important}

body.home-layout #hpSideContent>#hpAccountLinksDiv:first-child{margin-top:0!important}
body.home-layout .home-promoted{box-sizing:border-box!important;width:545px!important;margin:0 0 18px!important;padding:0!important}
body.home-layout .home-promoted h2{margin:0 0 6px!important;color:#777!important;font:bold 12px/16px Arial,Helvetica,sans-serif!important}

body.home-layout #home-video-list-content .home-video-thumb{overflow:visible!important}
body.home-layout #home-video-list-content .home-ql-icon{top:49px!important;bottom:auto!important;left:2px!important}
body.home-layout .home-promoted{margin-bottom:14px!important}
body.home-layout .home-subscriptions{margin-bottom:18px!important}
body.home-layout #hpContentWrapper{display:block!important;box-sizing:border-box!important;width:875px!important;min-width:875px!important;max-width:875px!important;margin:0!important;padding:0!important;background:transparent!important;overflow:visible!important}
body.home-layout #hpContentWrapper>#hpMainContent.home-main{float:left!important;margin-top:24px!important;padding:0!important;background:transparent!important}
body.home-layout #hpContentWrapper>#hpSideContent.home-side{float:right!important;margin-top:24px!important;padding:0!important;background:transparent!important}
body.home-layout #hpContentWrapper>#hpSideContent.home-side>#hpAccountLinksDiv:first-child{margin-top:0!important}
body.categories-page .category-rate-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  line-height: 14px;
}
body.categories-page .category-rating-picker {
  position: relative;
  display: block;
  width: 95px;
  height: 20px;
  margin: 1px auto 0;
}
body.categories-page .category-rating-images {
  display: flex;
  width: 95px;
  height: 20px;
  pointer-events: none;
}
body.categories-page .category-rating-images img {
  display: block;
  width: 19px;
  height: 20px;
}
body.categories-page .category-rating-buttons {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  width: 95px;
  height: 20px;
}
body.categories-page .category-rating-buttons button {
  display: block;
  width: 9.5px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}
body.categories-page .category-rating-count {
  display: block;
  white-space: nowrap;
}
body.categories-page .category-login-rate {
  color: #03c;
  text-decoration: underline;
}
body.categories-page .category-layout {
  float: right !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 725px !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.categories-page #mainContentWithNav.category-index-page {
  float: none !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 725px !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.categories-page .category-index-top {
  display: grid !important;
  grid-template-columns: 410px 300px !important;
  column-gap: 15px !important;
  align-items: start !important;
  width: 725px !important;
}
body.categories-page .category-index-directory {
  clear: both !important;
  display: block !important;
  width: 725px !important;
  margin-top: 15px !important;
}
body.categories-page .category-index-directory #catIndexGridHeading {
  box-sizing: border-box !important;
  width: 725px !important;
  margin: 0 0 10px !important;
}
body.categories-page .category-index-directory .category-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  column-gap: 22px !important;
  row-gap: 34px !important;
  box-sizing: border-box !important;
  width: 725px !important;
}
body.categories-page .category-index-directory .catEntry {
  min-width: 0 !important;
  min-height: 105px !important;
}
body.categories-page .category-index-directory .catVEntry {
  display: grid !important;
  grid-template-columns: 80px minmax(0, 1fr) !important;
  column-gap: 5px !important;
}
body.categories-page .category-index-directory .catVstill {
  float: none !important;
  padding: 0 !important;
}
body.categories-page .category-index-directory .catVinfo {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
body.categories-page .category-player {
  box-sizing: border-box !important;
  width: 300px !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.categories-page .category-player-frame,
body.categories-page .category-player-frame .player-flash-shell-home,
body.categories-page .category-player-frame .player-ruffle-host,
body.categories-page .category-player-frame ruffle-player,
body.categories-page .category-player-frame object,
body.categories-page .category-player-frame embed {
  display: block !important;
  width: 300px !important;
  height: 247px !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.categories-page .category-player-details {
  display: grid !important;
  grid-template-columns: 185px 110px !important;
  column-gap: 5px !important;
  align-items: start !important;
  width: 300px !important;
}
body.categories-page .category-player-info,
body.categories-page .category-player-rating {
  float: none !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding-top: 6px !important;
  font-size: 11px !important;
  line-height: 15px !important;
}
body.categories-page .category-player-info {
  width: 185px !important;
  min-width: 0 !important;
}
body.categories-page .category-player-rating {
  width: 110px !important;
  text-align: center !important;
}
body.categories-page .category-player-rating .rating-line {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  margin-top: 1px !important;
}
body.categories-page .rating-stars {
  display: inline-flex !important;
  height: 20px !important;
  line-height: 20px !important;
}
body.categories-page .rating-stars img {
  display: block !important;
  width: 19px !important;
  height: 20px !important;
}
body.categories-page .rating-count {
  display: block !important;
  clear: both !important;
  white-space: nowrap !important;
  line-height: 14px !important;
}
body.category-detail-view #sectionHeader .title.category-detail-header-title {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  min-width: 0 !important;
  margin-left: 150px !important;
  padding-top: 7px !important;
  line-height: 20px !important;
}
body.category-detail-view #sectionHeader .title.category-detail-header-title img {
  display: block !important;
  flex: 0 0 16px !important;
}
body.category-detail-view #mainContentWithNav.category-detail-page {
  float: right !important;
  box-sizing: border-box !important;
  width: 725px !important;
  margin: 0 !important;
  padding: 5px 0 0 !important;
}
body.category-detail-view .category-detail-columns {
  display: grid !important;
  grid-template-columns: 410px 300px !important;
  column-gap: 15px !important;
  align-items: start !important;
  width: 725px !important;
}
body.category-detail-view .category-detail-primary {
  min-width: 0 !important;
  width: 410px !important;
}
body.category-detail-view .category-detail-secondary {
  min-width: 0 !important;
  width: 300px !important;
}
body.category-detail-view .category-detail-pick {
  box-sizing: border-box !important;
  width: 410px !important;
  min-height: 210px !important;
  margin: 0 0 15px !important;
}
body.category-detail-view .category-detail-pick-body {
  display: grid !important;
  grid-template-columns: 160px minmax(0, 1fr) !important;
  column-gap: 10px !important;
  align-items: start !important;
}
body.category-detail-view .category-detail-pick-thumb,
body.category-detail-view .category-detail-pick-thumb .vimg160 {
  display: block !important;
  float: none !important;
  width: 160px !important;
  height: 120px !important;
  margin: 0 !important;
}
body.category-detail-view .category-detail-copy {
  min-width: 0 !important;
  font-size: 11px !important;
  line-height: 14px !important;
}
body.category-detail-view .category-detail-copy .rating-line {
  display: block !important;
  margin-top: 4px !important;
}
body.category-detail-view .category-detail-copy .rating-count {
  margin-top: 0 !important;
}
body.category-detail-view .category-detail-grid-heading {
  box-sizing: border-box !important;
  width: 410px !important;
  margin: 0 0 8px !important;
  padding: 0 0 5px !important;
  border-bottom: 1px solid #aaa !important;
  font-size: 13px !important;
  line-height: 17px !important;
}
body.category-detail-view .category-video-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 120px) !important;
  justify-content: space-between !important;
  column-gap: 0 !important;
  row-gap: 19px !important;
  box-sizing: border-box !important;
  width: 410px !important;
  margin: 0 !important;
}
body.category-detail-view .category-video-grid .category-video-entry {
  box-sizing: border-box !important;
  width: 120px !important;
  min-height: 198px !important;
  margin: 0 !important;
}
body.category-detail-view .category-video-grid .vtitle {
  min-height: 31px !important;
}
body.category-detail-view .category-video-grid .vfacets {
  min-height: 44px !important;
  line-height: 14px !important;
}
body.category-detail-view .category-video-grid .rating-line {
  display: block !important;
  margin-top: 2px !important;
}
body.category-detail-view .category-video-grid .rating-stars {
  display: flex !important;
}
body.category-detail-view .category-video-grid .rating-count {
  margin-top: 0 !important;
}
body.category-detail-view .category-detail-secondary .category-player {
  margin-bottom: 14px !important;
}
body.category-detail-view .category-detail-channels {
  box-sizing: border-box !important;
  width: 300px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 9px 10px !important;
  border: 1px solid #b5c5e8 !important;
  border-radius: 7px !important;
  background: #e6ecf9 !important;
}
body.category-detail-view .category-detail-channels h2 {
  margin: 0 0 9px !important;
  font-size: 13px !important;
  line-height: 16px !important;
}
body.category-detail-view .category-detail-channels .feature-channel-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px 14px !important;
}
body.category-detail-view .category-player-empty {
  min-height: 247px !important;
  margin-bottom: 14px !important;
  padding: 110px 15px 0 !important;
  border: 1px solid #ddd !important;
  background: #f7f7f7 !important;
  color: #666 !important;
  text-align: center !important;
}
html.no-modern-layout body.categories-page .category-index-top,
html.no-modern-layout body.category-detail-view .category-detail-columns {
  display: block !important;
}
html.no-modern-layout body.categories-page .category-index-top .category-feature,
html.no-modern-layout body.category-detail-view .category-detail-primary {
  float: left !important;
}
html.no-modern-layout body.categories-page .category-index-top .category-player,
html.no-modern-layout body.category-detail-view .category-detail-secondary {
  float: right !important;
}
html.no-modern-layout body.categories-page .category-index-directory {
  clear: both !important;
  padding-top: 15px !important;
}
html.no-modern-layout body.categories-page .category-index-directory .catEntry {
  float: left !important;
  width: 227px !important;
  margin-right: 22px !important;
}
html.no-modern-layout body.categories-page .category-index-directory .catEntry:nth-child(3n) {
  margin-right: 0 !important;
}
html.no-modern-layout body.category-detail-view .category-video-grid .category-video-entry {
  float: left !important;
  margin-right: 25px !important;
}
html.no-modern-layout body.category-detail-view .category-video-grid .category-video-entry:nth-child(3n) {
  margin-right: 0 !important;
}

body.legacy-account-page #account-content,
body.legacy-account-page .inbox-page.inbox-mailbox-page {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  box-sizing: border-box !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  margin: 14px auto 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.legacy-account-page #account-content > .account-tabbar,
body.legacy-account-page .inbox-page.inbox-mailbox-page > .account-tabbar,
body.legacy-account-page .account-options-shell > .account-tabbar,
body.legacy-account-page .channel-edit-shell > .account-tabbar {
  position: static !important;
  left: auto !important;
  right: auto !important;
  box-sizing: border-box !important;
  display: block !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  text-align: right !important;
}

body.videos-manager-page .videos-manager-shell,
body.favorites-manager-page #account-content.favorites-manager-shell,
body.collections-page #account-content.collections-shell,
body.inbox-body #account-content,
body.subscriptions-body #account-content {
  box-sizing: border-box !important;
}

.upload-complete-content {
  padding-top: 78px !important;
}

#account-content.collections-shell .account-page-title {
  margin-bottom: 7px !important;
}

#account-content.collections-shell .collections-detail > header {
  align-items: start !important;
}

#account-content.collections-shell .collections-detail-info {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 8px !important;
  min-width: 0 !important;
  line-height: normal !important;
}

#account-content.collections-shell .collections-detail-info-row {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) !important;
  gap: 7px !important;
  align-items: center !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#account-content.collections-shell .collections-detail-info-row > b {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: bold !important;
  text-align: left !important;
  white-space: nowrap !important;
}

#account-content.collections-shell .collections-detail-info-row > input {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body.legacy-account-page .videos-manager-shell,
body.legacy-account-page #account-content.favorites-manager-shell,
body.legacy-account-page #account-content.collections-shell,
body.legacy-account-page #account-content.subscriptions-shell,
body.legacy-account-page #account-content.edit-video-shell,
body.legacy-account-page #account-content .account-exact,
body.legacy-account-page #account-content .account-options-shell,
body.legacy-account-page #account-content .channel-edit-shell {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  box-sizing: border-box !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.legacy-account-page #account-content .account-page-title,
body.legacy-account-page #account-content .account-title,
body.legacy-account-page #account-content .account-options-heading.account-page-title,
body.legacy-account-page #account-content .channel-edit-heading.account-page-title {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  box-sizing: border-box !important;
  display: block !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  min-height: 0 !important;
  margin: 0 0 13px !important;
  padding: 0 0 5px !important;
  border: 0 !important;
  border-bottom: 1px solid #aaa !important;
  background: transparent !important;
  color: #111 !important;
  font: bold 24px/29px Arial, Helvetica, sans-serif !important;
}

body.legacy-account-page #account-content .account-title a,
body.legacy-account-page #account-content .account-title a:visited {
  color: #03c !important;
  font: normal 24px/29px Arial, Helvetica, sans-serif !important;
  text-decoration: underline !important;
}

body.legacy-account-page #account-content .account-title strong {
  color: #111 !important;
  font: bold 24px/29px Arial, Helvetica, sans-serif !important;
}

body.legacy-account-page #account-content .account-title span {
  margin: 0 8px !important;
  padding: 0 !important;
  color: #666 !important;
  font: normal 24px/29px Arial, Helvetica, sans-serif !important;
}

body.legacy-account-page .videos-manager-layout,
body.legacy-account-page #account-content.favorites-manager-shell .favorites-manager-layout,
body.legacy-account-page #account-content.collections-shell .collections-layout {
  box-sizing: border-box !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  margin: 0 !important;
}

body.legacy-account-page #account-content.collections-shell .collections-layout.is-create,
body.legacy-account-page #account-content.collections-shell .collections-layout.is-create .collections-content {
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
}

body.legacy-account-page #account-content.subscriptions-shell .subscriptions-tabs,
body.legacy-account-page #account-content.subscriptions-shell .subscriptions-tab-panel {
  box-sizing: border-box !important;
  width: 875px !important;
  max-width: 875px !important;
}

body.legacy-account-page #account-content .account-options-layout,
body.legacy-account-page #account-content .channel-edit-layout {
  box-sizing: border-box !important;
  width: 875px !important;
  max-width: 875px !important;
}

body.inbox-body .inbox-page.inbox-mailbox-page .inbox-columns {
  box-sizing: border-box !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  margin: 0 !important;
}

.confirmBox,
.successBox,
.errorBox,
.noticeBox,
.plain-error,
.account-options-notice,
.account-options-error,
.edit-video-success,
.upload-inline-error,
.channel-edit-status-success,
.channel-edit-status-error {
  box-sizing: border-box !important;
  display: block !important;
  clear: both !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 6px 0 !important;
  padding: 6px !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  text-align: center !important;
  font: bold 14px/18px Arial, Helvetica, sans-serif !important;
}
.confirmBox,
.noticeBox {
  border: 3px solid #666 !important;
  color: #006 !important;
}
.successBox,
.account-options-notice,
.edit-video-success,
.channel-edit-status-success {
  border: 3px solid #090 !important;
  color: #060 !important;
}
.errorBox,
.plain-error,
.account-options-error,
.upload-inline-error,
.channel-edit-status-error {
  border: 3px solid #c00 !important;
  color: #c00 !important;
}
#account-alerts:empty {
  display: none;
}
#account-alerts .confirmBox,
#account-alerts .successBox,
#account-alerts .errorBox {
  width: 875px !important;
  margin: 0 0 10px !important;
}
.upload-limit-message.confirmBox {
  width: 560px !important;
  margin: 28px auto !important;
  padding: 12px 16px !important;
  color: #006 !important;
}
.upload-limit-message.confirmBox h2 {
  margin: 0 0 8px !important;
  color: #006 !important;
  font-size: 18px !important;
  line-height: 22px !important;
}
.upload-limit-message.confirmBox p {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 18px !important;
}
.site-page-alert {
  width: 875px !important;
  margin: 0 0 10px !important;
}
.channel-page-alert {
  width: 875px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
#videos-manager-alerts:empty,
#upload-client-alerts:empty {
  display: none;
}
#videos-manager-alerts .videos-manager-message,
#upload-client-alerts .upload-inline-error,
.upload-inline-info.confirmBox {
  width: 100% !important;
  margin: 0 0 10px !important;
}
.settings-warning.confirmBox {
  text-align: left !important;
}

.account-section-links-row {
  box-sizing: border-box !important;
  display: block !important;
  width: 875px !important;
  height: 20px !important;
  margin: -8px 0 2px !important;
  padding: 0 !important;
  text-align: right !important;
}
.account-section-links-row .account-section-links {
  display: block !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #111 !important;
  font: normal 12px/18px Arial, Helvetica, sans-serif !important;
  white-space: nowrap !important;
}
.account-section-links-row .account-section-links a {
  font: normal 12px/18px Arial, Helvetica, sans-serif !important;
}
.account-alert-stack {
  display: none !important;
}
.account-alert-stack.has-alerts {
  display: block !important;
}
body.legacy-account-page .account-alert-stack {
  box-sizing: border-box !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  margin: 0 0 10px !important;
}
body.legacy-account-page .account-alert-stack > .confirmBox,
body.legacy-account-page .account-alert-stack > .successBox,
body.legacy-account-page .account-alert-stack > .errorBox,
body.legacy-account-page .account-alert-stack > .plain-error {
  width: 875px !important;
  margin: 0 0 6px !important;
}
body.legacy-account-page .account-alert-stack > :last-child {
  margin-bottom: 0 !important;
}

.compact-account-panel {
  box-sizing: border-box;
  display: block;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  margin: 0 0 12px;
  padding: 0 5px 0 44px;
  border: 0;
  background: #dce8fb url("../legacy/pic_my_account_links_300x30.png") no-repeat 0 0;
  font: normal 11px/30px Arial, Helvetica, sans-serif;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}
.compact-account-panel a,
.compact-account-panel a:visited {
  font: normal 11px/30px Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
body.categories-page .category-index-secondary {
  box-sizing: border-box;
  width: 300px;
  min-width: 300px;
}
body.categories-page .category-account-panel {
  margin: 0 0 12px;
}
body.categories-page .category-rating-buttons {
  display: flex;
  width: 95px;
  height: 20px;
}
body.categories-page .category-rating-hitbox {
  display: flex;
  width: 19px;
  height: 20px;
}
body.categories-page .category-rating-buttons .category-rating-half-left {
  width: 9px;
  min-width: 9px;
  max-width: 9px;
}
body.categories-page .category-rating-buttons .category-rating-half-right {
  width: 10px;
  min-width: 10px;
  max-width: 10px;
}
body.login-page .login-shell {
  width: 400px;
  margin: 24px auto 0;
}
body.login-page .login-member-box {
  width: 400px;
}
body.login-page .headerRCBox .rch {
  display: block;
}
body.login-page .headerRCBox .rch * {
  display: block;
  height: 1px;
  overflow: hidden;
  background: #ccc;
}
body.login-page .headerRCBox .rch1 {
  margin: 0 3px;
  padding: 0 1px;
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  background: #d9d9d9;
}
body.login-page .headerRCBox .rch2 {
  margin: 0 1px;
  padding: 0 1px;
  border-right: 1px solid #fafafa;
  border-left: 1px solid #fafafa;
  background: #d6d6d6;
}
body.login-page .headerRCBox .rch3 {
  margin: 0 1px;
  border-right: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
}
body.login-page .headerRCBox .rch4 {
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
body.login-page .headerRCBox .rch5 {
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}
body.login-page .headerRCBox .content {
  padding: 0 7px 3px;
  background: #ccc;
}
body.login-page .headerRCBox .headerTitle {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
body.login-page .contentBox {
  padding: 12px 8px 10px;
  border: 1px solid #ccc;
  background: #fff;
}
body.login-page .login-form {
  margin: 0;
}
body.login-page .login-form table {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 4px 5px;
}
body.login-page .login-form td {
  padding: 0;
  font-size: 11px;
  vertical-align: middle;
}
body.login-page .login-form td:first-child {
  text-align: right;
  white-space: nowrap;
}
body.login-page .hpLoginField {
  box-sizing: border-box;
  width: 182px;
  height: 23px;
}
body.login-page .hpLoginForgot {
  padding-top: 10px;
  font-size: 11px;
  text-align: center;
}
body.login-page .login-rule {
  height: 1px;
  margin: 14px 0 15px;
  border-top: 1px dashed #aaa;
}
body.login-page .login-google {
  margin: 0;
  font-size: 14px;
  text-align: center;
}
body.login-page .login-google img {
  margin-left: 4px;
  vertical-align: -4px;
}

#sectionHeader.has-account-section-links {
  min-height: 60px;
}
#sectionHeader.has-account-section-links .title {
  margin-right: 315px;
}
#sectionHeader.has-account-section-links .account-section-links {
  position: absolute;
  top: 24px;
  right: 0;
  float: none;
  box-sizing: border-box;
  width: 300px;
  height: 30px;
  margin: 0;
  padding: 6px 0 0;
  background: transparent;
  border: 0;
  color: #111;
  font: normal 12px/18px Arial, Helvetica, sans-serif;
  text-align: right;
  white-space: nowrap;
}
#sectionHeader.has-account-section-links .account-section-links a,
#sectionHeader.has-account-section-links .account-section-links a:visited {
  font: normal 12px/18px Arial, Helvetica, sans-serif;
}
body.categories-page #sectionHeader.has-account-section-links {
  height: 60px;
}
body.categories-page.has-category-account-links .category-index-secondary,
body.categories-page.has-category-account-links .category-detail-secondary {
  padding-top: 0;
}
body.subscriptions-page #account-content.subscription-center {
  box-sizing: border-box !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  margin: 14px auto 0 !important;
}
body.subscriptions-page .subscription-center-introduction {
  box-sizing: border-box !important;
  width: 875px !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  font: normal 14px/18px Arial, Helvetica, sans-serif !important;
}
body.subscriptions-page .subscription-center-introduction p {
  margin: 0 0 10px !important;
  padding: 0 !important;
}
body.subscriptions-page .subscription-center-layout {
  display: grid !important;
  grid-template-columns: 150px 725px !important;
  align-items: start !important;
  box-sizing: border-box !important;
  width: 875px !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.subscriptions-page .subscription-center-navigation {
  box-sizing: border-box !important;
  width: 150px !important;
  margin: 0 !important;
  padding: 0 !important;
  font: bold 12px/16px Arial, Helvetica, sans-serif !important;
}
body.subscriptions-page .subscription-center-navigation a,
body.subscriptions-page .subscription-center-navigation a:visited {
  box-sizing: border-box !important;
  display: block !important;
  width: 150px !important;
  min-height: 26px !important;
  margin: 0 !important;
  padding: 5px 8px !important;
  color: #03c !important;
  font: bold 12px/16px Arial, Helvetica, sans-serif !important;
  text-decoration: underline !important;
}
body.subscriptions-page .subscription-center-navigation a.selected,
body.subscriptions-page .subscription-center-navigation a.selected:visited {
  background: #ccc !important;
}
body.subscriptions-page .subscription-center-content {
  box-sizing: border-box !important;
  width: 725px !important;
  min-height: 140px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 3px solid #ccc !important;
  background: #fff !important;
}
body.subscriptions-page .subscription-center-controls {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 4px 6px !important;
  background: #ccc !important;
  color: #111 !important;
  font: normal 14px/18px Arial, Helvetica, sans-serif !important;
}
body.subscriptions-page .subscription-center-controls > strong {
  font: bold 14px/18px Arial, Helvetica, sans-serif !important;
}
body.subscriptions-page .subscription-center-controls .pagingDivClearTop {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
  white-space: nowrap !important;
}
body.subscriptions-page .subscription-center-controls .smallLabel {
  display: none !important;
}
body.subscriptions-page .subscription-center-video-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 120px) !important;
  column-gap: 20px !important;
  row-gap: 14px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 8px 9px 14px !important;
}
body.subscriptions-page .subscription-center-video-grid .v120vEntry {
  width: 120px !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.subscriptions-page .subscription-center-video-grid .rating-line {
  margin-top: 3px !important;
}
body.subscriptions-page .subscription-center-video-grid .rating-count {
  display: block !important;
  margin-top: 1px !important;
}
body.subscriptions-page .subscription-center-empty {
  box-sizing: border-box !important;
  min-height: 110px !important;
  padding: 42px 12px !important;
  text-align: center !important;
  font: normal 12px/16px Arial, Helvetica, sans-serif !important;
}

body.legacy-account-page #account-content,
body.legacy-account-page .inbox-page.inbox-mailbox-page {
  margin-top: 24px !important;
}
body.legacy-account-page #account-content > .account-tabbar,
body.legacy-account-page .inbox-page.inbox-mailbox-page > .account-tabbar,
body.legacy-account-page .account-options-shell > .account-tabbar,
body.legacy-account-page .channel-edit-shell > .account-tabbar {
  position: static !important;
  top: auto !important;
  height: 30px !important;
  min-height: 30px !important;
  margin: 0 0 -2px !important;
  font: normal 12px/30px Arial, Helvetica, sans-serif !important;
}
body.legacy-account-page #account-content > .account-tabbar a,
body.legacy-account-page #account-content > .account-tabbar a:visited,
body.legacy-account-page #account-content > .account-tabbar .account-tab-separator,
body.legacy-account-page .inbox-page.inbox-mailbox-page > .account-tabbar a,
body.legacy-account-page .inbox-page.inbox-mailbox-page > .account-tabbar a:visited,
body.legacy-account-page .inbox-page.inbox-mailbox-page > .account-tabbar .account-tab-separator,
body.legacy-account-page .account-options-shell > .account-tabbar a,
body.legacy-account-page .account-options-shell > .account-tabbar a:visited,
body.legacy-account-page .account-options-shell > .account-tabbar .account-tab-separator,
body.legacy-account-page .channel-edit-shell > .account-tabbar a,
body.legacy-account-page .channel-edit-shell > .account-tabbar a:visited,
body.legacy-account-page .channel-edit-shell > .account-tabbar .account-tab-separator {
  font: normal 12px/30px Arial, Helvetica, sans-serif !important;
}

.channel-playlist-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 28px;
  align-items:start;
}
.channel-playlist-card{
  display:grid;
  grid-template-columns:136px minmax(0,1fr);
  gap:14px;
  align-items:start;
  min-width:0;
}
.channel-playlist-thumb-space{
  position:relative;
  display:block;
  width:128px;
  height:98px;
  margin:0;
  padding:0;
}
.channel-playlist-thumb-space::before,
.channel-playlist-thumb-space::after{
  content:"";
  position:absolute;
  box-sizing:border-box;
  width:128px;
  height:98px;
  border:1px solid #aaa;
  background:#fff;
}
.channel-playlist-thumb-space::before{
  top:6px;
  left:8px;
  z-index:0;
}
.channel-playlist-thumb-space::after{
  top:3px;
  left:4px;
  z-index:1;
}
.channel-playlist-thumb-link{
  position:relative;
  z-index:2;
  display:block;
  width:128px;
  height:98px;
}
.channel-playlist-thumb{
  display:block;
  box-sizing:content-box;
  width:122px;
  height:92px;
  overflow:hidden;
  border:3px double #999;
  background:#fff;
}
.channel-playlist-thumb img{
  display:block;
  width:122px;
  height:92px;
  max-width:none;
  margin:0;
  border:0;
  object-fit:cover;
}
.channel-playlist-copy{
  min-width:0;
  padding-top:2px;
  line-height:1.25;
}
.channel-playlist-title{
  font-size:16px;
  line-height:19px;
}
.channel-playlist-count{
  display:inline-block;
  margin-top:2px;
}
.channel-tab-page-section .channel-playlist-grid{
  grid-template-columns:1fr;
  gap:14px;
}
.channel-tab-page-section .channel-playlist-card{
  grid-template-columns:136px minmax(0,1fr);
  width:100%;
}

body.channel-profile-theme .channel-widget-playlists .profile-playlist-row {
  grid-template-columns: 136px minmax(0, 1fr) 74px !important;
  gap: 10px !important;
  min-height: 98px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-entry {
  padding-bottom: 8px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb-space,
.channel-playlist-thumb-space {
  position: relative !important;
  display: block !important;
  width: 132px !important;
  height: 102px !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb-space::before,
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb-space::after,
.channel-playlist-thumb-space::before,
.channel-playlist-thumb-space::after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  width: 120px !important;
  height: 90px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #7f7f7f !important;
  background-color: #fff !important;
  background-image: linear-gradient(#d4d4d4, #d4d4d4), url('../legacy/stack_tr.gif'), url('../legacy/stack_br.gif') !important;
  background-repeat: no-repeat, no-repeat, no-repeat !important;
  background-position: right top 6px, right top, right bottom !important;
  background-size: 6px calc(100% - 12px), 6px 6px, 6px 6px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb-space::before,
.channel-playlist-thumb-space::before {
  left: 8px !important;
  top: 6px !important;
  z-index: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb-space::after,
.channel-playlist-thumb-space::after {
  left: 4px !important;
  top: 3px !important;
  z-index: 1 !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb-link,
.channel-playlist-thumb-link {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 2 !important;
  display: block !important;
  width: 120px !important;
  height: 90px !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb,
.channel-playlist-thumb {
  display: block !important;
  box-sizing: border-box !important;
  width: 120px !important;
  height: 90px !important;
  overflow: hidden !important;
  border: 1px solid #444 !important;
  background: #fff !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb img,
.channel-playlist-thumb img {
  display: block !important;
  width: 120px !important;
  height: 90px !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-title {
  font-size: 15px !important;
  line-height: 18px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-title span {
  font-size: 12px !important;
  line-height: 18px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-actions {
  width: 74px !important;
  min-width: 74px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-actions a {
  margin-bottom: 9px !important;
}
body.channel-profile-theme .channel-widget-playlists .profile-playlist-description {
  margin-top: 3px !important;
}
.channel-playlist-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px 24px !important;
}
.channel-tab-page-section .channel-playlist-grid {
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}
.channel-playlist-card {
  grid-template-columns: 136px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
}
.channel-playlist-copy {
  padding-top: 1px !important;
  line-height: 1.2 !important;
}
.channel-playlist-title {
  font-size: 15px !important;
  line-height: 18px !important;
}
.channel-playlist-count {
  margin-top: 1px !important;
  font-size: 12px !important;
}

body.channel-profile-theme .channel-widget-playlists .profile-playlist-entry,
body.channel-profile-theme .channel-widget-playlists .profile-playlist-row,
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb-space,
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb-link,
body.channel-profile-theme .channel-widget-playlists .profile-playlist-thumb,
body.channel-profile-theme .channel-widget-playlists .profile-playlist-copy,
body.channel-profile-theme .channel-widget-playlists .profile-playlist-actions {
  display: none !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-section-body {
  padding: 5px !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-entry {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 5px !important;
  box-sizing: border-box !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original {
  width: 100% !important;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: auto !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original td {
  padding: 2px !important;
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  vertical-align: top !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original-thumb,
.channel-tab-page-section .channel-playlist-original-thumb {
  width: 110px !important;
  min-width: 110px !important;
  padding-right: 10px !important;
  white-space: nowrap !important;
}
.channel-playlist-stack-table {
  display: table !important;
  width: 104px !important;
  height: 65px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  table-layout: auto !important;
}
.channel-playlist-stack-table tbody {
  display: table-row-group !important;
}
.channel-playlist-stack-table tr {
  display: table-row !important;
}
.channel-playlist-stack-table td {
  display: table-cell !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  vertical-align: top !important;
}
.channel-playlist-medium-thumb {
  display: block !important;
  box-sizing: content-box !important;
  width: 94px !important;
  height: 59px !important;
  overflow: hidden !important;
  border: 3px double #999 !important;
  background: #fff !important;
}
.channel-playlist-medium-thumb img {
  display: block !important;
  width: 94px !important;
  height: 70px !important;
  max-width: none !important;
  margin: -6px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
}
.channel-playlist-stack-top,
.channel-playlist-stack-bottom {
  width: 6px !important;
  min-width: 6px !important;
  padding: 0 !important;
  background-repeat: repeat-y !important;
}
.channel-playlist-stack-top {
  background-position: left top !important;
  vertical-align: top !important;
}
.channel-playlist-stack-bottom {
  background-position: left bottom !important;
  vertical-align: bottom !important;
}
.channel-playlist-stack-top img,
.channel-playlist-stack-bottom img {
  display: block !important;
  width: 6px !important;
  height: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original-copy {
  width: 100% !important;
  min-width: 0 !important;
  padding: 1px 2px 2px !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-name {
  margin: 0 !important;
  padding: 0 !important;
  font: bold 16px/19px Arial, Helvetica, sans-serif !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-name a {
  font: inherit !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-name span {
  font: bold 12px/19px Arial, Helvetica, sans-serif !important;
  color: inherit !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-description {
  margin: 3px 0 0 !important;
  padding: 0 !important;
  font: 12px/16px Arial, Helvetica, sans-serif !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-actions {
  display: table-cell !important;
  width: 78px !important;
  min-width: 78px !important;
  padding: 0 !important;
  text-align: right !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-actions a {
  display: block !important;
  margin: 10px !important;
  padding: 0 !important;
  font: bold 14px/16px Arial, Helvetica, sans-serif !important;
  text-align: right !important;
}
.channel-tab-page-section .channel-playlist-grid {
  display: block !important;
}
.channel-tab-page-section .channel-playlist-card {
  display: grid !important;
  grid-template-columns: 110px minmax(0, 1fr) !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 69px !important;
  margin: 0 !important;
  padding: 5px !important;
  box-sizing: border-box !important;
  border-bottom: 1px dotted rgba(0,0,0,.28) !important;
}
.channel-tab-page-section .channel-playlist-card:last-child {
  border-bottom: 0 !important;
}
.channel-tab-page-section .channel-playlist-copy {
  min-width: 0 !important;
  padding-top: 1px !important;
  line-height: 16px !important;
}
.channel-tab-page-section .channel-playlist-title {
  font: bold 16px/19px Arial, Helvetica, sans-serif !important;
}
.channel-tab-page-section .channel-playlist-count {
  font: bold 12px/19px Arial, Helvetica, sans-serif !important;
}

body.channel-profile-theme .channel-widget-playlists .channel-section-body.channel-playlist-list,
.channel-tab-page-section .channel-playlist-list {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-entry:last-of-type,
.channel-tab-page-section .channel-playlist-entry:last-child {
  border-bottom: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original,
.channel-tab-page-section .channel-playlist-original {
  width: 100% !important;
  table-layout: auto !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original-thumb,
.channel-tab-page-section .channel-playlist-original-thumb {
  width: 116px !important;
  min-width: 116px !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-original-copy,
.channel-tab-page-section .channel-playlist-original-copy {
  width: auto !important;
  min-width: 0 !important;
}
body.channel-profile-theme .channel-widget-playlists .channel-playlist-actions,
.channel-tab-page-section .channel-playlist-actions {
  width: 78px !important;
  min-width: 78px !important;
}

.channel-tab-page-playlists .channel-tab-page-body {
  min-height: 0 !important;
  padding: 5px !important;
}
.channel-tab-page-playlists .channel-playlist-list {
  margin: 0 !important;
  padding: 0 !important;
}
.channel-tab-page-playlists .channel-playlist-entry {
  margin: 0 !important;
  padding: 5px 0 !important;
}
.channel-tab-page-playlists .channel-playlist-original-thumb {
  width: 110px !important;
  min-width: 110px !important;
  padding: 0 10px 0 0 !important;
}
.channel-tab-page-playlists .channel-playlist-original-copy {
  padding: 0 !important;
}
.channel-tab-page-playlists .channel-playlist-actions {
  padding: 0 !important;
}
.channel-tab-page-playlists .channel-playlist-name {
  margin: 0 !important;
  padding: 0 !important;
}
.channel-tab-page-playlists .channel-playlist-description {
  margin-top: 2px !important;
}

.channel-tab-page-friends .channel-tab-people-grid {
  grid-template-columns: repeat(6, 120px);
  column-gap: 24px;
  row-gap: 20px;
  padding: 28px 16px 18px;
}
.channel-tab-page-friends .channel-tab-person {
  min-height: 134px;
  text-align: left;
}
.channel-tab-page-friends .channel-tab-person > a:first-child {
  margin: 0 0 3px;
}
.channel-tab-page-friends .channel-tab-person > a:nth-child(2),
.channel-tab-page-friends .channel-tab-person > span {
  display: block;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.site-layout #siteHeader.site-masthead {
  position: relative !important;
  width: 875px !important;
  height: 110px !important;
  min-height: 110px !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  overflow: visible !important;
}
body.site-layout #logoTagDiv {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  float: none !important;
  width: 145px !important;
  height: 74px !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.site-layout #logoTagDiv .mango-logo,
body.site-layout #logoTagDiv .mango-logo img {
  display: block !important;
  width: 145px !important;
  min-width: 145px !important;
  max-width: 145px !important;
  height: 74px !important;
  min-height: 74px !important;
  max-height: 74px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: contain !important;
  object-position: left top !important;
}
body.site-layout #logoTagDiv .logo-home-tip {
  top: 22px !important;
  left: 147px !important;
}
body.site-layout #utilDiv.plain-header-links {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  box-sizing: border-box !important;
  width: 650px !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 18px !important;
}
body.site-layout #searchDiv {
  position: absolute !important;
  top: 23px !important;
  right: 0 !important;
  box-sizing: border-box !important;
  width: 650px !important;
  height: 27px !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.site-layout #gNavDiv {
  position: absolute !important;
  top: 58px !important;
  left: 0 !important;
  width: 875px !important;
  height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.site-layout #gNavBottom {
  position: absolute !important;
  top: 86px !important;
  left: 0 !important;
  width: 875px !important;
  height: 24px !important;
  min-height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home-layout #hpSideContent .home-login {
  box-sizing: border-box !important;
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
  margin: 0 0 15px !important;
  padding: 0 0 9px !important;
  border: 1px solid #ccc !important;
  border-radius: 7px 7px 0 0 !important;
  background: #fff !important;
  overflow: hidden !important;
}
body.home-layout #hpSideContent .home-login-title {
  box-sizing: border-box !important;
  width: 100% !important;
  height: 29px !important;
  min-height: 29px !important;
  margin: 0 0 11px !important;
  padding: 4px 8px !important;
  background: #ccc !important;
  color: #000 !important;
  font: bold 16px/21px Arial, Helvetica, sans-serif !important;
}
body.home-layout #hpSideContent .home-login form {
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 10px !important;
  text-align: left !important;
}
body.home-layout #hpSideContent .home-login label {
  display: flex !important;
  box-sizing: border-box !important;
  width: 100% !important;
  align-items: center !important;
  gap: 5px !important;
  margin: 5px 0 !important;
  font: bold 11px/22px Arial, Helvetica, sans-serif !important;
  white-space: nowrap !important;
}
body.home-layout #hpSideContent .home-login label b {
  display: block !important;
  flex: 0 0 137px !important;
  width: 137px !important;
  min-width: 137px !important;
  text-align: right !important;
}
body.home-layout #hpSideContent .home-login .hpLoginField {
  box-sizing: border-box !important;
  flex: 0 0 130px !important;
  width: 130px !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 2px !important;
  font: 11px Arial, Helvetica, sans-serif !important;
}
body.home-layout #hpSideContent .home-login form p {
  margin: 6px 0 0 142px !important;
  text-align: left !important;
}
body.home-layout #hpSideContent .hpLoginForgot {
  margin: 13px 0 12px !important;
  font: 11px/16px Arial, Helvetica, sans-serif !important;
  text-align: center !important;
}
body.home-layout #hpSideContent .home-google-login {
  margin: 0 10px !important;
  padding: 9px 0 1px !important;
  border-top: 1px dotted #aaa !important;
  font: 13px/20px Arial, Helvetica, sans-serif !important;
  text-align: center !important;
}
body.home-layout #hpSideContent .home-google-login a {
  font-size: 13px !important;
}
body.home-layout #hpSideContent .home-google-help {
  display: inline-block !important;
  margin-left: 5px !important;
  vertical-align: -4px !important;
}
body.home-layout #hpSideContent .home-google-help img {
  display: block !important;
  border: 0 !important;
}

body.home-layout #hpContentWrapper > #hpMainContent.home-main,
body.home-layout #hpContentWrapper > #hpSideContent.home-side {
  margin-top: 0 !important;
}
body.home-layout #hpAccountLinksDiv.home-account-panel {
  box-sizing: content-box !important;
  display: block !important;
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: url("../legacy/pic_my_account_links_300x30.png") 0 0 no-repeat !important;
  color: #111 !important;
  font: normal 11px/30px Arial, Helvetica, sans-serif !important;
  text-align: left !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  box-shadow: none !important;
}
body.home-layout #hpAccountLinksDiv.home-account-panel .home-account-panel-links {
  height: 30px !important;
  margin: 0 0 0 38px !important;
  padding: 0 !important;
  font: normal 11px/30px Arial, Helvetica, sans-serif !important;
  white-space: nowrap !important;
}
body.home-layout #hpAccountLinksDiv.home-account-panel a,
body.home-layout #hpAccountLinksDiv.home-account-panel a:visited {
  font: normal 11px/30px Arial, Helvetica, sans-serif !important;
}
#sectionHeader,
#sectionHeader.has-account-section-links,
body.categories-page #sectionHeader,
body.categories-page #sectionHeader.has-account-section-links {
  position: relative !important;
  box-sizing: border-box !important;
  width: 875px !important;
  height: 30px !important;
  min-height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #999 !important;
  background: transparent !important;
  line-height: 30px !important;
}
#sectionHeader .name,
body.categories-page #sectionHeader .name {
  float: left !important;
  box-sizing: border-box !important;
  width: 150px !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #111 !important;
  font: bold 21px/30px Arial, Helvetica, sans-serif !important;
}
#sectionHeader .account-section-links,
#sectionHeader.has-account-section-links .account-section-links,
#sectionHeader .account-section-links.my,
body.categories-page #sectionHeader .account-section-links {
  position: static !important;
  float: right !important;
  display: block !important;
  box-sizing: border-box !important;
  width: auto !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #111 !important;
  font: normal 12px/30px Arial, Helvetica, sans-serif !important;
  line-height: 30px !important;
  text-align: right !important;
  white-space: nowrap !important;
}
#sectionHeader .account-section-links a,
#sectionHeader .account-section-links a:visited,
#sectionHeader.has-account-section-links .account-section-links a,
#sectionHeader.has-account-section-links .account-section-links a:visited {
  font: normal 12px/30px Arial, Helvetica, sans-serif !important;
}
#sectionHeader .title,
#sectionHeader.has-account-section-links .title,
body.categories-page #sectionHeader .title {
  display: block !important;
  box-sizing: border-box !important;
  height: 30px !important;
  margin: 0 300px 0 150px !important;
  padding: 0 !important;
  color: #111 !important;
  font: bold 16px/34px Arial, Helvetica, sans-serif !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
body.category-detail-view #sectionHeader .title.category-detail-header-title {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  height: 30px !important;
  margin: 0 300px 0 150px !important;
  padding: 0 !important;
  font: bold 16px/30px Arial, Helvetica, sans-serif !important;
  line-height: 30px !important;
}
#sectionHeader::after {
  display: block !important;
  clear: both !important;
  content: "" !important;
}

body.channel-editor-page #account-content,
body.channel-editor-page #channel-edit-root,
body.channel-editor-page #account-content .channel-edit-shell {
  width: 805px !important;
  min-width: 805px !important;
  max-width: 805px !important;
}
body.channel-editor-page #account-content .channel-edit-heading.account-page-title {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  width: 805px !important;
  min-width: 805px !important;
  max-width: 805px !important;
  min-height: 54px !important;
  margin: 0 0 7px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
body.channel-editor-page #account-content .channel-edit-heading-title {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  padding-top: 0 !important;
  white-space: nowrap !important;
}
body.channel-editor-page #account-content .channel-edit-heading-tools {
  flex: 0 0 430px !important;
  width: 430px !important;
  margin: 0 !important;
  padding: 2px 0 0 !important;
  text-align: right !important;
}
body.channel-editor-page #account-content .channel-edit-heading-tools .account-tabbar {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: right !important;
  line-height: 16px !important;
}
body.channel-editor-page #account-content .channel-edit-heading-tools .account-tabbar a,
body.channel-editor-page #account-content .channel-edit-heading-tools .account-tabbar a:visited,
body.channel-editor-page #account-content .channel-edit-heading-tools .account-tab-separator {
  font: normal 12px/16px Arial, Helvetica, sans-serif !important;
}
body.channel-editor-page #account-content .channel-edit-heading-tools .channel-edit-public {
  position: static !important;
  display: inline-block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 5px 8px !important;
  border: 1px solid #999 !important;
  background: #fff !important;
  color: #03c !important;
  font: bold 12px/16px Arial, Helvetica, sans-serif !important;
  text-decoration: none !important;
}
body.channel-editor-page #account-content .channel-edit-subtitle {
  width: 805px !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  font: normal 12px/16px Arial, Helvetica, sans-serif !important;
}
body.channel-editor-page #account-content .channel-edit-layout {
  width: 805px !important;
  min-width: 805px !important;
  max-width: 805px !important;
  grid-template-columns: 138px 667px !important;
}
body.channel-editor-page #account-content .channel-edit-channel-info-table .label {
  width: 135px !important;
}
body.channel-editor-page #account-content .channel-edit-channel-info-table input[type="text"] {
  width: 260px !important;
}
body.channel-editor-page #account-content .channel-edit-channel-info-table textarea {
  width: 470px !important;
  height: 90px !important;
}
body.channel-editor-page #account-content .channel-edit-avatar-video {
  margin: 3px 0 5px 22px !important;
}
body.channel-editor-page #account-content .channel-edit-avatar-video select {
  width: 260px !important;
}
body.channel-editor-page #account-content,
body.channel-editor-page #channel-edit-root,
body.channel-editor-page #account-content .channel-edit-shell {
  box-sizing: border-box !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.channel-editor-page #account-content .channel-edit-heading.account-page-title {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 20px !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  min-height: 54px !important;
  margin: 0 0 7px !important;
  padding: 0 !important;
}
body.channel-editor-page #account-content .channel-edit-heading-title {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}
body.channel-editor-page #account-content .channel-edit-heading-tools {
  flex: 0 0 430px !important;
  box-sizing: border-box !important;
  width: 430px !important;
  min-width: 430px !important;
  margin: 0 !important;
  padding: 2px 0 0 !important;
  text-align: right !important;
}
body.channel-editor-page #account-content .channel-edit-heading-tools .account-tabbar {
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  text-align: right !important;
  white-space: nowrap !important;
}
body.channel-editor-page #account-content .channel-edit-subtitle {
  box-sizing: border-box !important;
  width: 875px !important;
  margin: 0 0 12px !important;
}
body.channel-editor-page #account-content .channel-edit-layout {
  box-sizing: border-box !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  grid-template-columns: 150px 725px !important;
}
body.channel-editor-page #account-content .channel-edit-nav,
body.channel-editor-page #account-content .channel-edit-nav a {
  box-sizing: border-box !important;
  width: 150px !important;
  min-width: 150px !important;
}
body.channel-editor-page #account-content .channel-edit-panel {
  box-sizing: border-box !important;
  width: 725px !important;
  min-width: 725px !important;
  max-width: 725px !important;
}
body.channel-editor-page #account-content .channel-edit-sheet {
  box-sizing: border-box !important;
  width: 713px !important;
  min-width: 713px !important;
  max-width: 713px !important;
}
body.channel-editor-page #account-content,
body.channel-editor-page #channel-edit-root,
body.channel-editor-page #account-content .channel-edit-shell {
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
}
body.channel-editor-page #account-content .channel-edit-heading.account-page-title {
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  min-height: 48px !important;
  gap: 18px !important;
}
body.channel-editor-page #account-content .channel-edit-heading-title,
body.channel-editor-page #account-content .channel-edit-heading-title a,
body.channel-editor-page #account-content .channel-edit-heading-title a:visited,
body.channel-editor-page #account-content .channel-edit-heading-title strong,
body.channel-editor-page #account-content .channel-edit-heading-title span {
  font-size: 18px !important;
  line-height: 22px !important;
}
body.channel-editor-page #account-content .channel-edit-heading-title span {
  margin-left: 7px !important;
  margin-right: 7px !important;
}
body.channel-editor-page #account-content .channel-edit-heading-tools {
  flex-basis: 430px !important;
  width: 430px !important;
  min-width: 430px !important;
  padding-top: 0 !important;
}
body.channel-editor-page #account-content .channel-edit-heading-tools .account-tabbar {
  margin-bottom: 6px !important;
}
body.channel-editor-page #account-content .channel-edit-heading-tools .channel-edit-public {
  padding: 3px 7px !important;
}
body.channel-editor-page #account-content .channel-edit-subtitle {
  width: 805px !important;
  min-width: 805px !important;
  max-width: 805px !important;
  margin-bottom: 12px !important;
}
body.channel-editor-page #account-content .channel-edit-layout {
  width: 805px !important;
  min-width: 805px !important;
  max-width: 805px !important;
  grid-template-columns: 138px 667px !important;
}
body.channel-editor-page #account-content .channel-edit-nav,
body.channel-editor-page #account-content .channel-edit-nav a {
  width: 138px !important;
  min-width: 138px !important;
}
body.channel-editor-page #account-content .channel-edit-panel {
  width: 667px !important;
  min-width: 667px !important;
  max-width: 667px !important;
}
body.channel-editor-page #account-content .channel-edit-sheet {
  width: 655px !important;
  min-width: 655px !important;
  max-width: 655px !important;
}

body.channel-editor-page #account-content,
body.channel-editor-page #channel-edit-root,
body.channel-editor-page #account-content .channel-edit-shell {
  box-sizing: border-box !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.channel-editor-page #account-content #sectionHeader.channel-edit-heading {
  position: relative !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  height: 30px !important;
  min-height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font: normal 12px/30px Arial, Helvetica, sans-serif !important;
  overflow: visible !important;
}
body.channel-editor-page #account-content #sectionHeader::after {
  display: block !important;
  clear: both !important;
  content: "" !important;
}
body.channel-editor-page #account-content #sectionHeader .channel-edit-heading-title,
body.channel-editor-page #account-content #sectionHeader .channel-edit-heading-title a,
body.channel-editor-page #account-content #sectionHeader .channel-edit-heading-title a:visited {
  float: none !important;
  display: inline !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font: bold 19px/30px Arial, Helvetica, sans-serif !important;
  white-space: nowrap !important;
}
body.channel-editor-page #account-content #sectionHeader .channel-edit-heading-title a,
body.channel-editor-page #account-content #sectionHeader .channel-edit-heading-title a:visited {
  color: #03c !important;
  text-decoration: underline !important;
}
body.channel-editor-page #account-content #sectionHeader .my.channel-edit-heading-tools {
  float: right !important;
  display: block !important;
  box-sizing: border-box !important;
  width: auto !important;
  min-width: 0 !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
  white-space: nowrap !important;
}
body.channel-editor-page #account-content #accountQuickLinks {
  display: block !important;
  width: auto !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  font: normal 11px/30px Arial, Helvetica, sans-serif !important;
  text-align: right !important;
  white-space: nowrap !important;
}
body.channel-editor-page #account-content #accountQuickLinks .account-tabbar {
  position: static !important;
  display: inline !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  line-height: 30px !important;
  text-align: right !important;
  white-space: nowrap !important;
}
body.channel-editor-page #account-content #accountQuickLinks .account-tabbar a,
body.channel-editor-page #account-content #accountQuickLinks .account-tabbar a:visited,
body.channel-editor-page #account-content #accountQuickLinks .account-tab-separator {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  font: normal 11px/30px Arial, Helvetica, sans-serif !important;
  white-space: nowrap !important;
}
body.channel-editor-page #account-content #accountQuickLinks .account-tab-separator {
  padding-left: 3px !important;
  padding-right: 3px !important;
  color: #000 !important;
}
body.channel-editor-page #account-content #viewPublicChannel.channel-edit-public {
  position: static !important;
  clear: right !important;
  float: right !important;
  display: block !important;
  width: auto !important;
  margin: 0 0 0 12px !important;
  padding: 6px 8px !important;
  border: 1px solid #999 !important;
  background: #fff !important;
  color: #000 !important;
  font: bold 12px/16px Arial, Helvetica, sans-serif !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}
body.channel-editor-page #account-content #viewPublicChannel.channel-edit-public a,
body.channel-editor-page #account-content #viewPublicChannel.channel-edit-public a:visited {
  color: #03c !important;
  font: bold 12px/16px Arial, Helvetica, sans-serif !important;
  text-decoration: underline !important;
}
body.channel-editor-page #account-content .channel-edit-subtitle.largeText {
  box-sizing: border-box !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 30px !important;
  margin: 10px 0 12px !important;
  padding: 0 !important;
  font: normal 14px/18px Arial, Helvetica, sans-serif !important;
}
body.channel-editor-page #account-content .channel-edit-layout {
  box-sizing: border-box !important;
  display: grid !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  grid-template-columns: 150px 725px !important;
  align-items: start !important;
}
body.channel-editor-page #account-content .channel-edit-nav,
body.channel-editor-page #account-content .channel-edit-nav a {
  box-sizing: border-box !important;
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
}
body.channel-editor-page #account-content .channel-edit-nav a {
  padding: 5px !important;
  font: bold 12px/16px Arial, Helvetica, sans-serif !important;
}
body.channel-editor-page #account-content .channel-edit-panel {
  box-sizing: border-box !important;
  width: 725px !important;
  min-width: 725px !important;
  max-width: 725px !important;
}
body.channel-editor-page #account-content .channel-edit-sheet {
  box-sizing: border-box !important;
  width: 713px !important;
  min-width: 713px !important;
  max-width: 713px !important;
}

body.account-options-body #account-content,
body.account-options-body .account-options-shell {
  box-sizing: border-box !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.account-options-body .account-options-shell #sectionHeader.account-options-heading {
  position: relative !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  height: 30px !important;
  min-height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}
body.account-options-body .account-options-shell #sectionHeader::after {
  display: block !important;
  clear: both !important;
  content: "" !important;
}
body.account-options-body .account-options-shell #sectionHeader .account-options-heading-title,
body.account-options-body .account-options-shell #sectionHeader .account-options-heading-title a,
body.account-options-body .account-options-shell #sectionHeader .account-options-heading-title a:visited {
  float: none !important;
  display: inline !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font: bold 19px/30px Arial, Helvetica, sans-serif !important;
  white-space: nowrap !important;
}
body.account-options-body .account-options-shell #sectionHeader .account-options-heading-title a,
body.account-options-body .account-options-shell #sectionHeader .account-options-heading-title a:visited {
  color: #03c !important;
  text-decoration: underline !important;
}
body.account-options-body .account-options-shell #sectionHeader .my.account-options-heading-tools {
  float: right !important;
  display: block !important;
  box-sizing: border-box !important;
  width: auto !important;
  min-width: 0 !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
  white-space: nowrap !important;
}
body.account-options-body .account-options-shell #accountQuickLinks {
  display: block !important;
  width: auto !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  font: normal 11px/30px Arial, Helvetica, sans-serif !important;
  text-align: right !important;
  white-space: nowrap !important;
}
body.account-options-body .account-options-shell #accountQuickLinks .account-tabbar {
  position: static !important;
  display: inline !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  line-height: 30px !important;
  text-align: right !important;
  white-space: nowrap !important;
}
body.account-options-body .account-options-shell #accountQuickLinks .account-tabbar a,
body.account-options-body .account-options-shell #accountQuickLinks .account-tabbar a:visited,
body.account-options-body .account-options-shell #accountQuickLinks .account-tab-separator {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  font: normal 11px/30px Arial, Helvetica, sans-serif !important;
  white-space: nowrap !important;
}
body.account-options-body .account-options-shell #accountQuickLinks .account-tab-separator {
  padding-left: 3px !important;
  padding-right: 3px !important;
  color: #000 !important;
}
body.account-options-body .account-options-rule {
  box-sizing: border-box !important;
  width: 875px !important;
  height: 1px !important;
  margin: 0 0 10px !important;
  background: #aaa !important;
}
body.account-options-body .account-options-intro {
  box-sizing: border-box !important;
  width: 875px !important;
  min-height: 30px !important;
  margin: 10px 0 12px !important;
  padding: 0 !important;
  font: normal 14px/18px Arial, Helvetica, sans-serif !important;
}
body.account-options-body .account-options-layout {
  box-sizing: border-box !important;
  display: grid !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  grid-template-columns: 150px 725px !important;
  gap: 0 !important;
  align-items: start !important;
}
body.account-options-body .account-options-nav {
  box-sizing: border-box !important;
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.account-options-body .account-options-nav a {
  box-sizing: border-box !important;
  display: block !important;
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 5px 8px !important;
  font: bold 12px/16px Arial, Helvetica, sans-serif !important;
}
body.account-options-body .account-options-panel {
  box-sizing: border-box !important;
  width: 725px !important;
  min-width: 725px !important;
  max-width: 725px !important;
  min-height: 315px !important;
  margin: 0 !important;
  padding: 12px 16px 18px !important;
  border: 10px solid #ccc !important;
  border-top-width: 34px !important;
  background: #fff !important;
}
body.account-options-body .account-options-panel h2 {
  margin: 0 0 16px !important;
  font: bold 16px/20px Arial, Helvetica, sans-serif !important;
}
body.account-options-body .account-options-notice,
body.account-options-body .account-options-error {
  box-sizing: border-box !important;
  width: 875px !important;
  margin: 0 0 8px !important;
}

.admin-panel {
    width: 875px;
    margin: 18px auto 0;
    display: grid;
    grid-template-columns: 185px minmax(0, 1fr);
    box-sizing: border-box;
    align-items: stretch;
    border: 1px solid #ccc;
    background: #fff;
    color: #111;
    font-size: 12px;
}

.admin-sidebar {
    border-right: 1px solid #ccc;
    background: #fff;
    min-height: 650px;
}

.admin-sidebar nav {
    display: block;
}

.admin-sidebar a {
    display: block;
    padding: 8px 10px;
    color: #111;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.admin-sidebar a:hover {
    text-decoration: underline;
}

.admin-sidebar a.selected {
    background: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.admin-system-info {
    margin: 8px 10px 0;
    padding: 9px 0 12px;
    border-top: 1px solid #ccc;
}

.admin-system-info h2 {
    margin: 0 0 8px;
    padding: 0;
    font-size: 14px;
    line-height: 1.2;
}

.admin-system-info p {
    margin: 0;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.admin-content {
    min-width: 0;
    background: #fff;
}

.admin-content h1 {
    margin: 0;
    padding: 8px 10px;
    font-size: 18px;
    line-height: 1.2;
    border-bottom: 1px solid #ccc;
}

.admin-content h2 {
    margin: 0;
    padding: 8px 8px 6px;
    font-size: 15px;
    line-height: 1.2;
}

.admin-content p {
    margin: 6px 8px;
}

.admin-message {
    margin: 8px !important;
    padding: 6px 8px;
    border: 1px solid #bbb;
}

.admin-message.success {
    background: #eef8e9;
}

.admin-message.error {
    background: #fff0f0;
}

.admin-heading-row {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #ccc;
}

.admin-heading-row h1 {
    flex: 0 0 auto;
    border-bottom: 0;
}

.admin-heading-row form {
    display: flex;
    gap: 5px;
    padding-right: 8px;
}

.admin-heading-row input[type="text"] {
    width: 245px;
}

.admin-subnav {
    padding: 8px 10px;
    border-bottom: 1px solid #ddd;
}

.admin-subnav a.selected {
    color: #111;
    font-weight: bold;
    text-decoration: none;
}

.admin-dashboard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #ddd;
}

.admin-dashboard-section {
    min-height: 170px;
    padding: 0 8px 10px;
    border-right: 1px solid #ddd;
}

.admin-dashboard-section:nth-child(2n) {
    border-right: 0;
}

.admin-dashboard-section > p img {
    max-width: 120px;
    height: auto;
}

.admin-statistics-table {
    width: auto;
    margin: 0 8px 8px;
    border-collapse: collapse;
}

.admin-statistics-table th,
.admin-statistics-table td {
    padding: 2px 10px 2px 0;
    text-align: left;
    vertical-align: top;
}

.admin-record {
    padding: 7px 8px 9px;
    border-bottom: 1px solid #ccc;
}

.admin-record p:first-child {
    margin-top: 0;
}

.admin-record blockquote {
    margin: 7px 8px;
    padding: 6px 8px;
    border-left: 3px solid #ccc;
    background: #f7f7f7;
}

.admin-actions {
    margin: 5px 0 0;
    line-height: 1.8;
}

.admin-actions input[type="number"] {
    width: 50px;
}

.admin-actions label {
    white-space: nowrap;
}

.admin-data-table {
    width: calc(100% - 16px);
    margin: 8px;
    border-collapse: collapse;
    table-layout: fixed;
}

.admin-data-table th,
.admin-data-table td {
    padding: 6px;
    border: 1px solid #bbb;
    text-align: left;
    vertical-align: top;
    overflow-wrap: anywhere;
}

.admin-data-table th {
    background: #f3f3f3;
}

.admin-data-table tbody tr:nth-child(even) {
    background: #fafafa;
}

.admin-video-table th:nth-child(1),
.admin-video-table td:nth-child(1) {
    width: 82px;
}

.admin-video-table th:nth-child(3),
.admin-video-table td:nth-child(3) {
    width: 68px;
}

.admin-video-table th:nth-child(4),
.admin-video-table td:nth-child(4) {
    width: 45px;
}

.admin-video-table th:nth-child(5),
.admin-video-table td:nth-child(5) {
    width: 68px;
}

.admin-video-table th:nth-child(6),
.admin-video-table td:nth-child(6) {
    width: 55px;
}

.admin-video-table th:nth-child(7),
.admin-video-table td:nth-child(7) {
    width: 150px;
}

.admin-video-table img {
    max-width: 90px;
    height: auto;
}

.admin-feedback-table {
    width: calc(100% - 16px);
    margin: 8px;
    border-collapse: collapse;
}

.admin-feedback-table th,
.admin-feedback-table td {
    padding: 4px 6px;
    border: 1px solid #ccc;
    text-align: left;
}

.admin-help-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.admin-help-grid > section {
    min-width: 0;
    border-right: 1px solid #ddd;
}

.admin-help-grid > section:last-child {
    border-right: 0;
}

.admin-form-panel {
    margin: 8px;
    padding: 8px;
    border: 1px solid #ccc;
    background: #fafafa;
}

.admin-form-panel label {
    display: block;
    margin-bottom: 7px;
}

.admin-form-panel input[type="text"],
.admin-form-panel input[type="number"],
.admin-form-panel select,
.admin-form-panel textarea {
    box-sizing: border-box;
    width: 100%;
}

.admin-form-panel textarea {
    resize: vertical;
}

.admin-panel button,
.admin-panel input[type="submit"],
.admin-panel input[type="button"] {
    all: revert;
    box-sizing: border-box;
}

.admin-panel input[type="text"],
.admin-panel input[type="number"],
.admin-panel select,
.admin-panel textarea {
    font: inherit;
}

.admin-panel .pager,
.admin-panel .pagination {
    margin: 8px;
}

@media (max-width: 920px) {
    .admin-panel {
        width: calc(100% - 20px);
        grid-template-columns: 165px minmax(0, 1fr);
    }

    .admin-dashboard-grid,
    .admin-help-grid {
        grid-template-columns: 1fr;
    }

    .admin-dashboard-section,
    .admin-help-grid > section {
        border-right: 0;
        border-bottom: 1px solid #ddd;
    }
}

.admin-panel {
    grid-template-columns: 175px minmax(0, 1fr);
}

.admin-content {
    min-width: 0;
    overflow: hidden;
}

.admin-heading-row,
.admin-heading-row form,
.admin-heading-row input[type="text"],
.admin-form-panel,
.admin-form-panel form,
.admin-data-table {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.admin-heading-row form {
    flex: 1 1 auto;
    justify-content: flex-end;
}

.admin-heading-row input[type="text"] {
    width: min(245px, 100%);
}

.admin-data-table {
    width: calc(100% - 16px);
}

.admin-video-table th,
.admin-video-table td {
    overflow: hidden;
    overflow-wrap: break-word;
    word-break: normal;
}

.admin-video-table th:nth-child(1),
.admin-video-table td:nth-child(1) {
    width: 86px;
}

.admin-video-table th:nth-child(3),
.admin-video-table td:nth-child(3) {
    width: 72px;
}

.admin-video-table th:nth-child(4),
.admin-video-table td:nth-child(4) {
    width: 44px;
}

.admin-video-table th:nth-child(5),
.admin-video-table td:nth-child(5) {
    width: 70px;
}

.admin-video-table th:nth-child(6),
.admin-video-table td:nth-child(6) {
    width: 54px;
}

.admin-video-table th:nth-child(7),
.admin-video-table td:nth-child(7) {
    width: 146px;
}

.admin-video-table th:nth-child(4) {
    white-space: nowrap;
}

.admin-video-table img {
    display: block;
    max-width: 76px;
    height: auto;
}

.admin-video-table .admin-actions {
    margin: 0;
    line-height: 1.65;
}

.admin-video-table .admin-actions label {
    white-space: normal;
}

.admin-video-table .admin-actions button {
    max-width: 100%;
    white-space: normal;
}

.admin-form-panel {
    overflow: hidden;
}

.admin-form-panel input[type="text"],
.admin-form-panel input[type="number"],
.admin-form-panel select,
.admin-form-panel textarea {
    max-width: 100%;
}

.admin-homepage-form {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 7px 8px;
    align-items: center;
    line-height: normal;
}

.admin-homepage-form label {
    display: block;
    margin: 0;
    white-space: normal;
}

.admin-form-panel .admin-homepage-form input[type="number"] {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.admin-homepage-buttons {
    grid-column: 1 / -1;
}

@media (max-width: 920px) {
    .admin-panel {
        grid-template-columns: 165px minmax(0, 1fr);
    }

    .admin-video-table th:nth-child(1),
    .admin-video-table td:nth-child(1) {
        width: 72px;
    }

    .admin-video-table img {
        max-width: 62px;
    }

    .admin-video-table th:nth-child(7),
    .admin-video-table td:nth-child(7) {
        width: 128px;
    }
}

#siteHeader {
  min-height: 133px !important;
}
#utilDiv {
  height: 58px !important;
  padding-top: 21px !important;
}
.mango-logo {
  top: 12px !important;
}

body.site-layout #searchDiv .searchField {
  -webkit-appearance: none !important;
  appearance: none !important;
  border: 1px solid #777 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline-offset: 0 !important;
}

body.site-layout #siteHeader.site-masthead {
  margin: 11px 0 6px !important;
}
body.site-layout #utilDiv.plain-header-links {
  padding-top: 0 !important;
}
body.site-layout #utilDiv.plain-header-links .channel-logout-form,
body.channel-profile-theme .channel-util-links .channel-logout-form {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.site-layout #utilDiv.plain-header-links .channel-logout-form a,
body.channel-profile-theme .channel-util-links .channel-logout-form a {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #03c !important;
  font: inherit !important;
  text-decoration: underline !important;
}

.favorites-manager-copy .rating-stars img,
.channel-widget-ratings .rating-stars img {
  width: 11px !important;
  height: 11px !important;
}
.channel-widget-ratings .rating-line {
  padding-top: 1px !important;
}
.channel-widget-ratings .rating-count {
  display: none !important;
}
body.home-layout #home-video-list-content .videoIconWrapperOuter {
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.home-layout .home-hero-rating .category-rating-picker,
body.categories-page .category-rating-picker,
.watch-page .watch-rating-picker {
  width: 55px !important;
  height: 11px !important;
}
body.home-layout .home-hero-rating .category-rating-images,
body.categories-page .category-rating-images,
.watch-page .watch-rating-images {
  width: 55px !important;
  height: 11px !important;
}
body.home-layout .home-hero-rating .category-rating-images img,
body.categories-page .category-rating-images img,
.watch-page .watch-rating-images img {
  width: 11px !important;
  height: 11px !important;
}
body.home-layout .home-hero-rating .category-rating-buttons,
body.categories-page .category-rating-buttons,
.watch-page .watch-rating-buttons {
  width: 55px !important;
  height: 11px !important;
}
body.home-layout .home-hero-rating .category-rating-hitbox,
body.categories-page .category-rating-hitbox {
  width: 11px !important;
  height: 11px !important;
}
body.home-layout .home-hero-rating .category-rating-buttons button,
body.categories-page .category-rating-buttons button,
.watch-page .watch-rating-buttons button {
  width: 5.5px !important;
  height: 11px !important;
}
body.home-layout .home-hero-rating .rating-stars,
body.categories-page .rating-stars,
.watch-page .watch-large-rating,
.watch-page .watch-large-rating-static,
.watch-page .watch-large-rating-empty,
.watch-page .watch-large-rating-fill > span {
  width: 55px !important;
  height: 11px !important;
}
body.home-layout .home-hero-rating .rating-stars img,
body.categories-page .rating-stars img,
.watch-page .watch-large-rating-static img,
.watch-page .watch-large-rating-empty img,
.watch-page .watch-large-rating-fill img {
  width: 11px !important;
  height: 11px !important;
  flex: 0 0 11px !important;
}
.watch-page .watch-large-rating-fill {
  height: 11px !important;
}

body.categories-page .category-player-rating .category-rating-picker {
  width: 95px !important;
  height: 20px !important;
}
body.categories-page .category-player-rating .category-rating-images {
  width: 95px !important;
  height: 20px !important;
}
body.categories-page .category-player-rating .category-rating-images img {
  width: 19px !important;
  height: 20px !important;
}
body.categories-page .category-player-rating .category-rating-buttons {
  width: 95px !important;
  height: 20px !important;
}
body.categories-page .category-player-rating .category-rating-hitbox {
  width: 19px !important;
  height: 20px !important;
}
body.categories-page .category-player-rating .category-rating-buttons button {
  width: 9.5px !important;
  height: 20px !important;
}
body.categories-page .category-player-rating .rating-stars {
  display: inline-flex !important;
  width: 95px !important;
  height: 20px !important;
  line-height: 20px !important;
}
body.categories-page .category-player-rating .rating-stars img {
  width: 19px !important;
  height: 20px !important;
  flex: 0 0 19px !important;
}
body.category-detail-view .category-detail-channels {
  border: 0 !important;
  border-radius: 0 !important;
  background: #e6ecf9 !important;
  box-shadow: none !important;
}

body.category-detail-view .category-detail-copy .rating-stars,
body.category-detail-view .category-video-grid .rating-stars {
  display: inline-flex !important;
  width: 95px !important;
  height: 20px !important;
  line-height: 20px !important;
}
body.category-detail-view .category-detail-copy .rating-stars img,
body.category-detail-view .category-video-grid .rating-stars img {
  width: 19px !important;
  height: 20px !important;
  flex: 0 0 19px !important;
}
body.category-detail-view .category-detail-channels {
  border: 0 !important;
  border-radius: 9px !important;
  background: #e6ecf9 !important;
  box-shadow: none !important;
}
body.category-detail-view #mainContentWithNav.category-detail-page {
  padding-bottom: 36px !important;
}
body.categories-page #mainContentWithNav.category-index-page {
  padding-bottom: 36px !important;
}

body.home-layout .home-hero-rating .category-rating-picker,
.watch-page .watch-rating-picker {
  width: 95px !important;
  height: 20px !important;
}
body.home-layout .home-hero-rating .category-rating-images,
.watch-page .watch-rating-images {
  width: 95px !important;
  height: 20px !important;
}
body.home-layout .home-hero-rating .category-rating-images img,
.watch-page .watch-rating-images img {
  width: 19px !important;
  height: 20px !important;
}
body.home-layout .home-hero-rating .category-rating-buttons,
.watch-page .watch-rating-buttons {
  width: 95px !important;
  height: 20px !important;
}
body.home-layout .home-hero-rating .category-rating-hitbox {
  width: 19px !important;
  height: 20px !important;
}
body.home-layout .home-hero-rating .category-rating-buttons button,
.watch-page .watch-rating-buttons button {
  width: 9.5px !important;
  height: 20px !important;
}
body.home-layout .home-hero-rating .rating-stars,
.watch-page .watch-large-rating,
.watch-page .watch-large-rating-static,
.watch-page .watch-large-rating-empty,
.watch-page .watch-large-rating-fill > span {
  width: 95px !important;
  height: 20px !important;
}
body.home-layout .home-hero-rating .rating-stars img,
.watch-page .watch-large-rating-static img,
.watch-page .watch-large-rating-empty img,
.watch-page .watch-large-rating-fill img {
  width: 19px !important;
  height: 20px !important;
  flex: 0 0 19px !important;
}
.watch-page .watch-large-rating-fill {
  height: 20px !important;
}
body.categories-page .category-rating-picker {
  width: 55px !important;
  height: 11px !important;
}
body.categories-page .category-rating-images {
  width: 55px !important;
  height: 11px !important;
}
body.categories-page .category-rating-images img {
  width: 11px !important;
  height: 11px !important;
}
body.categories-page .category-rating-buttons {
  width: 55px !important;
  height: 11px !important;
}
body.categories-page .category-rating-hitbox {
  width: 11px !important;
  height: 11px !important;
}
body.categories-page .category-rating-buttons button {
  width: 5.5px !important;
  height: 11px !important;
}
body.categories-page .rating-stars {
  width: 55px !important;
  height: 11px !important;
  line-height: 11px !important;
}
body.categories-page .rating-stars img {
  width: 11px !important;
  height: 11px !important;
  flex: 0 0 11px !important;
}
body.categories-page .category-player-rating .category-rating-picker,
body.categories-page .category-player-rating .category-rating-images,
body.categories-page .category-player-rating .category-rating-buttons,
body.categories-page .category-player-rating .rating-stars {
  width: 95px !important;
  height: 20px !important;
  line-height: 20px !important;
}
body.categories-page .category-player-rating .category-rating-hitbox {
  width: 19px !important;
  height: 20px !important;
}
body.categories-page .category-player-rating .category-rating-images img,
body.categories-page .category-player-rating .rating-stars img {
  width: 19px !important;
  height: 20px !important;
  flex: 0 0 19px !important;
}
body.categories-page .category-player-rating .category-rating-buttons button {
  width: 9.5px !important;
  height: 20px !important;
}

.video-grid.browse-grid .browse-thumb-container > .quick-add {
  left: 3px !important;
  bottom: 3px !important;
}

body.category-detail-view .category-detail-copy .rating-stars,
body.category-detail-view .category-video-grid .rating-stars {
  width: 55px !important;
  height: 11px !important;
  line-height: 11px !important;
}
body.category-detail-view .category-detail-copy .rating-stars img,
body.category-detail-view .category-video-grid .rating-stars img {
  width: 11px !important;
  height: 11px !important;
  flex: 0 0 11px !important;
}
body.watch-page #vResponseDiv {
  margin-bottom: 10px;
}
body.watch-page #vResponseHeading {
  margin: 10px 0 6px;
  padding: 4px;
  background: #eee;
  font-size: 10px;
  line-height: 13px;
}
body.watch-page #vResponseHeading table {
  width: 100%;
  border: 0;
  border-spacing: 0;
}
body.watch-page #vResponseHeading td {
  padding: 0;
  border: 0;
  vertical-align: middle;
}
body.watch-page .video-response-carousel {
  display: flex;
  width: 425px;
  height: 90px;
  padding-left: 1px;
  align-items: center;
}
body.watch-page .video-response-window {
  width: 392px;
  height: 90px;
  overflow: hidden;
  background: #fff;
}
body.watch-page .video-response-list {
  display: flex;
  height: 90px;
  align-items: flex-start;
}
body.watch-page .video-response-item {
  float: left;
  flex: 0 0 97px;
  width: 97px;
  padding: 1px;
  text-align: center;
}
body.watch-page .video-response-thumb {
  display: block;
  width: 80px;
  height: 60px;
  margin: 0 auto;
}
body.watch-page .video-response-thumb .vimg80 {
  display: block;
  width: 80px;
  height: 60px;
  box-sizing: border-box;
  border: 3px solid #ddd;
}
body.watch-page .video-response-user {
  padding-bottom: 3px;
  color: #666;
  font-size: 10px;
  line-height: 12px;
}
body.watch-page .watch-response-arrow {
  display: block;
  flex: 0 0 21px;
  width: 21px;
  height: 17px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
body.watch-page .watch-response-arrow img {
  display: block;
  width: 21px;
  height: 17px;
  border: 0;
}
body.video-response-page h1 {
  margin: 12px 0 6px;
  font-size: 18px;
  line-height: 22px;
}
body.video-response-page .response-parent-video {
  border-spacing: 0;
  padding: 0;
}
body.video-response-page .response-parent-video td {
  vertical-align: top;
}
body.video-response-page .response-parent-video td + td {
  padding-left: 8px;
}
body.video-response-page .response-parent-video .vtitle {
  font-weight: bold;
}
body.video-response-page .response-parent-video .vdesc {
  width: 650px;
  margin-top: 4px;
}
body.video-response-page .headerRCBox .rch {
  display: block;
}
body.video-response-page .headerRCBox .rch * {
  display: block;
  height: 1px;
  overflow: hidden;
  background: #ccc;
}
body.video-response-page .headerRCBox .rch1 {
  margin: 0 3px;
  padding: 0 1px;
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  background: #d9d9d9;
}
body.video-response-page .headerRCBox .rch2 {
  margin: 0 1px;
  padding: 0 1px;
  border-right: 1px solid #fafafa;
  border-left: 1px solid #fafafa;
  background: #d6d6d6;
}
body.video-response-page .headerRCBox .rch3 {
  margin: 0 1px;
  border-right: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
}
body.video-response-page .headerRCBox .rch4 {
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
body.video-response-page .headerRCBox .rch5 {
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}
body.video-response-page .headerRCBox .content {
  padding: 0 6px 2px;
  background: #ccc;
}
body.video-response-page .headerTitle {
  font-weight: bold;
}
body.video-response-page .headerTitleRight {
  float: right;
  font-weight: bold;
}
body.video-response-page .vGridBox {
  display: grid;
  grid-template-columns: repeat(6, 120px);
  gap: 10px 23px;
  min-height: 120px;
  padding: 6px;
  border: 1px solid #ccc;
  background: #eee;
}
body.video-response-page .v120vEntry {
  width: 120px;
  margin-bottom: 10px;
}
body.video-response-page .v120vEntry .vstill {
  margin-bottom: 4px;
}
body.video-response-page .v120vEntry .vimg120 {
  display: block;
  width: 120px;
  height: 90px;
  box-sizing: content-box;
  border: 1px solid #ccc;
}
body.video-response-page .v120vEntry .vtitle {
  font-weight: bold;
}
body.video-response-page .response-empty {
  grid-column: 1 / -1;
  padding: 8px;
}

.channel-legacy-page .channel-empty-panel{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:145px;
  padding:14px 18px;
  background:#ececec;
  color:#666;
}
.channel-legacy-page .channel-empty-panel-copy{
  flex:1 1 auto;
  min-width:0;
  text-align:center;
}
.channel-legacy-page .channel-empty-panel-heading{
  margin:0 0 10px;
  color:#666;
  font-size:26px;
  font-weight:bold;
  line-height:30px;
}
.channel-legacy-page .channel-empty-panel-text{
  max-width:430px;
  margin:0 auto;
  color:#666;
  font-size:12px;
  line-height:16px;
}
.channel-legacy-page .channel-empty-panel-image{
  flex:0 0 auto;
}
.channel-legacy-page .channel-empty-panel-image img{
  display:block;
  border:0;
}
.channel-legacy-page .channel-empty-panel-videolog{
  justify-content:center;
  min-height:133px;
}
.channel-legacy-page .channel-empty-panel-videolog .channel-empty-panel-copy{
  max-width:720px;
}
.channel-legacy-page .channel-empty-panel-favorites .channel-empty-panel-image img,
.channel-legacy-page .channel-empty-panel-subscribers .channel-empty-panel-image img{
  width:auto;
  height:auto;
  max-width:246px;
}

body.channel-profile-theme .bulletin-channel-page{
  box-sizing:border-box;
  width:875px;
  min-width:875px;
  max-width:875px;
  margin:0;
  padding:0;
  background:transparent;
}
body.channel-profile-theme .bulletin-channel-nav{
  margin-top:18px !important;
  margin-bottom:15px !important;
}
body.channel-profile-theme .bulletin-all-shell,
body.channel-profile-theme .bulletin-shell{
  box-sizing:border-box;
  width:875px;
  min-width:875px;
  max-width:875px;
  margin:0 0 18px;
  padding:0;
  color:inherit;
}
body.channel-profile-theme .bulletin-all-head,
body.channel-profile-theme .bulletin-all-box,
body.channel-profile-theme .bulletin-all-table{
  width:875px;
}
body.channel-profile-theme .bulletin-all-head{
  box-sizing:border-box;
}
body.channel-profile-theme .bulletin-all-pages{
  width:875px;
}
body.channel-profile-theme .bulletin-box{
  width:548px;
}
body.channel-profile-theme .bulletin-all-table,
body.channel-profile-theme .bulletin-box form{
  background-clip:padding-box;
}
body.channel-profile-theme .bulletin-all-from{
  width:155px;
}
body.channel-profile-theme .bulletin-all-date{
  width:130px;
}

body.channel-profile-theme .channel-tab-standalone .channel-tab-page-section {
  box-sizing: border-box !important;
  border: 1px solid #666 !important;
}

.collections-items-form{ margin:0; }
.collections-bulk-toolbar{ display:flex; align-items:center; gap:6px; padding:7px 8px; background:#ddd; }
.collections-bulk-toolbar label{ display:flex; align-items:center; gap:5px; }
.collections-bulk-toolbar select{ min-width:165px; }
.collections-bulk-toolbar .collections-rearrange{ margin-left:auto; }
.collections-bulk-toolbar-bottom{ border-top:1px solid #ccc; }
.collections-items article{ grid-template-columns:68px 120px minmax(0,1fr) 138px; }
.collections-item-select{ display:flex; align-items:flex-start; gap:6px; }
.collections-item-select input[type=checkbox]{ margin-top:4px; }
.collections-item-select .collections-order{ width:42px; }
.collections-item-actions{ display:flex; flex-direction:column; align-items:stretch; gap:5px; }
.collections-item-actions button{ width:100%; }
@media (max-width:760px) {
  .collections-bulk-toolbar{ flex-wrap:wrap; }
  .collections-bulk-toolbar .collections-rearrange{ margin-left:0; }
  .collections-items article{ grid-template-columns:68px 120px minmax(0,1fr); }
  .collections-item-actions{ grid-column:3; align-items:flex-start; }
  .collections-item-actions button{ width:auto; }
}
body.site-layout #searchDiv .searchField,
#footerDiv #searchFormFooter .searchField{
  -webkit-appearance:textfield!important;
  appearance:auto!important;
  border:2px inset!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
}
.player-flash-shell,
.player-flash-shell-home,
.player-flash-shell-channel,
.player-flash-shell-channel-wide,
.player-flash-shell-watch,
.player-flash-shell-embed,
.player-flash-shell-playlist-embed,
.player-native-flash,
.player-native-flash object,
.player-native-flash embed,
.player-ruffle-host,
.player-ruffle-host ruffle-player,
.player-ruffle-host ruffle-object,
.player-ruffle-host ruffle-embed{
  background:#fff!important;
}

body.home-layout #home-video-list-content .home-ql-icon{top:auto!important;bottom:2px!important;left:2px!important}
body.upload-body .upload-step-two-columns{grid-template-columns:530px 235px!important;column-gap:35px!important;width:800px!important}

body.site-layout #siteHeader.site-masthead{height:110px!important;min-height:110px!important;margin:0 0 6px!important}
body.site-layout #gNavBottom{position:absolute!important;top:86px!important;left:0!important;display:block!important;width:875px!important;height:24px!important;min-height:24px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:#fff url('/assets/legacy/pic_globalnav_gradation_875x24.png') no-repeat left top!important;overflow:hidden!important}

body.site-layout #gNavBottom{
  position:absolute!important;
  top:86px!important;
  left:0!important;
  width:875px!important;
  height:24px!important;
  min-height:24px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:7px 7px 0 0!important;
  background-color:#eee!important;
  background-repeat:no-repeat!important;
  background-position:left top!important;
  background-size:875px 24px!important;
  overflow:hidden!important;
}
body.home-page #home-video-list-content .home-video-thumb{
  position:relative!important;
  height:74px!important;
  min-height:74px!important;
  overflow:visible!important;
}
body.home-page #home-video-list-content .home-ql-icon{
  position:absolute!important;
  top:auto!important;
  right:auto!important;
  bottom:2px!important;
  left:2px!important;
  width:25px!important;
  height:25px!important;
  margin:0!important;
  padding:0!important;
  line-height:0!important;
}
body.home-page #home-video-list-content .home-ql-icon .quick-add{
  position:static!important;
  display:block!important;
  width:25px!important;
  height:25px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  font-size:0!important;
  line-height:0!important;
}
body.upload-body .upload-step-two-columns{
  column-gap:35px!important;
}

body.home-layout #home-video-list-content .home-video-thumb{
  position:relative!important;
  height:74px!important;
  min-height:74px!important;
  overflow:visible!important;
}
body.home-layout #home-video-list-content .home-ql-icon{
  position:absolute!important;
  z-index:40!important;
  top:45px!important;
  right:auto!important;
  bottom:auto!important;
  left:2px!important;
  width:25px!important;
  height:25px!important;
  margin:0!important;
  padding:0!important;
  line-height:0!important;
}

.player-flash-shell[data-ruffle-transparent="1"],
.player-flash-shell[data-ruffle-transparent="1"] .player-native-flash,
.player-flash-shell[data-ruffle-transparent="1"] .player-native-flash object,
.player-flash-shell[data-ruffle-transparent="1"] .player-native-flash embed,
.player-flash-shell[data-ruffle-transparent="1"] .player-ruffle-host,
.player-flash-shell[data-ruffle-transparent="1"] .player-ruffle-host ruffle-player,
.player-flash-shell[data-ruffle-transparent="1"] .player-ruffle-host ruffle-object,
.player-flash-shell[data-ruffle-transparent="1"] .player-ruffle-host ruffle-embed{
  background:transparent!important;
}

body.channel-profile-theme .channel-widget-subscribers .channel-person-avatar-link,
body.channel-profile-theme .channel-widget-friends .channel-person-avatar-link,
body.channel-profile-theme .channel-widget-subscriptions .channel-person-avatar-link {
  display: block !important;
  width: 86px !important;
  height: 66px !important;
  margin: 0 auto 4px !important;
}
body.channel-profile-theme .channel-widget-subscribers .avatar80x60,
body.channel-profile-theme .channel-widget-friends .avatar80x60,
body.channel-profile-theme .channel-widget-subscriptions .avatar80x60 {
  display: block !important;
  box-sizing: content-box !important;
  width: 80px !important;
  height: 60px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 3px solid #ddd !important;
  background: #fff !important;
  object-fit: cover !important;
}

body.watch-page .watch-watching-now{
  box-sizing:border-box;
  width:300px;
  margin:10px 0 0;
  border:1px solid #aaa;
  background:#eee;
  color:#333;
  font:normal 11px/16px Arial,Helvetica,sans-serif;
}
body.watch-page .watch-watching-now-heading{
  display:flex;
  box-sizing:border-box;
  width:100%;
  min-height:30px;
  padding:7px 6px 4px;
  align-items:flex-start;
  justify-content:space-between;
}
body.watch-page .watch-watching-now-heading b{
  font-size:14px;
  line-height:17px;
}
body.watch-page .watch-watching-now-heading a{
  font-size:10px;
  font-weight:bold;
  white-space:nowrap;
}
body.watch-page .watch-watching-now-users{
  box-sizing:border-box;
  width:100%;
  min-height:28px;
  padding:0 7px 8px;
}
body.watch-page .watch-watching-user{
  display:inline-block;
  margin:0 10px 2px 0;
  white-space:nowrap;
}
body.watch-page .watch-watching-user img{
  margin:0 4px 0 0;
  border:0;
  vertical-align:-2px;
}
body.watch-page .watch-watching-empty{
  color:#666;
}
.header-active-sharing-link{
  display:inline-block;
  margin:0;
  padding:0;
  border:0;
  line-height:0;
  text-decoration:none;
  vertical-align:middle;
}
.header-active-sharing-link .header-history-dot{
  border:0;
}

body.legacy-account-page #account-content.account-manager-shell {
  box-sizing: border-box !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.legacy-account-page #account-content .account-manager-layout {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: 150px 725px !important;
  gap: 0 !important;
  align-items: start !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.legacy-account-page #account-content .account-manager-nav {
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.legacy-account-page #account-content .account-manager-nav > a {
  box-sizing: border-box !important;
  display: block !important;
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
  min-height: 30px !important;
  margin: 0 !important;
  padding: 7px 8px 6px !important;
  border: 0 !important;
  background: transparent !important;
  color: #03c !important;
  font: bold 12px/16px Arial, Helvetica, sans-serif !important;
  text-decoration: underline !important;
}

body.legacy-account-page #account-content .account-manager-nav > a.selected {
  position: relative !important;
  z-index: 2 !important;
  margin-right: -4px !important;
  padding-right: 12px !important;
  background: #ccc !important;
  color: #03c !important;
  text-decoration: underline !important;
}

body.legacy-account-page #account-content .account-manager-content {
  box-sizing: border-box !important;
  width: 725px !important;
  min-width: 725px !important;
  max-width: 725px !important;
  margin: 0 !important;
}

body.favorites-manager-page #account-content .account-manager-content,
body.account-options-body #account-content .account-manager-content,
body.channel-editor-page #account-content .account-manager-content {
  border: 4px solid #ccc !important;
  background: #fff !important;
}

body.account-options-body #account-content .account-options-form {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
}

body.account-options-body #account-content .account-form-body {
  box-sizing: border-box !important;
  min-height: 420px !important;
  margin: 0 !important;
  padding: 20px 28px !important;
  background: #fff !important;
}

body.channel-editor-page #account-content.account-manager-shell,
body.channel-editor-page #account-content #channel-edit-root,
body.channel-editor-page #account-content .channel-edit-shell {
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
}

body.channel-editor-page #account-content #sectionHeader.channel-edit-heading,
body.channel-editor-page #account-content .channel-edit-subtitle {
  box-sizing: border-box !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
}

body.channel-editor-page #account-content .channel-edit-panel.account-manager-content {
  display: block !important;
  width: 725px !important;
  min-width: 725px !important;
  max-width: 725px !important;
  padding: 0 !important;
  border: 4px solid #ccc !important;
  background: #fff !important;
}

body.channel-editor-page #account-content .channel-edit-sheet {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 10px 9px !important;
  border: 0 !important;
  background: #fff !important;
}

body.channel-editor-page #account-content .channel-edit-controls,
body.channel-editor-page #account-content .channel-edit-bottom-controls {
  box-sizing: border-box !important;
  width: auto !important;
  margin-left: -9px !important;
  margin-right: -9px !important;
  padding: 4px 7px !important;
  background: #ccc !important;
}

body.collections-page #account-content .account-manager-layout.is-create {
  grid-template-columns: 875px !important;
}

body.collections-page #account-content .account-manager-layout.is-create .account-manager-nav {
  display: none !important;
}

body.collections-page #account-content .account-manager-layout.is-create .account-manager-content {
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
}

body.legacy-account-page #account-content .account-manager-buttons {
  box-sizing: border-box !important;
  width: 150px !important;
  padding: 18px 8px 0 !important;
}

body.legacy-account-page #account-content .account-manager-buttons input {
  display: block !important;
  margin: 0 0 7px !important;
}

html.no-modern-layout body.legacy-account-page #account-content .account-manager-layout {
  display: table !important;
  table-layout: fixed !important;
}

html.no-modern-layout body.legacy-account-page #account-content .account-manager-nav,
html.no-modern-layout body.legacy-account-page #account-content .account-manager-content {
  display: table-cell !important;
  vertical-align: top !important;
}

body.legacy-account-page #account-content.account-manager-shell,
body.legacy-account-page #account-content .account-manager-layout {
  overflow: visible !important;
}

body.legacy-account-page #account-content .account-manager-content,
body.legacy-account-page #account-content .account-manager-content > form,
body.legacy-account-page #account-content .account-manager-content > section,
body.legacy-account-page #account-content .account-manager-content > div {
  box-sizing: border-box !important;
  max-width: 100% !important;
}

body.legacy-account-page #account-content .favorites-manager-toolbar,
body.legacy-account-page #account-content .videos-manager-toolbar,
body.legacy-account-page #account-content .collections-toolbar,
body.legacy-account-page #account-content .account-options-toolbar,
body.legacy-account-page #account-content .channel-edit-controls,
body.legacy-account-page #account-content .channel-edit-bottom-controls {
  box-sizing: border-box !important;
  max-width: 100% !important;
}

body.legacy-account-page #account-content input[type="text"],
body.legacy-account-page #account-content input[type="url"],
body.legacy-account-page #account-content input[type="email"],
body.legacy-account-page #account-content input[type="password"],
body.legacy-account-page #account-content textarea,
body.legacy-account-page #account-content select {
  max-width: 100%;
}

body.videos-manager-page #account-content .videos-manager-toolbar,
body.videos-manager-page #account-content .videos-manager-list,
body.videos-manager-page #account-content .videos-manager-empty,
body.favorites-manager-page #account-content .favorites-manager-toolbar,
body.favorites-manager-page #account-content .favorites-manager-list,
body.favorites-manager-page #account-content .favorites-manager-empty {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

body.videos-manager-page #account-content .videos-manager-item,
body.favorites-manager-page #account-content .favorites-manager-item {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

body.videos-manager-page #account-content .videos-manager-copy,
body.favorites-manager-page #account-content .favorites-manager-copy {
  min-width: 0 !important;
}

body.legacy-account-page #account-content .account-alert-stack {
  box-sizing: border-box !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  margin: 0 0 8px !important;
}

body.legacy-account-page #account-content .account-alert-stack.has-alerts {
  display: block !important;
}

body.legacy-account-page #account-content .account-alert-stack > .confirmBox,
body.legacy-account-page #account-content .account-alert-stack > .successBox,
body.legacy-account-page #account-content .account-alert-stack > .errorBox,
body.legacy-account-page #account-content .account-alert-stack > .plain-error {
  box-sizing: border-box !important;
  display: block !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  margin: 0 !important;
  padding: 6px !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  text-align: center !important;
  font: bold 14px/18px Arial, Helvetica, sans-serif !important;
}

body.legacy-account-page #account-content .account-alert-stack > .confirmBox {
  border: 3px solid #666 !important;
  color: #006 !important;
}

body.legacy-account-page #account-content .account-alert-stack > .successBox {
  border: 3px solid #090 !important;
  color: #060 !important;
}

body.legacy-account-page #account-content .account-alert-stack > .errorBox,
body.legacy-account-page #account-content .account-alert-stack > .plain-error {
  border: 3px solid #c00 !important;
  color: #c00 !important;
}

body.channel-editor-page #account-content .channel-edit-panel.account-manager-content {
  overflow: hidden !important;
}

body.channel-editor-page #account-content .channel-edit-sheet {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

body.channel-editor-page #account-content .channel-edit-controls,
body.channel-editor-page #account-content .channel-edit-bottom-controls {
  width: calc(100% + 18px) !important;
  max-width: none !important;
}
body.site-layout #utilDiv.plain-header-links a.header-signup,
body.channel-profile-theme .channel-util-links a.header-signup {
  font-weight: bold !important;
}
body.site-layout #baseDiv > .site-page-alert,
body.site-layout #baseDiv > .confirmBox,
body.site-layout #baseDiv > .successBox,
body.site-layout #baseDiv > .errorBox,
body.site-layout .account-alert-stack,
body.site-layout .account-alert-stack > .confirmBox,
body.site-layout .account-alert-stack > .successBox,
body.site-layout .account-alert-stack > .errorBox,
body.site-layout .account-alert-stack > .plain-error,
body.site-layout .confirm-email-shell > .confirmBox,
body.site-layout .confirm-email-shell > .successBox,
body.site-layout .confirm-email-shell > .errorBox,
body.site-layout .inbox-page > .confirmBox,
body.site-layout .inbox-page > .successBox,
body.site-layout .inbox-page > .errorBox,
body.channel-profile-theme #baseDiv > .site-page-alert,
body.channel-profile-theme #baseDiv > .confirmBox,
body.channel-profile-theme #baseDiv > .successBox,
body.channel-profile-theme #baseDiv > .errorBox {
  box-sizing: border-box !important;
  display: block !important;
  width: 875px !important;
  min-width: 875px !important;
  max-width: 875px !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.video-grid.browse-grid .browse-thumb-container > .quick-add,
body.watch-page .watch-explore-thumb-wrap > .quick-add{
  left:2px!important;
  bottom:2px!important;
}

body.watch-page .watch-url{
  display:block!important;
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  margin:1px 0!important;
  white-space:nowrap!important;
  font-size:0!important;
  line-height:17px!important;
}
body.watch-page .watch-url span{
  display:inline-block!important;
  width:36px!important;
  margin:0!important;
  padding:0!important;
  font:normal 9px/17px Arial,Helvetica,sans-serif!important;
  vertical-align:middle!important;
}
body.watch-page .watch-url input{
  display:inline-block!important;
  box-sizing:border-box!important;
  width:247px!important;
  min-width:247px!important;
  max-width:247px!important;
  height:17px!important;
  margin:0 0 0 3px!important;
  padding:1px 2px!important;
  vertical-align:middle!important;
}

body.watch-page .watch-watching-now-heading{
  display:block!important;
  box-sizing:border-box!important;
  width:100%!important;
  min-height:30px!important;
  padding:7px 7px 4px!important;
  overflow:hidden!important;
}
body.watch-page .watch-watching-now-heading b{
  float:left!important;
}
body.watch-page .watch-watching-now-heading a{
  float:right!important;
  margin:0!important;
}

body.watch-page .watch-explore-summary{
  display:block!important;
  box-sizing:border-box!important;
  width:100%!important;
  height:24px!important;
  padding:4px 6px 3px!important;
  overflow:hidden!important;
  white-space:nowrap!important;
}
body.watch-page .watch-explore-summary span{
  float:left!important;
}
body.watch-page .watch-explore-summary a{
  float:right!important;
  margin:0!important;
}
body.categories-page .category-layout,
body.categories-page #mainContentWithNav.category-index-page,
body.category-detail-view #mainContentWithNav.category-detail-page {
  display:block!important;
  width:725px!important;
  margin:0!important;
  padding:0!important;
}
body.categories-page .category-layout { float:right!important; }
body.categories-page #mainContentWithNav.category-index-page { float:none!important; }
body.category-detail-view #mainContentWithNav.category-detail-page { float:right!important; padding-top:5px!important; }
body.categories-page .category-index-top,
body.category-detail-view .category-detail-columns {
  display:block!important;
  width:725px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
body.categories-page .category-feature,
body.category-detail-view .category-detail-primary {
  display:block!important;
  float:left!important;
  width:410px!important;
  margin:0!important;
}
body.categories-page .category-feature {
  box-sizing:border-box!important;
  margin-bottom:15px!important;
}
body.categories-page .category-index-secondary,
body.category-detail-view .category-detail-secondary {
  display:block!important;
  float:right!important;
  width:300px!important;
  margin:0!important;
  padding:0!important;
}
body.categories-page .category-feature .feature-video,
body.category-detail-view .category-detail-pick-body {
  display:block!important;
  width:100%!important;
  overflow:hidden!important;
}
body.categories-page .category-feature .feature-video>a,
body.category-detail-view .category-detail-pick-thumb {
  display:block!important;
  float:left!important;
  width:160px!important;
  margin:0 10px 5px 0!important;
}
body.categories-page .category-feature .feature-video>a .vimg160,
body.category-detail-view .category-detail-pick-thumb .vimg160 {
  display:block!important;
  float:none!important;
  width:160px!important;
  height:120px!important;
  margin:0!important;
}
body.categories-page .category-feature .feature-video-info {
  display:block!important;
  float:left!important;
  width:210px!important;
  margin:0!important;
}
body.category-detail-view .category-detail-copy {
  display:block!important;
  margin-left:170px!important;
  min-width:0!important;
}
body.category-detail-view #sectionHeader .title.category-detail-header-title {
  display:block!important;
  margin-left:150px!important;
  padding-top:7px!important;
  line-height:20px!important;
}
body.category-detail-view #sectionHeader .title.category-detail-header-title img {
  display:inline!important;
  width:16px!important;
  height:16px!important;
  margin:0 5px 0 0!important;
  vertical-align:middle!important;
}
body.categories-page .feature-channel-grid,
body.category-detail-view .category-detail-channels .feature-channel-grid {
  display:block!important;
  width:100%!important;
  overflow:hidden!important;
}
body.categories-page .feature-channel,
body.category-detail-view .category-detail-channels .feature-channel {
  display:block!important;
  float:left!important;
  width:47%!important;
  min-height:55px!important;
  margin:0 3% 10px 0!important;
  padding:0!important;
}
body.categories-page .feature-channel-avatar,
body.categories-page .feature-channel-avatar .avatar,
body.category-detail-view .feature-channel-avatar,
body.category-detail-view .feature-channel-avatar .avatar {
  display:block!important;
  float:left!important;
  width:45px!important;
  height:45px!important;
  margin:0 5px 0 0!important;
}
body.categories-page .feature-channel-copy,
body.category-detail-view .feature-channel-copy {
  display:block!important;
  margin-left:50px!important;
  overflow:hidden!important;
}
body.categories-page .feature-channel-copy a,
body.category-detail-view .feature-channel-copy a {
  display:block!important;
  overflow:hidden!important;
  white-space:nowrap!important;
}
body.categories-page .category-index-directory {
  clear:both!important;
  display:block!important;
  width:725px!important;
  margin-top:15px!important;
}
body.categories-page .category-index-directory .category-grid {
  display:block!important;
  width:725px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
body.categories-page .category-index-directory .catEntry {
  display:block!important;
  float:left!important;
  width:220px!important;
  min-height:105px!important;
  margin:0 20px 34px 0!important;
  padding:0!important;
}
body.categories-page .category-index-directory .catHeading {
  display:block!important;
  margin:0 0 4px!important;
}
body.categories-page .category-index-directory .catHeading img {
  display:inline!important;
  vertical-align:middle!important;
}
body.categories-page .category-index-directory .catVEntry {
  display:block!important;
  width:220px!important;
  overflow:hidden!important;
}
body.categories-page .category-index-directory .catVstill {
  display:block!important;
  float:left!important;
  width:80px!important;
  margin:0 5px 0 0!important;
  padding:0!important;
}
body.categories-page .category-index-directory .catVinfo {
  display:block!important;
  margin-left:85px!important;
  word-wrap:break-word!important;
}
body.category-detail-view .category-video-grid {
  display:block!important;
  width:410px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
body.category-detail-view .category-video-grid .category-video-entry {
  display:block!important;
  float:left!important;
  width:120px!important;
  min-height:198px!important;
  margin:0 16px 20px 0!important;
  padding:0!important;
}
body.categories-page .category-player,
body.categories-page .category-player-frame,
body.categories-page .category-player-frame .player-flash-shell-home,
body.categories-page .category-player-frame .player-native-flash,
body.categories-page .category-player-frame .player-ruffle-host,
body.categories-page .category-player-frame ruffle-player,
body.categories-page .category-player-frame ruffle-object,
body.categories-page .category-player-frame ruffle-embed,
body.categories-page .category-player-frame object,
body.categories-page .category-player-frame embed {
  display:block!important;
  width:300px!important;
  min-width:300px!important;
  max-width:300px!important;
  margin:0!important;
  padding:0!important;
}
body.categories-page .category-player-frame,
body.categories-page .category-player-frame .player-flash-shell-home,
body.categories-page .category-player-frame .player-native-flash,
body.categories-page .category-player-frame .player-ruffle-host,
body.categories-page .category-player-frame ruffle-player,
body.categories-page .category-player-frame ruffle-object,
body.categories-page .category-player-frame ruffle-embed,
body.categories-page .category-player-frame object,
body.categories-page .category-player-frame embed {
  height:247px!important;
  min-height:247px!important;
  max-height:247px!important;
  border:0!important;
  overflow:hidden!important;
}
body.categories-page .category-player-details {
  display:block!important;
  width:300px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
body.categories-page .category-player-info {
  display:block!important;
  float:left!important;
  width:185px!important;
  margin:0!important;
  padding:6px 0 0!important;
}
body.categories-page .category-player-rating {
  display:block!important;
  float:right!important;
  width:110px!important;
  margin:0!important;
  padding:6px 0 0!important;
  text-align:center!important;
}
body.categories-page .category-rate-form,
body.categories-page .category-player-rating .rating-line {
  display:block!important;
  margin:0!important;
  text-align:center!important;
}
body.categories-page .category-rating-picker {
  position:relative!important;
  display:block!important;
  width:95px!important;
  height:20px!important;
  margin:1px auto 0!important;
}
body.categories-page .category-rating-images,
body.categories-page .rating-stars {
  display:block!important;
  width:95px!important;
  height:20px!important;
  margin:0 auto!important;
  white-space:nowrap!important;
  font-size:0!important;
  line-height:20px!important;
}
body.categories-page .category-rating-images img,
body.categories-page .rating-stars img {
  display:inline-block!important;
  float:none!important;
  width:19px!important;
  height:20px!important;
  margin:0!important;
  padding:0!important;
  vertical-align:top!important;
}
body.categories-page .category-rating-buttons {
  position:absolute!important;
  top:0!important;
  left:0!important;
  z-index:2!important;
  display:block!important;
  width:95px!important;
  height:20px!important;
  overflow:hidden!important;
}
body.categories-page .category-rating-buttons button {
  display:block!important;
  float:left!important;
  width:9.5px!important;
  height:20px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
body.watch-page .watch-video-response-notice {
  box-sizing:border-box!important;
  width:425px!important;
  margin:0!important;
  padding:4px 7px!important;
  border:1px solid #e4d47b!important;
  border-top:0!important;
  background:#fff9b8!important;
  color:#333!important;
  font:normal 11px/15px Arial,Helvetica,sans-serif!important;
  overflow:hidden!important;
  white-space:nowrap!important;
}
body.watch-page .watch-video-response-notice a {
  color:#03c!important;
}
body.watch-page .video-response-carousel,
body.watch-page .watch-response-carousel {
  position:relative!important;
  display:block!important;
  width:425px!important;
  height:82px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
body.watch-page .video-response-window,
body.watch-page .watch-response-viewport {
  position:absolute!important;
  top:0!important;
  left:27px!important;
  display:block!important;
  width:371px!important;
  height:82px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
body.watch-page .video-response-list,
body.watch-page .watch-response-track {
  display:block!important;
  width:9999px!important;
  height:82px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
body.watch-page .video-response-item,
body.watch-page .watch-response-item {
  display:block!important;
  float:left!important;
  width:82px!important;
  height:82px!important;
  margin:0 10px 0 0!important;
  padding:0!important;
  overflow:hidden!important;
  text-align:center!important;
  font-size:10px!important;
  line-height:12px!important;
}
body.watch-page .video-response-thumb,
body.watch-page .watch-response-thumb {
  display:block!important;
  width:80px!important;
  height:60px!important;
  margin:0 auto 4px!important;
  padding:0!important;
}
body.watch-page .video-response-thumb .vimg80,
body.watch-page .watch-response-thumb .vimg80 {
  display:block!important;
  width:80px!important;
  height:60px!important;
  margin:0!important;
}
body.watch-page .watch-response-arrow {
  position:absolute!important;
  top:22px!important;
  z-index:3!important;
  display:block!important;
  width:21px!important;
  height:17px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
body.watch-page .watch-response-arrow[data-response-prev] { left:0!important; }
body.watch-page .watch-response-arrow[data-response-next] { right:0!important; }
body.home-page #home-video-list-content .home-ql-icon,
body.home-layout #home-video-list-content .home-ql-icon {
  top:auto!important;
  right:auto!important;
  bottom:2px!important;
  left:3px!important;
}
.video-grid.browse-grid .browse-thumb-container>.quick-add,
body.watch-page .watch-explore-thumb-wrap>.quick-add,
body.category-detail-view .QLContainer>.quick-add,
body.categories-page .QLContainer>.quick-add {
  top:auto!important;
  right:auto!important;
  bottom:2px!important;
  left:3px!important;
}
body.watch-page .watch-quicklist-head {
  display:block!important;
  width:419px!important;
  height:28px!important;
  padding:1px 2px!important;
  overflow:hidden!important;
}
body.watch-page .watch-quicklist-title {
  display:block!important;
  float:left!important;
  width:75px!important;
}
body.watch-page .watch-quicklist-play {
  display:block!important;
  float:left!important;
  width:33px!important;
  margin-right:5px!important;
}
body.watch-page .watch-quicklist-play-copy {
  display:block!important;
  float:left!important;
  width:55px!important;
}
body.watch-page .watch-quicklist-next-thumb {
  display:block!important;
  float:left!important;
  width:33px!important;
  margin-right:5px!important;
}
body.watch-page .watch-quicklist-next-copy {
  display:block!important;
  float:left!important;
  width:170px!important;
}
body.watch-page .watch-quicklist-collapse {
  display:block!important;
  float:right!important;
  width:33px!important;
  margin-left:2px!important;
}
body.watch-page .watch-quicklist-items article {
  position:relative!important;
  display:block!important;
  width:415px!important;
  min-height:38px!important;
  padding:2px 4px!important;
  overflow:hidden!important;
}
body.watch-page .watch-quicklist-items article>span:first-child {
  display:block!important;
  float:left!important;
  width:13px!important;
  margin:0!important;
  text-align:left!important;
}
body.watch-page .watch-quicklist-items article>a {
  display:block!important;
  float:left!important;
  width:51px!important;
  margin:0!important;
}
body.watch-page .watch-quicklist-items article>div {
  display:block!important;
  float:left!important;
  width:285px!important;
  margin:0!important;
}
body.watch-page .watch-quicklist-items article>span:last-child {
  display:block!important;
  float:right!important;
  width:54px!important;
  margin:0!important;
  text-align:right!important;
}
body.watch-page .watch-quicklist-foot {
  display:block!important;
  min-height:20px!important;
  overflow:hidden!important;
}
body.watch-page .watch-quicklist-foot label { float:left!important; }
body.watch-page .watch-quicklist-foot>span { float:right!important; }
body.watch-page .watch-quicklist-items article>a .vimg43,
body.watch-page .watch-quicklist-items article>a img.vimg43 {
  display:block!important;
  box-sizing:content-box!important;
  width:43px!important;
  min-width:43px!important;
  max-width:43px!important;
  height:33px!important;
  min-height:33px!important;
  max-height:33px!important;
  margin:0!important;
  padding:2px!important;
  border:0!important;
}
body.watch-page .watch-quicklist-items article>a {
  width:47px!important;
  min-width:47px!important;
  max-width:47px!important;
  height:37px!important;
  margin:0 4px 0 0!important;
  overflow:hidden!important;
}
body.watch-page .watch-quicklist-items article>div {
  width:285px!important;
  min-width:0!important;
}
body.watch-page .video-response-window,
body.watch-page .watch-response-viewport {
  width:368px!important;
}
body.watch-page .video-response-item.is-response-hidden,
body.watch-page .watch-response-item.is-response-hidden {
  display:none!important;
}

.browse-video-table {
  width: 100%;
  border-spacing: 0;
  padding: 0;
}
.browse-video-table td {
  width: 25%;
  padding: 0;
  vertical-align: top;
}
.browse-video-table .browse-video-entry {
  width: 120px;
  margin: 0 0 10px;
}

body.categories-page .category-feature .feature-video-info .rating-line,
body.categories-page .category-index-directory .catVinfo .rating-line {
  display:block!important;
  width:55px!important;
  margin:3px 0 0!important;
  padding:0!important;
  line-height:13px!important;
}
body.categories-page .category-feature .feature-video-info .rating-stars,
body.categories-page .category-index-directory .catVinfo .rating-stars {
  display:block!important;
  width:55px!important;
  height:11px!important;
  margin:0!important;
  padding:0!important;
  white-space:nowrap!important;
  font-size:0!important;
  line-height:11px!important;
}
body.categories-page .category-feature .feature-video-info .rating-stars img,
body.categories-page .category-index-directory .catVinfo .rating-stars img {
  display:inline-block!important;
  float:none!important;
  width:11px!important;
  height:11px!important;
  margin:0!important;
  padding:0!important;
  vertical-align:top!important;
}
body.categories-page .category-feature .feature-video-info .rating-count,
body.categories-page .category-index-directory .catVinfo .rating-count {
  display:block!important;
  width:auto!important;
  margin:1px 0 0!important;
  padding:0!important;
  font-size:11px!important;
  line-height:13px!important;
  white-space:nowrap!important;
}
body.categories-page .category-player-rating .category-rating-picker,
body.categories-page .category-player-rating .category-rating-images,
body.categories-page .category-player-rating .category-rating-buttons,
body.categories-page .category-player-rating .rating-stars {
  width:95px!important;
  height:20px!important;
}
body.categories-page .category-player-rating .category-rating-images img,
body.categories-page .category-player-rating .rating-stars img {
  width:19px!important;
  height:20px!important;
}
body.home-layout .home-hero-rating .category-rating-picker,
body.home-layout .home-hero-rating .category-rating-images,
body.home-layout .home-hero-rating .category-rating-buttons,
body.home-layout .home-hero-rating .rating-stars {
  width:95px!important;
  height:20px!important;
}
body.home-layout .home-hero-rating .category-rating-images img,
body.home-layout .home-hero-rating .rating-stars img {
  width:19px!important;
  height:20px!important;
}

body.categories-page .category-feature .feature-video-info .category-feature-rate-form {
  display:block!important;
  width:95px!important;
  margin:3px 0 0!important;
  padding:0!important;
  text-align:left!important;
}
body.categories-page .category-feature .feature-video-info .category-feature-rate-form .category-rating-picker,
body.categories-page .category-feature .feature-video-info .category-feature-rate-form .category-rating-images,
body.categories-page .category-feature .feature-video-info .category-feature-rate-form .category-rating-buttons {
  width:95px!important;
  height:20px!important;
  margin:0!important;
}
body.categories-page .category-feature .feature-video-info .category-feature-rate-form .category-rating-images img {
  display:inline-block!important;
  width:19px!important;
  height:20px!important;
  margin:0!important;
  padding:0!important;
  vertical-align:top!important;
}
body.categories-page .category-feature .feature-video-info .category-feature-rate-form .category-rating-hitbox {
  width:19px!important;
  height:20px!important;
}
body.categories-page .category-feature .feature-video-info .category-feature-rate-form .category-rating-buttons button {
  width:9.5px!important;
  height:20px!important;
}
body.categories-page .category-feature .feature-video-info > .rating-line {
  width:95px!important;
  margin:3px 0 0!important;
}
body.categories-page .category-feature .feature-video-info > .rating-line .rating-stars {
  display:block!important;
  width:95px!important;
  height:20px!important;
  line-height:20px!important;
}
body.categories-page .category-feature .feature-video-info > .rating-line .rating-stars img {
  width:19px!important;
  height:20px!important;
}
body.categories-page .category-feature .feature-video-info .category-rating-count,
body.categories-page .category-feature .feature-video-info > .rating-line .rating-count {
  display:block!important;
  margin:1px 0 0!important;
  font-size:11px!important;
  line-height:13px!important;
  white-space:nowrap!important;
}

body.categories-page .category-rating-picker-direct {
  display:block!important;
  position:relative!important;
  width:95px!important;
  height:20px!important;
  overflow:visible!important;
}
body.categories-page .category-rating-picker-direct .category-rating-direct-buttons {
  display:block!important;
  position:static!important;
  width:95px!important;
  height:20px!important;
  overflow:visible!important;
  white-space:nowrap!important;
  font-size:0!important;
  line-height:0!important;
}
body.categories-page .category-rating-picker-direct .category-rating-button {
  display:block!important;
  float:left!important;
  position:static!important;
  width:19px!important;
  height:20px!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:none!important;
  font-size:0!important;
  line-height:0!important;
  cursor:pointer!important;
  overflow:hidden!important;
}
body.categories-page .category-rating-picker-direct .category-rating-button img {
  display:block!important;
  float:none!important;
  width:19px!important;
  height:20px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}

body.categories-page .category-feature-rate-form .category-rating-picker,
body.categories-page .category-player-rating .category-rating-picker {
  position: relative !important;
  display: block !important;
  width: 95px !important;
  height: 20px !important;
  overflow: hidden !important;
}
body.categories-page .category-feature-rate-form .category-rating-images,
body.categories-page .category-player-rating .category-rating-images {
  position: static !important;
  display: block !important;
  width: 95px !important;
  height: 20px !important;
  white-space: nowrap !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
body.categories-page .category-feature-rate-form .category-rating-images img,
body.categories-page .category-player-rating .category-rating-images img {
  display: inline-block !important;
  float: none !important;
  width: 19px !important;
  height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  vertical-align: top !important;
}
body.categories-page .category-feature-rate-form .category-rating-buttons,
body.categories-page .category-player-rating .category-rating-buttons {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 3 !important;
  display: block !important;
  width: 95px !important;
  height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
body.categories-page .category-feature-rate-form .category-rating-hitbox,
body.categories-page .category-player-rating .category-rating-hitbox {
  position: relative !important;
  display: block !important;
  float: left !important;
  width: 19px !important;
  height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
body.categories-page .category-feature-rate-form .category-rating-buttons button,
body.categories-page .category-player-rating .category-rating-buttons button {
  position: absolute !important;
  top: 0 !important;
  display: block !important;
  float: none !important;
  width: 10px !important;
  height: 20px !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
body.categories-page .category-feature-rate-form .category-rating-buttons .category-rating-half-left,
body.categories-page .category-player-rating .category-rating-buttons .category-rating-half-left {
  left: 0 !important;
  right: auto !important;
  width: 9px !important;
}
body.categories-page .category-feature-rate-form .category-rating-buttons .category-rating-half-right,
body.categories-page .category-player-rating .category-rating-buttons .category-rating-half-right {
  left: 9px !important;
  right: auto !important;
  width: 10px !important;
}
