diff --git a/playground/index.html b/playground/index.html
index 0492fac97..abd8e9e0b 100644
--- a/playground/index.html
+++ b/playground/index.html
@@ -37,7 +37,7 @@
-
+
diff --git a/playground/playground.css b/playground/playground.css
index c2f65505a..32dd55836 100644
--- a/playground/playground.css
+++ b/playground/playground.css
@@ -35,3 +35,12 @@ a {
#tab-blockexplorer, #tab-threadexplorer, #tab-importexport {
display: none;
}
+
+#importExport {
+ width: 400px;
+ height: 360px;
+ background: rgb(36,36,36);
+ color: rgb(217,217,217);
+ font-family: monospace;
+ font-size: 10pt;
+}