You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/01/04 19:21:52 UTC

[royale-asjs] branch develop updated: jewel-themes: remove globals from secondary and emphasized CSS since is a duplicated

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 467d44f  jewel-themes: remove globals from secondary and emphasized CSS since is a duplicated
467d44f is described below

commit 467d44f1a357c06387a9fa14d4a919c7da2e1853
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Jan 4 20:21:40 2020 +0100

    jewel-themes: remove globals from secondary and emphasized CSS since is a duplicated
---
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../defaults.css                                   | 74 ----------------------
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 .../src/main/resources/defaults.css                | 74 ----------------------
 .../src/main/sass/defaults.sass                    |  3 -
 72 files changed, 3624 deletions(-)

diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Amethyst-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Amethyst-Theme/defaults.css
index 7f94a50..5fde62f 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Amethyst-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Amethyst-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #C92CC6;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Blue-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Blue-Theme/defaults.css
index cf3799b..305e5be 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Blue-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Blue-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #3CADF1;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Emerald-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Emerald-Theme/defaults.css
index 90228d0..8548b7e 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Emerald-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Emerald-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #8CC63C;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Green-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Green-Theme/defaults.css
index c2d02d5..ef97401 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Green-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Green-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #3AB549;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Orange-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Orange-Theme/defaults.css
index 2ee47c5..22eca25 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Orange-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Orange-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #F7941D;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Red-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Red-Theme/defaults.css
index c9c0480..a4e62ef 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Red-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Red-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #EC1C24;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Sapphire-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Sapphire-Theme/defaults.css
index a7ddc90..65e9a62 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Sapphire-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Sapphire-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #2C74BE;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Sunflower-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Sunflower-Theme/defaults.css
index f2819a2..b994fdf 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Sunflower-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Sunflower-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #F8B13F;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Topaz-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Topaz-Theme/defaults.css
index 4433e9f..e5604e1 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Topaz-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Topaz-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #EF5A2A;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Turquoise-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Turquoise-Theme/defaults.css
index fac4363..9779dbd 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Turquoise-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Turquoise-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #29A89F;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Violet-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Violet-Theme/defaults.css
index 3bb5530..c04a80c 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Violet-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Violet-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #662C90;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Yellow-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Yellow-Theme/defaults.css
index 1c5d273..0992941 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Yellow-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Emphasized-Yellow-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #E2D70B;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Amethyst-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Amethyst-Theme/defaults.css
index be85a54..04a5d42 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Amethyst-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Amethyst-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #C92CC6;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Blue-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Blue-Theme/defaults.css
index b35f790..a28e645 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Blue-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Blue-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #3CADF1;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme/defaults.css
index 184119e..dfbfb69 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #8CC63C;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Green-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Green-Theme/defaults.css
index b75c2ee..0324264 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Green-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Green-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #3AB549;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Orange-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Orange-Theme/defaults.css
index b715521..64cc3b6 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Orange-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Orange-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #F7941D;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Red-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Red-Theme/defaults.css
index c4b162b..1549c8e 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Red-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Red-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #EC1C24;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Sapphire-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Sapphire-Theme/defaults.css
index c8c28f7..64a554f 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Sapphire-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Sapphire-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #2C74BE;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Sunflower-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Sunflower-Theme/defaults.css
index c2eca81..90a11ca 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Sunflower-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Sunflower-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #F8B13F;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme/defaults.css
index 944a5dc..febf1c5 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #EF5A2A;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Turquoise-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Turquoise-Theme/defaults.css
index 44c671b..f3c66e5 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Turquoise-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Turquoise-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #29A89F;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Violet-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Violet-Theme/defaults.css
index f1645e6..0b37b08 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Violet-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Violet-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #662C90;
   color: #FFFFFF;
diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Yellow-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Yellow-Theme/defaults.css
index 4a9fefa..20a22ba 100644
--- a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Yellow-Theme/defaults.css
+++ b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Secondary-Yellow-Theme/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #E2D70B;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Amethyst-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Amethyst-Theme/src/main/resources/defaults.css
index 7f94a50..5fde62f 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Amethyst-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Amethyst-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #C92CC6;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Amethyst-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Amethyst-Theme/src/main/sass/defaults.sass
index 3c17281..6cc2d27 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Amethyst-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Amethyst-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Blue-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Blue-Theme/src/main/resources/defaults.css
index cf3799b..305e5be 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Blue-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Blue-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #3CADF1;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Blue-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Blue-Theme/src/main/sass/defaults.sass
index 3c17281..6cc2d27 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Blue-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Blue-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Emerald-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Emerald-Theme/src/main/resources/defaults.css
index 90228d0..8548b7e 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Emerald-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Emerald-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #8CC63C;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Emerald-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Emerald-Theme/src/main/sass/defaults.sass
index 3c17281..6cc2d27 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Emerald-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Emerald-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Green-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Green-Theme/src/main/resources/defaults.css
index c2d02d5..ef97401 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Green-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Green-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #3AB549;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Green-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Green-Theme/src/main/sass/defaults.sass
index 3c17281..6cc2d27 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Green-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Green-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Orange-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Orange-Theme/src/main/resources/defaults.css
index 2ee47c5..22eca25 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Orange-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Orange-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #F7941D;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Orange-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Orange-Theme/src/main/sass/defaults.sass
index 3c17281..6cc2d27 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Orange-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Orange-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Red-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Red-Theme/src/main/resources/defaults.css
index c9c0480..a4e62ef 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Red-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Red-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #EC1C24;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Red-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Red-Theme/src/main/sass/defaults.sass
index 3c17281..6cc2d27 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Red-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Red-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sapphire-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sapphire-Theme/src/main/resources/defaults.css
index a7ddc90..65e9a62 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sapphire-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sapphire-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #2C74BE;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sapphire-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sapphire-Theme/src/main/sass/defaults.sass
index 3c17281..6cc2d27 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sapphire-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sapphire-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sunflower-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sunflower-Theme/src/main/resources/defaults.css
index f2819a2..b994fdf 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sunflower-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sunflower-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #F8B13F;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sunflower-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sunflower-Theme/src/main/sass/defaults.sass
index 3c17281..6cc2d27 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sunflower-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sunflower-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Topaz-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Topaz-Theme/src/main/resources/defaults.css
index 4433e9f..e5604e1 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Topaz-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Topaz-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #EF5A2A;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Topaz-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Topaz-Theme/src/main/sass/defaults.sass
index 3c17281..6cc2d27 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Topaz-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Topaz-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Turquoise-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Turquoise-Theme/src/main/resources/defaults.css
index fac4363..9779dbd 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Turquoise-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Turquoise-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #29A89F;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Turquoise-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Turquoise-Theme/src/main/sass/defaults.sass
index 3c17281..6cc2d27 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Turquoise-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Turquoise-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Violet-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Violet-Theme/src/main/resources/defaults.css
index 3bb5530..c04a80c 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Violet-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Violet-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #662C90;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Violet-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Violet-Theme/src/main/sass/defaults.sass
index 3c17281..6cc2d27 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Violet-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Violet-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Yellow-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Yellow-Theme/src/main/resources/defaults.css
index 1c5d273..0992941 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Yellow-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Yellow-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.emphasized {
   background: #E2D70B;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Yellow-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Yellow-Theme/src/main/sass/defaults.sass
index 3c17281..6cc2d27 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Yellow-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Yellow-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-emphasized/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Amethyst-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Amethyst-Theme/src/main/resources/defaults.css
index be85a54..04a5d42 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Amethyst-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Amethyst-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #C92CC6;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Amethyst-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Amethyst-Theme/src/main/sass/defaults.sass
index a9bba84..a8ebe08 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Amethyst-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Amethyst-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-secondary/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-secondary/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Blue-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Blue-Theme/src/main/resources/defaults.css
index b35f790..a28e645 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Blue-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Blue-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #3CADF1;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Blue-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Blue-Theme/src/main/sass/defaults.sass
index a9bba84..a8ebe08 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Blue-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Blue-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-secondary/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-secondary/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme/src/main/resources/defaults.css
index 184119e..dfbfb69 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #8CC63C;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme/src/main/sass/defaults.sass
index a9bba84..a8ebe08 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-secondary/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-secondary/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Green-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Green-Theme/src/main/resources/defaults.css
index b75c2ee..0324264 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Green-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Green-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #3AB549;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Green-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Green-Theme/src/main/sass/defaults.sass
index a9bba84..a8ebe08 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Green-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Green-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-secondary/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-secondary/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Orange-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Orange-Theme/src/main/resources/defaults.css
index b715521..64cc3b6 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Orange-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Orange-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #F7941D;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Orange-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Orange-Theme/src/main/sass/defaults.sass
index a9bba84..a8ebe08 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Orange-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Orange-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-secondary/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-secondary/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Red-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Red-Theme/src/main/resources/defaults.css
index c4b162b..1549c8e 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Red-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Red-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #EC1C24;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Red-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Red-Theme/src/main/sass/defaults.sass
index a9bba84..a8ebe08 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Red-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Red-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-secondary/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-secondary/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sapphire-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sapphire-Theme/src/main/resources/defaults.css
index c8c28f7..64a554f 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sapphire-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sapphire-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #2C74BE;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sapphire-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sapphire-Theme/src/main/sass/defaults.sass
index a9bba84..a8ebe08 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sapphire-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sapphire-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-secondary/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-secondary/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sunflower-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sunflower-Theme/src/main/resources/defaults.css
index c2eca81..90a11ca 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sunflower-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sunflower-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #F8B13F;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sunflower-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sunflower-Theme/src/main/sass/defaults.sass
index a9bba84..a8ebe08 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sunflower-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sunflower-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-secondary/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-secondary/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme/src/main/resources/defaults.css
index 944a5dc..febf1c5 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #EF5A2A;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme/src/main/sass/defaults.sass
index a9bba84..a8ebe08 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-secondary/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-secondary/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Turquoise-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Turquoise-Theme/src/main/resources/defaults.css
index 44c671b..f3c66e5 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Turquoise-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Turquoise-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #29A89F;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Turquoise-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Turquoise-Theme/src/main/sass/defaults.sass
index a9bba84..a8ebe08 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Turquoise-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Turquoise-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-secondary/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-secondary/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Violet-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Violet-Theme/src/main/resources/defaults.css
index f1645e6..0b37b08 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Violet-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Violet-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #662C90;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Violet-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Violet-Theme/src/main/sass/defaults.sass
index a9bba84..a8ebe08 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Violet-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Violet-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-secondary/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-secondary/badge"    
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Yellow-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Yellow-Theme/src/main/resources/defaults.css
index 4a9fefa..20a22ba 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Yellow-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Yellow-Theme/src/main/resources/defaults.css
@@ -14,80 +14,6 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-@namespace j "library://ns.apache.org/royale/jewel";
-@namespace "http://www.w3.org/1999/xhtml";
-.jewel.application {
-  background: white;
-  font-family: "Lato", sans-serif;
-  color: #808080;
-  padding: 0px;
-  margin: 0px;
-}
-
-input, select, textarea, button {
-  font-family: inherit;
-}
-
-j|Form {
-  gap: 3;
-}
-
-h1 {
-  font-size: 2.5em;
-}
-
-h2 {
-  font-size: 2em;
-}
-
-h3 {
-  font-size: 1.5em;
-}
-
-h4 {
-  font-size: 1.25em;
-}
-
-h5 {
-  font-size: 1em;
-}
-
-span {
-  font-size: 1em;
-}
-
-div {
-  font-size: 14px;
-}
-
-hr {
-  background-color: #d9d9d9;
-}
-
-.jewel.xsmall {
-  font-size: 0.6em;
-}
-
-.jewel.small {
-  font-size: 0.8em;
-}
-
-.jewel {
-  font-size: 1em;
-}
-
-.jewel.large {
-  font-size: 1.2em;
-}
-
-.jewel.xlarge {
-  font-size: 1.4em;
-}
-
-.jewel.imagebutton {
-  outline: 0;
-}
-
 .jewel.badge.secondary {
   background: #E2D70B;
   color: #FFFFFF;
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Yellow-Theme/src/main/sass/defaults.sass b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Yellow-Theme/src/main/sass/defaults.sass
index a9bba84..a8ebe08 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Yellow-Theme/src/main/sass/defaults.sass
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Yellow-Theme/src/main/sass/defaults.sass
@@ -22,9 +22,6 @@
 @import "../../../../JewelTheme/src/main/sass/mixins"
 @import "../../../../JewelTheme/src/main/sass/functions"
 
-// Global
-@import "../../../../JewelTheme/src/main/sass/global"
-
 // Components
 @import "../../../../JewelTheme/src/main/sass/components-secondary/alert"    
 @import "../../../../JewelTheme/src/main/sass/components-secondary/badge"