Merge pull request #6 from AbleOne/#20

objectstyle-private/marketing/misc#20
diff --git a/src/main/assets/styles/_cd.scss b/src/main/assets/styles/_cd.scss
index c9c71f1..3233659 100644
--- a/src/main/assets/styles/_cd.scss
+++ b/src/main/assets/styles/_cd.scss
@@ -84,8 +84,9 @@
 		.cd-toc-link {
 			display: inline-block;
 	        padding: .5rem $cd-top-sidebar-padding-r .5rem $cd-top-sidebar-padding-l;
-    		line-height: 1.5;
-    		font-weight: $font-weight-medium;
+
+			line-height: 1.5;
+			font-size: $small-font-size; 
 
 			&.active {
 				padding-bottom: 0;
@@ -233,6 +234,8 @@
 
 		// DOC
 		.cd-content {
+			font-size: $small-font-size;
+
 			@include media-breakpoint-up(lg) {
 				h1, h2, h3, h4, h5, h6,
 				.h1, .h2, .h3, .h4, .h5, .h6 {
@@ -311,9 +314,9 @@
 
 
 			.admonitionblock {
-				margin-bottom: 2rem;
-				
-				td {
+				margin-bottom: $paragraph-margin-bottom;
+
+        td {
 					padding: 0 $table-cell-padding;
 				}