diff --git a/ckanext/odsh/fanstatic/odsh.css b/ckanext/odsh/fanstatic/odsh.css
index 76b0cff201a31805f514155622775cad73c2c798..afbc5bea212ccbff8ae8f0e8b08c2b37bd86c6c0 100644
--- a/ckanext/odsh/fanstatic/odsh.css
+++ b/ckanext/odsh/fanstatic/odsh.css
@@ -1545,6 +1545,7 @@ body {
 
 .odsh-dataset-heading .dataset-stars {
   margin-bottom: 5px;
+  margin-left: auto;
 }
 
 .notes {
@@ -2104,6 +2105,7 @@ body {
 
 .topline {
   margin-bottom: 25px;
+  margin-right: 0;
 }
 
 @media (max-width: 767px) {
diff --git a/ckanext/odsh/fanstatic/odsh_header.css b/ckanext/odsh/fanstatic/odsh_header.css
index 47b5cf5cf1e78853c064d16ea6c356294c9cfa61..dda4f87a12064cb67a38cbfd451b718cd388c606 100644
--- a/ckanext/odsh/fanstatic/odsh_header.css
+++ b/ckanext/odsh/fanstatic/odsh_header.css
@@ -23,7 +23,8 @@
 }
 
 .row {
-  margin-left: 0px;
+  margin-left: 0;
+  margin-right: 0;
 }
 
 .span3.span-navigation {