diff --git a/theme/static/css/main.css b/theme/static/css/main.css
index 88f41b92ca062076945090eccdb2cbebf3fa9aea..993169e232c9fba3d9954891756da34cc81d8212 100644
--- a/theme/static/css/main.css
+++ b/theme/static/css/main.css
@@ -377,7 +377,7 @@ sup {
 .content dl,
 .content table,
 .content pre {
-	margin: 0 0 1em 0;
+	margin: 0.5em 0 0.5em 0;
 }
 
 .content dt {
@@ -395,6 +395,7 @@ sup {
 .content ul,
 .content ol {
 	padding-left: 2em;
+	margin-top: 0em;
 }
 
 .content h1 {
@@ -415,8 +416,8 @@ sup {
 .content h4,
 .content h5,
 .content h6 {
-	margin-top: 0.5em;
-	margin-bottom: 0.8em;
+	margin-top: 0.8em;
+	margin-bottom: 0.5em;
 	font-weight: 600;
 	line-height: 1.25;
 }
@@ -604,7 +605,7 @@ ul.cards li a.has-image span {
 .info, .success, .warning, .danger, .alert {
 	padding:1em;
 	margin-top: 0.4em;
-	margin-bottom: 0.1em;
+	margin-bottom: 0.4em;
 	border:0.1em solid transparent;
 	border-radius:0.25em;
 	/*padding:15px;
@@ -638,15 +639,13 @@ ul.cards li a.has-image span {
 .success h4 { margin-top:0; color:inherit; }
 .warning h4 { margin-top:0; color:inherit; }
 .danger  h4 { margin-top:0; color:inherit; }
-.alert   h4 {
-	margin-top:0;
-	color:inherit;
-}
+.alert   h4 { margin-top:0; color:inherit; }
 
 .alert .alert-link {
 	font-weight:700;
 }
 
+/*
 .alert > p, .alert > ul { margin-bottom:0; }
 .info      > p, .info      > ul { margin-bottom:0; }
 .success   > p, .success   > ul { margin-bottom:0; }
@@ -658,6 +657,7 @@ ul.cards li a.has-image span {
 .success  > p+p { margin-top:0.33em; }
 .warning  > p+p { margin-top:0.33em; }
 .danger   > p+p { margin-top:0.33em; }
+*/
 
 .alert-dismissable, .alert-dismissible {
 	padding-right:2em;