@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("youtube.com") {


/** HD PLAYER **/


#player.watch-medium > #player-api {
    width: 1280px !important;
    height: 750px !important;
    
}
.watch-medium .watch7-playlist-bar {
    width: 1280px !important;
}

.watch-medium #watch7-playlist-tray {
    height: 720px !important;
}

.watch-medium #watch7-main {
    width: 1280px !important;
}
.watch-medium #watch7-content {
    width: 75% !important;
}
    
.video-stream {
    width: 1280px !important;
    height: 720px !important;
}

/* ----- HD PLAYER END -----*/

.watch7-playlist-bar-right.yt-uix-button-panel.watch-sidebar {
    float: right !important;
}

#watch7-playlist-tray-container {
    margin-left: 396px !important;
    height: 715px !important;
}

#watch7-playlist-tray-container, #watch7-playlist-tray {
    width: 300px !important;
}
.watch7-playlist-bar { 
    background: #1c1c1c !important;
}

}