diff --git a/build/css/main.css b/build/css/main.css
index b05fd02c..b7cd87be 100644
--- a/build/css/main.css
+++ b/build/css/main.css
@@ -5895,10 +5895,30 @@ button.close {
background-color: #5c5e5c;
color: #787c7f; }
+/*
+ * Copyright 2016 Resin.io
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+.caption {
+ font-weight: bold;
+ font-size: 11px;
+ margin-bottom: 0; }
+
html {
background-color: #535760; }
-hero-icon[disabled] hero-caption {
+hero-icon[disabled] .caption {
color: #787c7f; }
hero-button .btn {
diff --git a/lib/components/hero-caption.html b/lib/components/hero-caption.html
deleted file mode 100644
index 082f259c..00000000
--- a/lib/components/hero-caption.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-