body {
    
    font-family: arial, verdana, sans-serif;
    overflow: hidden;
    /*border-radius: 5px;*/
    /*box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.95);*/
    /*border: 3px #ccc solid;*/
    width: 129px;
    height: 166px;
    /*
    margin-left: auto;
    margin-right: auto;
    */
}

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;*/
    width: 640px;
}

#videoplayer {
    position: absolute;
    background-color: #000;
    /*border-radius: 5px;
    box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.95);
    border: 2px #ccc solid;*/
    width: 640px;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
    
   
   
    /*margin-top: 20px;*/
}

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

#playpause {
    position: absolute;
    left: 20px;
    bottom: 20px;
    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;
}

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

#fullscreen {
    position: absolute;
    
    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;
    width: 640px;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
}

#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;
}

