diff --git a/src/SecExp/securityReport.tw b/src/SecExp/securityReport.tw
index 975fc7e9bca0c3668d2446e3d1b53c619265ea79..3211e1b235e049a59bac627f298c43fcce711d8a 100644
--- a/src/SecExp/securityReport.tw
+++ b/src/SecExp/securityReport.tw
@@ -12,7 +12,7 @@
 <<set _recruits = 0>>
 <<set _newMercs = 0>>
 
-<<if $useTabs == 0>>__Security__<</if>>
+<<if $useTabs == 0>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>__Security__<</if>>
 <br>
 
 <strong>Security</strong>:
@@ -171,9 +171,7 @@
 <</if>>
 <<set $security = Math.clamp(_newSec, 0, 100)>>
 
-<br>
-<br>
-
+<br><br>
 <strong>Crime</strong>:
 /* crime modifiers */
 <<if $week < 30>>
@@ -254,10 +252,9 @@
 
 
 <<if $militiaFounded == 1 || $activeUnits >= 1>>
-	<br>
-	<br>
+	<br><br>
 	/* militia */
-	<strong>Military</strong>:
+	<strong> Military</strong>:
 	<<if $recruitVolunteers == 1>>
 		Your militia accepts only volunteering citizens, ready to defend their arcology.
 		<<set _recruits = random(1,2)>>
@@ -408,7 +405,7 @@
 	<<for _i = 0; _i < _sL; _i++>>
 		<<set _loyaltyChange = 0>>
 		<br>
-		<br>$slaveUnits[_i].platoonName:
+		<br> $slaveUnits[_i].platoonName:
 		<<if $secBarracksUpgrades.loyaltyMod >= 1>>
 			<<set _loyaltyChange += 2 * $secBarracksUpgrades.loyaltyMod>>
 			is periodically sent to the indoctrination facility in the barracks for thought correction therapy.