/* ========================================================== */
/* ==                                                      == */
/* ==   STYLE:  Facebook - Country Story Ad Remover        == */
/* ==  AUTHOR:  Raptre                                     == */
/* == VERSION:  1.0.1                                      == */
/* ==    DATE:  December 5th, 2009                         == */
/* ==  TARGET:  http://apps.facebook.com/countrystory      == */
/* ==  MAILTO:  raptre@gmail.com                           == */
/* == WEBSITE:  http://userstyles.org/styles/23097         == */
/* ==                                                      == */
/* ========================================================== */
/* ==                                                      == */
/* == DESCRIPTION:                                         == */
/* == ---------------------------------------------------- == */
/* ==                                                      == */
/* == This style removes all unnecessary items from the    == */
/* == Country Story app page on Facebook.                  == */
/* ==                                                      == */
/* ==                                                      == */
/* ==                                                      == */
/* == CHANGELOG:                                           == */
/* == ---------------------------------------------------- == */
/* ==                                                      == */
/* == Version 1.0.1                                        == */
/* == 1.  The CSS has been organized and optimized.        == */
/* ==                                                      == */
/* == Version 1.0.0                                        == */
/* == 1.  Initial Release.                                 == */
/* ==                                                      == */
/* ========================================================== */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://apps.facebook.com/countrystory) {



/* Content Removal
----------------------------------------------- */

div[style="height: 52px;"], #sidebar_ads, #app165747315075_sidebar, p[style="text-align: center;"], p[style="text-align: center; font-weight: bold;"], div[class="UIStandardFrame_SidebarAds"] {
  display: none !important;
}



/* Horizontal Positioning
----------------------------------------------- */

div#app_content_165747315075 {
  left: 17%;
  position: relative;
  top: 0px;
}

}