html,
body {
  margin: 0;
  padding: 0;
  min-width: 960px;
  overflow-x: auto;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

header,
nav,
main,
section,
article,
aside,
figure,
figcaption,
footer {
  display: block;
}
.ProfileActions {
  width: 100%;
  text-align: center;
  white-space: normal;
}

.ProfileActions span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 5px;
}

.ProfileActions a {
  color: black;
}

.ProfileContent {
  height: auto;
  width: 280px;
  margin-top: 16px;
  background-color: white;
  border: 1px solid #cccccc;
}

.ProfileContent .Username {
  display: block;
  padding: 3px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-wrap: break-word;
  background-color: grey;
  color: white;
}

.ProfileContent .Pic {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 90px;
  border: 1px solid #cccccc;
  height: 83px;
  vertical-align: top;
}

.ProfileContent .AccountBadge {
  display: block;
  width: 90px;
  height: 18px;
  margin-top: 3px;
}

.ProfileContent .PictureColumn {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 90px;
  vertical-align: top;
}

.ProfileContent .Content {
  padding: 3px;
  white-space: nowrap;
}

.ProfileContent .ProfileInfo {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-left: 1px;
}

.ProfileContent .Content .subscribe-btn {
  vertical-align: top;
  margin-left: 1px;
}

.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: 3px 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);
}

.Username2 {
  display: block;
  margin-top: 4px;
  font-weight: bold;
}

.JoinedDate {
  display: block;
  margin-top: 3px;
  color: #666666;
  font-size: 11px;
}

.LastLogin {
  display: block;
  margin-top: 2px;
  color: #666666;
  font-size: 11px;
}

.VideosWatched {
  display: block;
  margin-top: 2px;
  color: #666666;
  font-size: 11px;
}

.Subscribers,
.ChannelViews,
.ChannelDescription,
.Age,
.Name,
.RelationshipStatus,
.Gender,
.AboutMe,
.Country,
.Website {
  display: block;
  margin-top: 2px;
  color: #666666;
  font-size: 11px;
}

.ChannelDescription {
  display: block;
  width: 270px;
  box-sizing: border-box;
  margin: 3px 0 3px;
  padding: 4px 3px 3px;
  border-top: 1px solid #dddddd;
  white-space: normal;
  word-wrap: break-word;
}

.AboutMe {
  width: 270px;
  white-space: normal;
  word-wrap: break-word;
}

.Website a {
  color: #0000ee;
}

.ProfileLayout {
  display: flex;
  align-items: flex-start;
}

.ProfileVideo {
  width: 438px;
  height: auto;
  margin-left: 96px;
  margin-top: 16px;
  overflow: visible;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.ProfileVideoPlayer {
  width: 438px;
  height: 279px;
  min-width: 438px;
  min-height: 279px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.ProfileVideoPlayer.vlPlayer,
.ProfileVideoPlayer.vlPlayer2007 {
  width: 438px !important;
  height: 279px !important;
  min-width: 438px;
  min-height: 279px;
}

.ProfileVideoTitle {
  display: block;
  margin-top: 5px;
  color: #0033cc;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}

.ProfileVideoMeta {
  display: block;
  margin-top: 3px;
  color: #666666;
  font-size: 11px;
  line-height: 14px;
}