diff --git a/src/uncategorized/pens.tw b/src/uncategorized/pens.tw
index ae5c4eeccfb7571d4938a35aea2e24664c723e62..e635df2cfab07f14ab61c0fbc63025e773f29dc9 100644
--- a/src/uncategorized/pens.tw
+++ b/src/uncategorized/pens.tw
@@ -2,45 +2,52 @@
 
 <<set $nextButton = "Back", $nextLink = "Main">>
 
-This is a space in the arcology's service areas, designed to house hundreds of slaves for paying owners. You control this part of the arcology. If you own menial slaves, they will be kept here; otherwise, unused space will be rented to other slave brokers.
+<p class="scene-intro">
+	This is a space in the arcology's service areas, designed to house hundreds of slaves for paying owners. You control this part of the arcology. If you own menial slaves, they will be kept here; otherwise, unused space will be rented to other slave brokers.
+</p>
 
 <<= MenialPopCap()>>
-<br>In total you are able to personally house a total of <<= num($PopCap)>> menial slaves.<br>
+<div>
+	In total you are able to personally house a total of <<= num($PopCap)>> menial slaves.
+</div>
 <<SectorSell>>
-<br>
 
-<<if $menials+$menialBioreactors+$fuckdolls > 0>>
-	<br><br>
-	You own
-	<<if $menials > 0>>
-		<<if $menials > 1>><<print num($menials)>> menial slaves<<if ($menialBioreactors > 0) && ($fuckdolls == 0)>> and<<else>>,<</if>><<else>>one menial slave<<if ($menialBioreactors > 0) && ($fuckdolls == 0)>> and<<else>>,<</if>><</if>>
-	<</if>>
-	<<if $menialBioreactors > 0>>
-		<<if $menialBioreactors > 1>><<print num($menialBioreactors)>> standard bioreactors,<<else>>one standard bioreactor,<</if>>
-		<<if $fuckdolls > 0>>and<</if>>
-	<</if>>
-	<<if $fuckdolls > 0>>
-		<<if $fuckdolls > 1>><<print num($fuckdolls)>> standard Fuckdolls,<<else>>one Fuckdoll,<</if>>
-	<</if>>
-	<<if $menials+$menialBioreactors+$fuckdolls > 0>>partially<</if>>
-	housed in this sector.
-	<<if $menials > 0>>
-		<<if $Sweatshops>>
-			The simple labor slaves toil in $arcologies[0].name's sweatshops, and only return here to sleep.
+<p>
+	<<if $menials+$menialBioreactors+$fuckdolls > 0>>
+		You own
+		<<if $menials > 0>>
+			<<if $menials > 1>><<print num($menials)>> menial slaves<<if ($menialBioreactors > 0) && ($fuckdolls == 0)>> and<<else>>,<</if>><<else>>one menial slave<<if ($menialBioreactors > 0) && ($fuckdolls == 0)>> and<<else>>,<</if>><</if>>
 		<</if>>
-	<</if>>
-	<<if $fuckdolls > 0>>
-		<<if $arcade>>
-			The menial Fuckdolls are endlessly cycled through $arcadeName. They're restrained there and used by the public until their holes are no longer appealing, and then cycled back down here to rest until they've tightened up again.
+		<<if $menialBioreactors > 0>>
+			<<if $menialBioreactors > 1>><<print num($menialBioreactors)>> standard bioreactors,<<else>>one standard bioreactor,<</if>>
+			<<if $fuckdolls > 0>>and<</if>>
 		<</if>>
-	<</if>>
-	<<if $menialBioreactors > 0>>
-		<<if $dairyUpgradeMenials>>
-			Whenever there's space in $dairyName, menial Bioreactors are taken out of storage here and restrained there, with $dairyName's powerful hookups draining them of their useful fluids and feeding them generously so they can produce more.
+		<<if $fuckdolls > 0>>
+			<<if $fuckdolls > 1>><<print num($fuckdolls)>> standard Fuckdolls,<<else>>one Fuckdoll,<</if>>
+		<</if>>
+		<<if $menials+$menialBioreactors+$fuckdolls > 0>>partially<</if>>
+		housed in this sector.
+		<<if $menials > 0>>
+			<<if $Sweatshops>>
+				The simple labor slaves toil in $arcologies[0].name's sweatshops, and only return here to sleep.
+			<</if>>
+		<</if>>
+		<<if $fuckdolls > 0>>
+			<<if $arcade>>
+				The menial Fuckdolls are endlessly cycled through $arcadeName. They're restrained there and used by the public until their holes are no longer appealing, and then cycled back down here to rest until they've tightened up again.
+			<</if>>
+		<</if>>
+		<<if $menialBioreactors > 0>>
+			<<if $dairyUpgradeMenials>>
+				Whenever there's space in $dairyName, menial Bioreactors are taken out of storage here and restrained there, with $dairyName's powerful hookups draining them of their useful fluids and feeding them generously so they can produce more.
+			<</if>>
 		<</if>>
 	<</if>>
-<</if>>
+</p>
 
-<br>
-[[Convert this sector into a manufacturing district|Main][cashX(forceNeg(Math.trunc(10000*$upgradeMultiplierArcology)), "capEx"), $sectors[$AS].type = "Manufacturing"]]
-//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>//
\ No newline at end of file
+<div>
+	[[Convert this sector into a manufacturing district|Main][cashX(forceNeg(Math.trunc(10000*$upgradeMultiplierArcology)), "capEx"), $sectors[$AS].type = "Manufacturing"]]
+	<span class="note">
+		Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>
+	</span>
+</div>