diff --git a/wc-browser-table.html b/wc-browser-table.html
index a72964c..57613a5 100644
--- a/wc-browser-table.html
+++ b/wc-browser-table.html
@@ -1,291 +1,292 @@
-
-
-
-
-
- @media (max-width: 500px) {
- .header {
- flex-direction: column;
- }
-
- .header h1 {
- margin-top: 24px;
- flex-basis: auto;
- }
-
- .header .row [label] {
- display: block;
- }
-
- .header .row {
- width: 100%;
- }
-
- .row :last-child {
- flex: 0 0 30px !important;
- }
-
- div[label] {
- flex: 1 0 40px !important;
- }
-
- div[label]:after {
- position: absolute;
- margin-top: -51px;
- padding-right: 8px;
- background: white;
- }
- }
-
-
-