
#video-canvas {
  overflow: hidden;
}

#backup-instruct {
  font-size: 1.1em;
  padding: 0.5em 0;
  text-align: center;
}
#backup-instruct small {
  font-size: 0.9em;
}

#video-embed-dead {
  font-size: 1.1em;
  text-align: center;
  line-height: 2;

  color: #fff;
  background: rgba(255, 0, 0, 0.75);
}
#video-embed-discarded {
  font-size: 1.1em;
  text-align: center;
  line-height: 2;

  color: #fff;
  background: rgba(255, 96, 0, 0.75);
}
#video-embed-killed {
  font-size: 1.1em;
  text-align: center;
  line-height: 2;

  color: #fff;
  background: rgba(255, 48, 0, 0.75);
}

#video-embed {
  line-height: 0;
}
#video-embed {
  max-height: 90%;
}

#video-embed.landscape > *,
#video-embed.landscape > object embed
{
  width: 100%;
}

#video-embed.portrait {
  height: 400px;
}
#video-embed.portrait > * {
  max-height: 400px;
}

#video-meta {
}
#video-meta .content-box header {
  height: 0;
}
#video-meta .content-box header h1 {
  margin-bottom: 0.5em;

  overflow: auto;
}
#video-meta .content-box header .byline {
  font-size: 1em;
  line-height: 1.5;
}

#video-meta .video-vote-wrapper {
  text-align: center;
  margin-bottom: 2em;
}
#video-meta .video-vote-wrapper a.arrow {
  -o-transform: scale(1, 1.75);
  -ms-transform: scale(1, 1.75);
  -moz-transform: scale(1, 1.75);
  -webkit-transform: scale(1, 1.75);
  transform: scale(1, 1.75);
}
#video-meta .video-vote-count {
  font-size: 2.5em;
  vertical-align: sub;
  margin: 0 0.25em;
}
#video-meta .video-vote-wrapper .topvid-badge {
  margin-left: 1em;
  vertical-align: bottom;
}

#video-voters {
  display: none;
}
.qtip-title {
  text-align: center;
  font-size: 1.3em;
}
.qtip-content #video-voters {
  font-size: 1.1em;
  line-height: 1.4;
}
.qtip-content #video-voters b {
  font-weight: bold;
}
.qtip-content #video-voters a {
  display: inline-block;
  margin: 0 3px;
}

#whos-viewing {
  display: none;
  font-size: 1.1em;
  line-height: 1.4;
}

#who-favorited {
  display: none;
  font-size: 1.1em;
  line-height: 1.4;
}

#video-full-summary {
  font-size: 1.25em;
  line-height: 1.5;
  padding-bottom: 2em;
  margin-bottom: 3em;
  overflow: hidden;
}

.tags {
  margin-top: 2em;
  font-size: 0.75em;
  opacity: 0.7;

  -o-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
#video-meta:hover .tags,
.tags.editing
{
  opacity: 1;
}
.tags strong {
  font-weight:normal;
}
.tags ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.tags li {
  display: inline;
}
.tags input {
  max-width: 60%;
}
.tags input[type="submit"] {
  margin: 0 5px;
}

#video-comment-listing {
}

.video-share-widgets {
  text-align: center;
  padding-top: 20px;
  z-index: 0;
}
.video-share-widgets > * {
  vertical-align: top;
}
.video-share-widgets [data-gapiattached] {
}

/******************************************************************************/

/**
 * MEDIA QUERIES
 */

@media
  (max-width: 800px),
  (-webkit-min-device-pixel-ratio : 2) and (min-device-width : 320px) and (max-device-width : 960px) and (orientation : portrait)
{
  #video-meta > .content-box > section,
  #video-meta > .content-box > header
  {
    height: auto;
    min-height: 0;
  }

  /* the vote box is moved into header responsively */
  #video-meta .content-box header .video-vote-wrapper {
    float: right;
    margin-left: 3em;
  }

  #video-full-summary {
    font-size: 1em;
    line-height: 1.25;
  }

  /* the vote box is moved into header responsively */
  #video-meta .content-box header .video-vote-wrapper {
    float: none;
    margin-left: 0;
  }
}

