.youtubeoverlay{
    position: absolute;
    bottom: 0px;
    background-color: white;
    height: 315px;
    width: 560px;
    opacity: 0.9;
}

.youtubemaster{
    position: relative;
    width: 560px;
    height: 315px;
    background-color: white;
    z-index: 1000;

}

.youtubeoverlay-text-ok{
    font-weight: bold;
    text-decoration: underline;
}

.youtubeoverlay-text-ok:hover{
    cursor: pointer;
    text-decoration: underline;
}

.youtubeoverlay-text-no:hover{
    cursor: pointer;
    text-decoration: underline;
}