diff -r b1b608507209 -r 58335cde0730 public/themes/soundsoftware/stylesheets/application.css
--- a/public/themes/soundsoftware/stylesheets/application.css
+++ b/public/themes/soundsoftware/stylesheets/application.css
@@ -238,6 +238,9 @@
 .controller-redmine_embedded h3 { margin-top: 0.5em; }
 .controller-redmine_embedded hr { color: #a9b680; background-color: #a9b680 }
 .controller-redmine_embedded center { text-align: left; } /* haha */
+.controller-redmine_embedded th { font-weight: normal; text-align: left; }
+.controller-redmine_embedded caption { text-align: left; font-weight: bold; font-size: 14px; margin-top: 1em; }
+.controller-redmine_embedded li.blockList { list-style-type: none; }
 
 .controller-redmine_embedded .summary { font-style: normal; margin-bottom: 1.5em; }
 
@@ -247,6 +250,10 @@
 .controller-redmine_embedded .NavBarCell2 + .NavBarCell2 { text-align: right; }
 .controller-redmine_embedded .NavBarCell3 + .NavBarCell3 { text-align: right; }
 
+.topNav, .bottomNav { position: relative; overflow: hidden; }
+.topNav ul li, .bottomNav ul li { float: left; list-style-type: none; margin-right: 14px; position: relative; font-weight: bold; }
+.controller-redmine_embedded .subNav .navList { display: none; }
+
 /* For Doxygen in Embedded context (though note some of the Javadoc
    rules will also apply to Doxygen): */
 
@@ -256,7 +263,6 @@
 .memTemplItemLeft,
 .memTemplItemRight,
 .indexkey,
-.indexvalue,
 .memproto,
 .memproto td,
 .memdoc a { font-family: 'SourceCodePro-Regular', monospace; font-size: 0.9em; font-weight: normal; }
