* {
    padding: 0;
    margin: 0;
    line-height: 0;
    -webkit-user-select: none;
    user-select: none;
}

body {
    padding-top: 100px;
    background-color: #000;
}

.frame {
    font-size: 0;
    white-space: nowrap;
    text-align: center;
}

.player, .info {
    vertical-align: top;
}

.player {
    background-color: #444;
    position: relative;
    margin-left: auto; margin-right: auto;
}

.info {
    display: inline-block;
}

.overlay {
    position: absolute;
    left: 0; top: 0;
    opacity: 0;
}



.info, .info * {
    font-size: 12px;
    line-height: 100%;
    text-align: left;
    color: #CCC;
}

.info p {
    padding-top: 10px; padding-left: 5px;
}

.info button {
    padding: 10px;
    margin-right: 10px;
    color: #444;
}



#INFO_FRAME {
    display: none;
}

#BACK_BUTTON {
    display: none;
    position: absolute;
    right:0; top:0;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color:#AAA;
    border-color: #AAA; border-width: 1px; border-style: solid; border-radius: 10px;
    padding: 10px;
}
