PcComponentes Style Fix

Fix the new (rather stupid) layout of pccomponentes.com
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "PcC Fix",
  "version": "0.0.25",
  "description": "__MSG_appDesc__",
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "matches": [
        "https://www.pccomponentes.com/*"
      ],
      "exclude_matches": [
        "https://www.pccomponentes.com/login"
      ]
    }
  ]
}