diff --git a/ennstatus/static/css/ennstatus.css b/ennstatus/static/css/ennstatus.css
--- a/ennstatus/static/css/ennstatus.css
+++ b/ennstatus/static/css/ennstatus.css
@@ -62,7 +62,6 @@ a, a:hover, a:active, a:visited {
 }
 
 
-
 /* Multi level dropdown menu http://bootsnipp.com/snippets/featured/multi-level-dropdown-menu-bs3 */
 
 .dropdown-submenu {
@@ -190,3 +189,9 @@ a, a:hover, a:active, a:visited {
     display: inline-block;
 
 }
+
+.btn-enn {
+    color: #fff;
+    background-color: #00ae18;
+    border-color: #009414;
+}
diff --git a/ennstatus/templates/donate/index.html b/ennstatus/templates/donate/index.html
--- a/ennstatus/templates/donate/index.html
+++ b/ennstatus/templates/donate/index.html
@@ -71,7 +71,7 @@
               {{ form.hidden_tag() }}
               
                 {{ form.country(class_='form-control input-sm', onchange='this.form.submit()') }}
-                
+                
               
             
           
diff --git a/ennstatus/templates/donate/received.html b/ennstatus/templates/donate/received.html
--- a/ennstatus/templates/donate/received.html
+++ b/ennstatus/templates/donate/received.html
@@ -23,7 +23,7 @@
           {{ form.year(class_='form-control input-sm') }}
           {{ form.month.label }}
           {{ form.month(class_='form-control input-sm') }}
-          
+          
         
        
     
diff --git a/ennstatus/templates/root/bridgeprogram.html b/ennstatus/templates/root/bridgeprogram.html
--- a/ennstatus/templates/root/bridgeprogram.html
+++ b/ennstatus/templates/root/bridgeprogram.html
@@ -75,7 +75,7 @@
       
       
     
diff --git a/ennstatus/templates/root/contact.html b/ennstatus/templates/root/contact.html
--- a/ennstatus/templates/root/contact.html
+++ b/ennstatus/templates/root/contact.html
@@ -16,7 +16,7 @@
         {{ form.hidden_tag()}}
         
           {{ form.country(class_='form-control input-sm', onchange='this.form.submit()') }}
-          
+          
         
       
     
diff --git a/ennstatus/templates/root/membership.html b/ennstatus/templates/root/membership.html
--- a/ennstatus/templates/root/membership.html
+++ b/ennstatus/templates/root/membership.html
@@ -60,7 +60,7 @@