@namespace url(http://www.w3.org/1999/xhtml);

/* for All items */
@-moz-document
  url-prefix("http://www.google.com/reader/view/"),
  url-prefix("https://www.google.com/reader/view/")
{
  /* move original entry icon to the left */
  .entry-original
  {
    left: 25px !important;
  }
  .entry-source-title
  {
    left: 50px !important;
  }
  .entry-secondary
  {
    left: 20px !important;
  }

  .entry-date
  {
    position: relative !important;
    left: 20px !important;
  }

  .entry-title-go-to
  {
    display: none !important
  }
}


/* for specific subscription */
@-moz-document
  url-prefix("http://www.google.com/reader/view/feed"),
  url-prefix("http://www.google.com/reader/view/#stream/feed"),
  url-prefix("https://www.google.com/reader/view/feed"),
  url-prefix("https://www.google.com/reader/view/#stream/feed")
{
  .entry-original
  {
    left: 20px !important;
  }

  .entry-secondary
  {
    left: 20px !important;
  }

  .entry-date
  {
    position: relative !important;
    left: 20px !important;
  }
}

/* for search */
@-moz-document
  url-prefix("http://www.google.com/reader/view/#search"),
  url-prefix("https://www.google.com/reader/view/#search")
{
  .entry-original
  {
    left: 25px !important;
  }

  .entry-secondary
  {
    position: relative !important;
    left: 20px !important;
  }

  .entry-attribution
  {
    position: relative !important;
    left: 20px !important;
  }
}