/*
 * Facebook Application Remover
 *
 * Author      : ipholio
 * Created     : 23th July, 2007
 * Updated     : 12th September, 2007
 * Version     : 1.00
 * Website     : http://ipholio.deviantart.com
 * Description : Removes all those annoying Facebook Applications (except the official ones & Top Friends). It also formats Top Friends to be more consistent with the site.
 * Usage       : Use with Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("facebook.com") {

#box_2359935501,
#box_app_2439131959,
#box_app_2508216096,
#box_app_2355237624,
#box_app_2252801962,
#box_app_2552096927,
#box_app_2352539233,
#box_app_2433486906,
#box_app_2363570816,
#box_app_2920895692,
#box_app_2219808235,
#box_app_2355822860,
#box_app_2345673396,
#box_app_2409846745,
#box_app_2431056848,
#box_app_2413267546,
#box_app_2601240224,
#box_app_3129295789,
#box_app_2324073176,
#box_app_2341504841,
#box_app_2387213349,
#box_app_3118555174,
#box_app_2558160538,
#box_app_2357179312,
#box_app_2378983609,
#box_app_2384089789,
#box_app_2659190588,
#box_app_2419681379,
#box_app_2562856071,
#box_app_2469211427,
#box_app_2603626322,
#box_app_2339854854,
#box_app_2456501788,
#box_app_2406120893,
#box_app_2374336051,
#box_app_2392549351,
#box_app_2352557895,
#box_app_2358064182,
#box_app_2354684299,
#box_app_2437228683,
#box_app_2405948328,
#box_app_2405679170,
#box_app_2415325843,
#box_app_2415466380,
#box_app_2381079642,
#box_app_2376704994,
#box_app_3008250443,
#box_app_2388926799,
#box_app_2374426375,
#box_app_2490151219,
#box_app_2375988888,
#box_app_2430146101,
#box_app_2525087114,
#box_app_2263644905,
#box_app_2359935501,
#box_app_2392776333,
#box_app_2360268778,
#box_app_2405167945,
#box_app_2358049137,
#box_app_2400559068,
#box_app_2694795861,
#box_app_2366654900,
#box_app_2329344414,
#box_app_2388801017,
#box_app_2319814274,
#box_app_2372128250,
#box_app_2391752888,
#box_app_2546255184,
#box_app_2365193200,
#box_app_2403689652,
#box_app_2389801228,
#box_app_2437099027,
#box_app_2424357634,
#box_app_2495301260,
#box_app_2352484089,
#box_app_2591211878,
#box_app_2343264586,
#box_app_2440701995,
#box_app_2318966938,
#box_app_2414703327,
#box_app_2373783402,
#box_app_2351366409,
#box_app_2347592855,
#box_app_2499256222,
#box_app_2383576317,
#box_app_2481647302,
#box_app_2521982670,
#box_app_2444317512,
#box_app_2219089314,
#box_app_2381519471,
#box_app_2389335937,
#box_app_2371198661,
#box_app_2474941891,
#box_app_2412269324,
#box_app_4071248179,
#box_app_2512741760,
#box_app_2490235956,
#box_app_2628850766,
#box_app_2402094537,
#box_app_2347722140,
#box_app_2360172394,
#box_app_2477757465,
#box_app_2428129633,
#box_app_2427603417,
#box_app_2403465893,
#box_app_3293585440,
#box_app_2472830894,
#box_app_2366349341,
#box_app_2397474751,
#box_app_2446888439,
#box_app_6459647992,
#box_app_3021260327,
#box_app_2371239070,
#box_app_2470652261,
#box_app_2452274626,
#box_app_2377107214,
#box_app_2376198867,
#box_app_2518406665,
#box_app_2416295910,
#box_app_2421939948,
#box_app_2846585054,
#box_app_2406949334,
#box_app_5137834847,
#box_app_3225190161,
#box_app_2388299487,
#box_app_2721700161
{
   display:none !important;
}

/* **************** */
/* Top Friends      */
/* **************** */

#box_app_2425101550 .ae,
#box_app_2425101550 .ap,
#box_app_2425101550 .aw,
#app_content_2425101550 .fb_profile_widget_box,
#app_content_2425101550 .sw_header,
#app_content_2425101550 .sw_footer
{
   display:none !important;
}

#app_content_2425101550 .skin_body
{
   background-image:none !important;
}

#box_app_2425101550 .inside_the_box div
{
   border:none !important;
   background-color:#EAF2EE !important;
}

#app_content_2425101550 .sfn {
   font-size:80% !important;
}

#app_content_2425101550 .sfp img {
   border:none !important;
}

}