html,
body {
  margin: 0;
  padding: 0;
  min-width: 960px;
  overflow-x: auto;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.NewsDiv {
  width: 954px;
  height: 29px;
  background-color: #fff;
  border: 3px solid #505050;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #006;
}

.video-title {
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  width: 960px;
  text-align: left;
}

.watch-container {
  width: 961px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.player-column {
  width: 480px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.metadata-column {
  width: 305px;
  margin-left: 12px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#player {
  width: 480px;
  height: 320px;
  background-color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  outline: none;
}

#player *,
#player *:focus,
#player *:active {
  outline: none;
}

#player video,
#player canvas,
#player object,
#player embed {
  outline: none;
  border: none;
}

.video-actions {
  width: 480px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #333;
  margin-top: 6px;
  overflow: hidden;
}

.video-actions-top {
  padding: 8px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rating-block {
  text-align: center;
  width: 100px;
  font-size: 11px;
  margin-right: 15px;
}

.rating-login-link {
  display: block;
  margin-bottom: 3px;
  color: #0033cc;
  text-decoration: underline;
}

.rating-login-link:hover {
  text-decoration: none;
}

.rating-container {
  cursor: pointer;
  white-space: nowrap;
}

.rating {
  width: 18px;
  height: 18px;
  border: none;
  vertical-align: middle;
}

.rating-info {
  display: block;
  margin-top: 3px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #333;
}

.video-actions-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 11px;
}

.video-actions-icons > * + * {
  margin-left: 15px;
}

.video-actions-icon-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.video-actions-icon-col > a + a {
  margin-top: 4px;
}

.video-actions-icon-col a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #0033cc;
  text-decoration: underline;
  font-size: 11px;
  line-height: 14px;
}

.video-actions-icon-col a:hover {
  text-decoration: none;
}

