/*
 ________________________________________________________________________
|                  |                                                     |
|          Title:  |  YouTube - Remove Advertisements (Ad)               |
|    Description:  |  No More Advertisements - Firefox is Better         |
|         Author:  |  Rist                                               |
|   Date Created:  |  7.8.2009                                           |
|   Last Updated:  |  25.02.2011                                         |
|        Version:  |  0.0.0.3                                            |
|__________________|_____________________________________________________|

*/


@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("youtube.com") 
{

DIV#chrome-promo,
DIV#ppv-placeholder,
DIV#pyv-placeholder,
DIV#ad_creative_1,
DIV#watch-channel-brand-div,
A.chrome-link,
#side-announcement-box,
.feedmodule-feditor,#hp-sidebar-FEA,
#hp-sidebar-ASO,#hp-sidebar-PRO,
.module-title

{
  display: none !important;
}


}