diff --git a/site.css b/site.css
index 0c629d7..629c2ae 100644
--- a/site.css
+++ b/site.css
@@ -258,9 +258,9 @@ bdo {
   
   
 .button {
-	font-family: 'Open Sans Condensed Bold';
-	font-size: 18px;
-	color: #FFCA1B;
+  font-family: 'Open Sans Condensed Bold';
+  font-size: 18px;
+  color: #FFCA1B;
   padding: 10px 40px;
   border-radius: 5px;
   border-width: 3px;
@@ -268,6 +268,7 @@ bdo {
   border-style: solid;
   text-align: center;
   background-color: transparent;
+  cursor: pointer;
   }
   .button:hover { 
   	background-color: #FFCA1B;