#container1 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}

#videoplayer {
  position: absolute;
  background-color: #000;
  border-radius: 5px;
  border: none;
  width: 100%;
  height: 100%;
  left: 0;
}

#content-wrapper {
  position:relative;
  top: 0px;
  left: 0px
}

#playpause {
  position: absolute;
  left: 50%;
  bottom: 40px;
  height: 26px;
  line-height: 24px;
  width: 60px;
  font-size: 18px;
  border-style: none;
  font-weight: bold;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 5px;
  border: 1px transparent solid;
  color: #000;
  cursor: pointer;
  transform: translateX(-110%);
}

#playpause:hover {
  border: 1px #f00 solid;
  color: #f00;
}

#fullscreen {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 60px;
  font-size: 14px;
  height: 26px;
  line-height: 22px;
  transform: translateX(4px);
  border-style: none;
  font-weight: bold;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 5px;
  border: 1px transparent solid;
  color: #000;
  cursor: pointer;
}

#fullscreen:hover {
  border: 1px #f00 solid;
  color: #f00;
}

#playpause, #fullscreen {
  z-index: 2;
}

#mainPlayer {
  overflow: hidden;
}

#mainPlayer, #adcontainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#console {
  font-family: courier, monospace;
  font-size: 12px;
  margin-top: 20px;
  height: 200px;
  width: 630px;
  padding: 5px;
  border: 1px #ccc solid;
  overflow-y: scroll;
  margin-left: auto;
  margin-right: auto;
}

#companionDiv, #customClick {
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  z-index: 1;
}

#companionDiv iframe {
  width: 100%;
  height: 100%;
}

#customClick {
  background-color: #807F80;
  display: none;
  text-align: center;
}

#customClickTextWrapper {
  display: table-cell;
  vertical-align: middle;
}

.urlLink {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}
