/*
* Author: Will (war59312@gmail.com)
* Description: View the video only for hulu.com . Much better. :D
*/

/* +++ changelog +++
July 12, 2011
- hides "Share your comments on any scene in this video by connecting your Facebook account."
December 14, 2009
- hides "rate this video" and "subscribe"
September 21, 2009
- hides "Continuous Play"
April 4, 2009
- original release
*/

@-moz-document url-prefix(http://www.hulu.com/watch/) {

/* Black Background */
body, div {
    background: #000 !important;
    color: #ffffff !important;
}

/* VIDEO ONLY */
#container, .fluid.bar, #continuousplay-container, #description-content, .tune-in-text, .copyright-text, #show-and-watch-container, #related-container, .fluid.footer, .fixed-lg.container.subscription-links, .watch_comments {
    display: none !important;
}

}