diff --git a/class.php b/class.php
index c113345..fc85b51 100644
--- a/class.php
+++ b/class.php
@@ -52,6 +52,7 @@ class ps4 {
echo '';
echo '';
}
+ echo '
';
echo '';
}
}
diff --git a/style.css b/style.css
index 9b32161..22a766f 100644
--- a/style.css
+++ b/style.css
@@ -189,6 +189,10 @@ a {
background:#95b8d7;
}
+.cell {
+ display: table-cell;
+}
+
.FontSmaller {
font-size: 14px;
}