body {
  font-family: arial, verdana, sans-serif;
  /*overflow: hidden;*/
}

header, footer { text-align:center; width: 100%; }

header {
  height: 40px;
  font-size: 40px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

footer {
  margin-top: 20px;
}

#container {
  margin-left: auto;
  margin-right: auto;
  width: 728px;
}

#videoplayer {
  position: relative;
  background-color: #000;
  border-radius: 5px;
  border: 2px #ccc solid;
  width: 640px;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

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

/* #playpause {
  position: absolute;
  left: 39%;
  top: 40%;
  height: 40px;
  width: 160px;
  border-style: none;
  font-weight: normal;
  font-size: 25px;
  border-radius: 5px;
  border: 2px white solid;
  color: #fff;
  cursor: pointer;
  line-height: 0;
  opacity: 1;
  background: rgb(180,227,145);
  background: -moz-linear-gradient(top, rgba(180,227,145,1) 0%, rgba(97,196,25,1) 50%, rgba(180,227,145,1) 100%);
  background: -webkit-linear-gradient(top, rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%);
  background: linear-gradient(to bottom, rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 );
} */

#playpause {
    position: absolute;
    left: 36%;
    top: 12%;
    height: 224px;
    width: 197px;
    border-style: none;
    font-weight: normal;
    font-size: 25px;
    border-radius: 5px;
    border: 2px #343434 solid;
    color: #fff;
    cursor: pointer;
    line-height: 0;
    opacity: 1;
}


#adcontainer {
  /* : #000000; */
  /* opacity: 1; */
}

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

#fullscreen {
  position: absolute;
  bottom: 20px;
  left: 140px;
  height: 40px;
  width: 100px;
  border-style: none;
  font-weight: bold;
  font-size: 25px;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 5px;
  border: 1px transparent solid;
  color: #000;
  cursor: pointer;
  line-height: 0;
}

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

#content {
  overflow: hidden;
}

#content, #adcontainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 640px;
  height: 480px;
}

#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: 728px;
  height: 90px;
  margin-top: 20px;
}

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

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

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

#content {
  display: none;
}


.mystyle{
  position: relative !important;
  background-color: transparent !important;
  display: none !important;
}

#fullscreen{
  display: none;
}
#console {
  display: none;
}

#companionDiv{
  display: none;
}

.inputbox {
  display: none;
}

.hidebtn {
  display: none !important;
}

.afterRemove{
  background-color: #363636;
}

.removeabsultu {
  position: relative !important;
}