diff --git a/src/styles/index.scss b/src/styles/index.scss
index 3fbdbae..f61cbbe 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -86,6 +86,39 @@ body {
     }
 }
 
+table {
+    font-family: Arial, Helvetica, sans-serif;
+    border-collapse: collapse;
+    width: 100%;
+
+    td,
+    th {
+        border: 1px solid transparent;
+        padding: 8px;
+    }
+
+    tr:nth-child(odd) {
+        background-color: transparent;
+    }
+
+    tr:nth-child(even) {
+        background-color: transparent;
+    }
+
+    tr:hover {
+        background-color: transparent;
+    }
+
+    th {
+        padding-top: 12px;
+        padding-bottom: 12pqx;
+        text-align: left;
+        background-color: transparent;
+        color: white;
+    }
+}
+
+
 * {
     ::-webkit-scrollbar {
         width: 0px;