diff --git a/src/SecExp/securityReport.tw b/src/SecExp/securityReport.tw
index 975fc7e9bca0c3668d2446e3d1b53c619265ea79..a872ab77b268885318b1e0df46b4d42ffa786b0a 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>:
@@ -172,8 +172,6 @@
 <<set $security = Math.clamp(_newSec, 0, 100)>>
 
 <br>
-<br>
-
 <strong>Crime</strong>:
 /* crime modifiers */
 <<if $week < 30>>
@@ -251,13 +249,10 @@
 <</if>>
 <<set $crime = Math.clamp(_newCrime,0,100)>>
 
-
-
 <<if $militiaFounded == 1 || $activeUnits >= 1>>
-	<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 +403,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.