@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("livestream.com")

{

/*text&background*/

html, body, tbody, thead, th, tr, td, blockquote, li, ul, h1, h2, h3, h4, h5, h6, p, form, footer, div#wrap, #top-live-channels, #footer-wrap, #sub_footer, #header_promo, #page-wrap, #main-bg

{
color: white !important;
background: black !important;
}

select, button, #main .box, div.header, div#share-thankyou, div.sub_header, div.sub_header div label, #channel-info .inner

{
background: black !important;
}

legend, select, input, span, code, textarea, pre, label, div, dd

{
color: white !important;
}

/*links*/

a

{
color: #0040ff !important;
}

a:visited

{
color: #224375 !important;
}

/*highlight*/

textarea, pre, input, code

{
background: #333333 !important;
}

}