.video-actions-icon-col img {
  width: 19px;
  height: 17px;
  margin-right: 5px;
  border: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.video-actions-bottom {
  border-top: 1px solid #ccc;
  padding: 6px 8px;
  text-align: center;
  color: #000;
  font-size: 12px;
}

.video-actions-sep {
  margin: 0 8px;
  color: #ccc;
}

.video-metadata {
  width: 305px;
  height: 208px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  min-height: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.video-metadata::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.video-metadata > * {
  margin-bottom: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.video-metadata a {
  color: #0033cc;
  text-decoration: none;
}

.video-metadata a:hover {
  text-decoration: underline;
}

.metadata-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.metadata-top .metadata-subscribe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
}

.metadata-top .metadata-subscribe > * {
  margin-bottom: 4px;
}

.subscribe-btn {
  background-color: #f09300;
  background-image: -ms-linear-gradient(top, #ffb347 0%, #e56e00 100%);
  background-image: linear-gradient(to bottom, #ffb347 0%, #e56e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFB347', endColorstr='#FFE56E00', GradientType=0);
  color: #fff !important;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 14px;
  border-width: 1px !important;
  border-color: #e56e00;
  border-style: solid;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.subscribe-btn:hover {
  background-color: #d96500;
  background-image: -ms-linear-gradient(top, #ffa030 0%, #d96500 100%);
  background-image: linear-gradient(to bottom, #ffa030 0%, #d96500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFA030', endColorstr='#FFD96500', GradientType=0);
}

.subscribe-btn.subscribed {
  background-color: #888888;
  background-image: -ms-linear-gradient(top, #aaaaaa 0%, #777777 100%);
  background-image: linear-gradient(to bottom, #aaaaaa 0%, #777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFAAAAAA', endColorstr='#FF777777', GradientType=0);
  border-color: #666666;
}

.subscribe-btn.subscribed:hover {
  background-color: #6e6e6e;
  background-image: -ms-linear-gradient(top, #949494 0%, #5c5c5c 100%);
  background-image: linear-gradient(to bottom, #949494 0%, #5c5c5c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF949494', endColorstr='#FF5C5C5C', GradientType=0);
}

.video-desc {
  margin-top: 5px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.metadata-row {
  margin-top: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.metadata-row > * {
  margin-right: 6px;
}

.metadata-row b {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.url-input {
  -ms-flex-positive: 1;
  flex-grow: 1;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 11px;
  padding: 2px;
  border: 1px solid #7f7f7f;
}

.explore-tabs {
  width: 300px;
  height: 34px;
  position: relative;
  margin-top: 6px;
  overflow: hidden;
}

.explore-tabs .explore-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 34px;
  border: 0;
  margin: 0;
  padding: 0;
}

.explore-tabs .explore-hit {
  position: absolute;
  display: block;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-decoration: none;
  cursor: pointer;
  z-index: 2;
}

.explore-tabs .explore-hit:focus {
  outline: none;
}

.explore-panels {
  width: 300px;
}

.related-videos {
  width: 300px;
  height: 300px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-top: 0;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #333;
  scrollbar-width: auto;
  -ms-overflow-style: auto;
  display: none;
}

.related-videos.related-active {
  display: block;
}

.director-videos-panel {
  display: block;
  position: static;
  width: 150px;
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: Arial, sans-serif;
}

.director-videos-header {
  width: 120px;
  text-align: center;
  color: #999;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding: 4px 0 10px 0;
}

.director-item {
  margin-bottom: 15px;
  font-size: 11px;
}

.director-thumb {
  display: block;
  width: 120px;
  height: 88px;
  margin: 0 0 4px 0;
}

.director-title {
  display: block;
  font-weight: bold;
  color: #0033cc;
  text-decoration: none;
  line-height: 1.3;
}

.director-title:hover {
  text-decoration: underline;
}

.director-duration {
  color: #333;
  margin-top: 2px;
}

.director-from {
  color: #333;
}

.director-from a {
  color: #0033cc;
  text-decoration: none;
}

.director-from a:hover {
  text-decoration: underline;
}

.related-header {
  padding: 4px 6px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  font-size: 11px;
  color: #333;
  overflow: hidden;
  *zoom: 1;
}

.related-header .related-count {
  float: left;
}

.related-header .related-seeall {
  float: right;
  color: #0033cc;
  text-decoration: none;
}

.related-header .related-seeall:hover {
  text-decoration: underline;
}

.related-item {
  padding: 6px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  *zoom: 1;
}

.related-item-alt {
  background-color: #f7f7f7;
}

.related-thumb-wrap {
  float: left;
  width: 90px;
  height: 70px;
  position: relative;
  margin-right: 8px;
  background-color: #000;
  overflow: hidden;
}

.related-thumb-wrap a {
  display: block;
  width: 90px;
  height: 70px;
}

.related-thumb-wrap img {
  display: block;
  width: 90px;
  height: 70px;
  border: 0;
  margin: 0;
  padding: 0;
}

.related-info {
  overflow: hidden;
  *zoom: 1;
}

.related-title {
  color: #0033cc;
  text-decoration: underline;
  font-weight: bold;
  font-size: 12px;
  display: block;
  margin-bottom: 3px;
  line-height: 14px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.related-title:hover {
  text-decoration: none;
}

.related-duration {
  color: #666;
  font-size: 11px;
  margin-bottom: 2px;
}

.related-meta {
  color: #333;
  font-size: 11px;
  margin-top: 2px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.related-meta a {
  color: #0033cc;
  text-decoration: none;
}

.related-meta a:hover {
  text-decoration: underline;
}

.related-empty {
  padding: 12px;
  color: #666;
  font-size: 11px;
  text-align: center;
}

.comments-section {
  width: 480px;
  max-width: 480px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #333;
  text-align: left;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
}

.comments-header {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  margin-bottom: 6px;
  overflow: hidden;
  *zoom: 1;
}

.comments-title {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  float: left;
}

.comments-post-link {
  float: right;
  color: #0033cc;
  font-size: 11px;
}

.comments-post-link a {
  color: #0033cc;
  text-decoration: underline;
}

.comments-post-link a:hover {
  text-decoration: none;
}

.comments-pagination {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 3px 6px;
  margin-bottom: 8px;
  font-size: 11px;
  color: #333;
  text-align: center;
  overflow: hidden;
  *zoom: 1;
  line-height: 18px;
}

.comments-showing {
  margin-right: 8px;
  color: #333;
}

.comments-pagination a,
.comments-pagination .comments-sort-active,
.comments-pagination .comments-page-current {
  margin: 0 4px;
}

.comments-pagination a {
  color: #0033cc;
  text-decoration: none;
}

.comments-pagination a:hover {
  text-decoration: underline;
}

.comments-sort-active,
.comments-page-current {
  font-weight: bold;
  color: #000;
}

.comments-page-nav {
  margin-left: 10px;
}

.comment-top-form {
  margin-bottom: 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.comment-textarea {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 12px;
  border: 1px solid #7f7f7f;
  padding: 4px;
  resize: vertical;
  display: block;
  overflow: auto;
}

.comment-top-textarea {
  height: 80px;
  min-height: 40px;
  max-height: 240px;
}

.comment-reply-textarea {
  height: 60px;
  min-height: 40px;
  max-height: 180px;
}

.comments-list {
  width: 480px;
  max-width: 480px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
}

.comment {
  background-color: transparent;
  padding: 0;
  margin-bottom: 10px;
  overflow: hidden;
  *zoom: 1;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

.comment-header {
  background-color: #eee;
  padding: 4px 8px;
  overflow: hidden;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 19px;
  line-height: 19px;
  width: 100%;
}

.comment-header:after {
  content: "";
  display: table;
  clear: both;
}

.comment-owner .comment-header {
  background-color: #fdf6cf;
}

.comment-header-left {
  float: left;
  display: block;
  line-height: 19px;
}

.comment-header-right {
  float: right;
  display: block;
  line-height: 19px;
  white-space: nowrap;
}

.comment-user {
  font-weight: bold;
  color: #0033cc;
  text-decoration: none;
  vertical-align: middle;
}

.comment-user:hover {
  text-decoration: underline;
}

.comment-time {
  color: #666;
  font-size: 11px;
  margin-left: 4px;
  vertical-align: middle;
}

.comment-score {
  font-size: 12px;
  font-weight: bold;
  margin-right: 6px;
  vertical-align: middle;
}

.comment-score-pos {
  color: #0a8a0a;
}

.comment-score-neg {
  color: #c00;
}

.comment-score-zero {
  color: #555;
}

.comment-thumb {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
}

.comment-thumb img {
  border: 0;
  display: inline-block;
  vertical-align: middle;
}

.comment-thumb-active {
  background-color: #fff8dc;
  border: 1px solid #fc0;
  border-radius: 3px;
  padding: 0;
}

.comment-body {
  color: #000;
  font-size: 12px;
  padding: 6px 2px 4px 2px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.comment-actions {
  text-align: right;
  padding: 3px 2px 0 2px;
  overflow: hidden;
  *zoom: 1;
}

.comment-reply-link {
  color: #0033cc;
  text-decoration: underline;
  font-size: 11px;
}

.comment-reply-link:hover {
  text-decoration: none;
}

.comment-reply-form {
  display: none;
  margin-top: 6px;
  padding: 6px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
  *zoom: 1;
}

.comment-reply-form .comment-textarea {
  width: 100%;
  margin-bottom: 4px;
}

.comment-reply-cancel {
  color: #0033cc;
  font-size: 11px;
  margin-left: 8px;
  text-decoration: underline;
}

.comment-children {
  margin-top: 4px;
  padding-left: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

.comment-empty {
  padding: 12px;
  color: #666;
  font-size: 11px;
  text-align: center;
  border: 1px solid #e5e5e5;
}

.comment-login-msg {
  color: #666;
  font-size: 11px;
  padding: 4px 0;
}

.comment-login-msg a {
  color: #0033cc;
  text-decoration: underline;
}

.clear {
  clear: both;
}

.comment-reply-target {
  font-size: 11px;
  color: #666;
}