diff --git a/brainwallet.smartcash.cc.html b/brainwallet.smartcash.cc.html
index 59d3560..79a2419 100644
--- a/brainwallet.smartcash.cc.html
+++ b/brainwallet.smartcash.cc.html
@@ -6922,7 +6922,7 @@ input[type=checkbox] { position: relative; z-index: 20; }
.menu .tab
{
position: relative; display: inline-block; border: 0px solid red;
- margin: 0; list-style: none; z-index: 110; cursor: pointer;
+ margin: 0; list-style: none; z-index: 110;
top: 1px; padding: 10px 20px; width: 770px; /* 120px */ text-align: center;
}
.menu .tab.selected
@@ -6930,11 +6930,6 @@ input[type=checkbox] { position: relative; z-index: 20; }
cursor: default;
background-color: #FFF; margin: 6px 16px; padding: 4px; border-radius: 5px;
}
- .menu .tab:hover
- {
- background-color: #FFF; margin: 6px 16px; padding: 4px; border-radius: 5px;
- }
- .menu .tab.selected:hover { color: #000; }
.pagebreak { height: 50px; }
.commands { border-bottom: 2px solid #f4b517; padding: 10px 2px; margin-bottom: 0; }